@codefast/ui 0.3.1-canary.10 → 0.3.1-canary.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @codefast/ui
2
2
 
3
+ ## 0.3.1-canary.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0841266`](https://github.com/codefastlabs/codefast/commit/0841266536570b017099fd32b6f0b732cc562932) Thanks [@thevuong](https://github.com/thevuong)! - fix(cli): remove redundant default action from CLI
8
+
9
+ - [`5d33972`](https://github.com/codefastlabs/codefast/commit/5d339720048479b37ce3ded253d5182364df6762) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): update styles and constants for project creation
10
+
11
+ - [`109a2a5`](https://github.com/codefastlabs/codefast/commit/109a2a5cf4a205d4c5ceb5c3ac7afa95ca69a51d) Thanks [@thevuong](https://github.com/thevuong)! - feat(cli): improve ReactNode handling and RootLayout typings
12
+
13
+ - [`e873ddc`](https://github.com/codefastlabs/codefast/commit/e873ddcdabb110655e39aa7a69a0850c9050186e) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): centralize file operations and error handling
14
+
15
+ - Updated dependencies [[`0841266`](https://github.com/codefastlabs/codefast/commit/0841266536570b017099fd32b6f0b732cc562932), [`5d33972`](https://github.com/codefastlabs/codefast/commit/5d339720048479b37ce3ded253d5182364df6762), [`109a2a5`](https://github.com/codefastlabs/codefast/commit/109a2a5cf4a205d4c5ceb5c3ac7afa95ca69a51d), [`e873ddc`](https://github.com/codefastlabs/codefast/commit/e873ddcdabb110655e39aa7a69a0850c9050186e)]:
16
+ - @codefast-ui/progress-circle@0.3.1-canary.12
17
+ - @codefast-ui/checkbox-group@0.3.1-canary.12
18
+ - @codefast-ui/input-number@0.3.1-canary.12
19
+ - @codefast-ui/input@0.3.1-canary.12
20
+ - @codefast/hooks@0.3.1-canary.12
21
+
22
+ ## 0.3.1-canary.11
23
+
24
+ ### Patch Changes
25
+
26
+ - [`6b32857`](https://github.com/codefastlabs/codefast/commit/6b32857abb5960c780a46a642b114a2f459cbb4c) Thanks [@thevuong](https://github.com/thevuong)! - feat(cli): add support for optimizePackageImports in Next.js config
27
+
28
+ - [`b33cd3c`](https://github.com/codefastlabs/codefast/commit/b33cd3c893c16861d70e25476973a2b6973a3736) Thanks [@thevuong](https://github.com/thevuong)! - feat(cli): enhance project setup with Prettier ignore support
29
+
30
+ - [`6acb04b`](https://github.com/codefastlabs/codefast/commit/6acb04b3d8efaeb17a0a4944652f76b21b59ffcb) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): adjust comment formatting in config-files.ts
31
+
32
+ - Updated dependencies [[`6b32857`](https://github.com/codefastlabs/codefast/commit/6b32857abb5960c780a46a642b114a2f459cbb4c), [`b33cd3c`](https://github.com/codefastlabs/codefast/commit/b33cd3c893c16861d70e25476973a2b6973a3736), [`6acb04b`](https://github.com/codefastlabs/codefast/commit/6acb04b3d8efaeb17a0a4944652f76b21b59ffcb)]:
33
+ - @codefast-ui/progress-circle@0.3.1-canary.11
34
+ - @codefast-ui/checkbox-group@0.3.1-canary.11
35
+ - @codefast-ui/input-number@0.3.1-canary.11
36
+ - @codefast-ui/input@0.3.1-canary.11
37
+ - @codefast/hooks@0.3.1-canary.11
38
+
3
39
  ## 0.3.1-canary.10
4
40
 
5
41
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.3.1-canary.10",
3
+ "version": "0.3.1-canary.12",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },
@@ -779,11 +779,11 @@
779
779
  "tailwind-merge": "^3.2.0",
780
780
  "tailwind-variants": "^1.0.0",
781
781
  "vaul": "^1.1.2",
782
- "@codefast-ui/checkbox-group": "0.3.1-canary.10",
783
- "@codefast-ui/input": "0.3.1-canary.10",
784
- "@codefast-ui/input-number": "0.3.1-canary.10",
785
- "@codefast-ui/progress-circle": "0.3.1-canary.10",
786
- "@codefast/hooks": "0.3.1-canary.10"
782
+ "@codefast-ui/checkbox-group": "0.3.1-canary.12",
783
+ "@codefast-ui/input": "0.3.1-canary.12",
784
+ "@codefast-ui/input-number": "0.3.1-canary.12",
785
+ "@codefast-ui/progress-circle": "0.3.1-canary.12",
786
+ "@codefast/hooks": "0.3.1-canary.12"
787
787
  },
788
788
  "devDependencies": {
789
789
  "@rsbuild/plugin-react": "^1.2.0",
@@ -806,8 +806,8 @@
806
806
  "tailwindcss": "^4.1.4",
807
807
  "ts-node": "^10.9.2",
808
808
  "typescript": "^5.8.3",
809
- "@codefast/eslint-config": "0.3.1-canary.10",
810
- "@codefast/typescript-config": "0.3.1-canary.10"
809
+ "@codefast/eslint-config": "0.3.1-canary.12",
810
+ "@codefast/typescript-config": "0.3.1-canary.12"
811
811
  },
812
812
  "peerDependencies": {
813
813
  "@types/react": "^19",