@codefast/ui 0.3.1-canary.5 → 0.3.1-canary.8

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 +45 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # @codefast/ui
2
2
 
3
+ ## 0.3.1-canary.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`bcf67ce`](https://github.com/codefastlabs/codefast/commit/bcf67ce958af5bbb81a031dd3f17a5b5a3f42595) Thanks [@thevuong](https://github.com/thevuong)! - changeset
8
+
9
+ - Updated dependencies [[`bcf67ce`](https://github.com/codefastlabs/codefast/commit/bcf67ce958af5bbb81a031dd3f17a5b5a3f42595)]:
10
+ - @codefast-ui/progress-circle@0.3.1-canary.8
11
+ - @codefast-ui/checkbox-group@0.3.1-canary.8
12
+ - @codefast-ui/input-number@0.3.1-canary.8
13
+ - @codefast-ui/input@0.3.1-canary.8
14
+ - @codefast/hooks@0.3.1-canary.8
15
+
16
+ ## 0.3.1-canary.7
17
+
18
+ ### Patch Changes
19
+
20
+ - [`d2bfdc3`](https://github.com/codefastlabs/codefast/commit/d2bfdc328205629d8810756f586e8ff3a2db8f73) Thanks [@thevuong](https://github.com/thevuong)! - fix(cli): update lint script to use autofix option
21
+
22
+ - Updated dependencies [[`d2bfdc3`](https://github.com/codefastlabs/codefast/commit/d2bfdc328205629d8810756f586e8ff3a2db8f73)]:
23
+ - @codefast-ui/progress-circle@0.3.1-canary.7
24
+ - @codefast-ui/checkbox-group@0.3.1-canary.7
25
+ - @codefast-ui/input-number@0.3.1-canary.7
26
+ - @codefast-ui/input@0.3.1-canary.7
27
+ - @codefast/hooks@0.3.1-canary.7
28
+
29
+ ## 0.3.1-canary.6
30
+
31
+ ### Patch Changes
32
+
33
+ - [`ed2ba2c`](https://github.com/codefastlabs/codefast/commit/ed2ba2cd81cfbf5764fe4631b9de9a5dcaa6ddfa) Thanks [@thevuong](https://github.com/thevuong)! - feat(cli): add cleanup step to remove unnecessary packages
34
+
35
+ - [`ee7c42f`](https://github.com/codefastlabs/codefast/commit/ee7c42f2ad157288c11e2cfbc2d2dbb52be8a6b5) Thanks [@thevuong](https://github.com/thevuong)! - feat(cli): update layout.tsx with fontVariables support
36
+
37
+ - [`53b416f`](https://github.com/codefastlabs/codefast/commit/53b416f7cb45c7d6d5834aa853c59c38ca1fbba8) Thanks [@thevuong](https://github.com/thevuong)! - feat(cli): modularize project creation functionalities
38
+
39
+ - [`24a767b`](https://github.com/codefastlabs/codefast/commit/24a767b8be3bb0cbe63a3ab3b13ab64130341218) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): improve config file handling in project setup
40
+
41
+ - Updated dependencies [[`ed2ba2c`](https://github.com/codefastlabs/codefast/commit/ed2ba2cd81cfbf5764fe4631b9de9a5dcaa6ddfa), [`ee7c42f`](https://github.com/codefastlabs/codefast/commit/ee7c42f2ad157288c11e2cfbc2d2dbb52be8a6b5), [`53b416f`](https://github.com/codefastlabs/codefast/commit/53b416f7cb45c7d6d5834aa853c59c38ca1fbba8), [`24a767b`](https://github.com/codefastlabs/codefast/commit/24a767b8be3bb0cbe63a3ab3b13ab64130341218)]:
42
+ - @codefast-ui/progress-circle@0.3.1-canary.6
43
+ - @codefast-ui/checkbox-group@0.3.1-canary.6
44
+ - @codefast-ui/input-number@0.3.1-canary.6
45
+ - @codefast-ui/input@0.3.1-canary.6
46
+ - @codefast/hooks@0.3.1-canary.6
47
+
3
48
  ## 0.3.1-canary.5
4
49
 
5
50
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.3.1-canary.5",
3
+ "version": "0.3.1-canary.8",
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.5",
783
- "@codefast-ui/input": "0.3.1-canary.5",
784
- "@codefast-ui/input-number": "0.3.1-canary.5",
785
- "@codefast-ui/progress-circle": "0.3.1-canary.5",
786
- "@codefast/hooks": "0.3.1-canary.5"
782
+ "@codefast-ui/checkbox-group": "0.3.1-canary.8",
783
+ "@codefast-ui/input": "0.3.1-canary.8",
784
+ "@codefast-ui/input-number": "0.3.1-canary.8",
785
+ "@codefast-ui/progress-circle": "0.3.1-canary.8",
786
+ "@codefast/hooks": "0.3.1-canary.8"
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.5",
810
- "@codefast/typescript-config": "0.3.1-canary.5"
809
+ "@codefast/eslint-config": "0.3.1-canary.8",
810
+ "@codefast/typescript-config": "0.3.1-canary.8"
811
811
  },
812
812
  "peerDependencies": {
813
813
  "@types/react": "*",