@codefast/ui 0.3.5-canary.0 → 0.3.5
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.
- package/CHANGELOG.md +15 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @codefast/ui
|
|
2
2
|
|
|
3
|
+
## 0.3.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`86f0961`](https://github.com/codefastlabs/codefast/commit/86f0961c39464f15e16691880431a9e977ccff35) Thanks [@thevuong](https://github.com/thevuong)! - feat(hooks): remove `useStateParams` tests and update dependencies
|
|
8
|
+
|
|
9
|
+
- [`8dda4d8`](https://github.com/codefastlabs/codefast/commit/8dda4d823939980b12f75e8768f5ea8d9ec21c65) Thanks [@thevuong](https://github.com/thevuong)! - feat: update dependencies across packages to improve compatibility and performance
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`86f0961`](https://github.com/codefastlabs/codefast/commit/86f0961c39464f15e16691880431a9e977ccff35), [`8dda4d8`](https://github.com/codefastlabs/codefast/commit/8dda4d823939980b12f75e8768f5ea8d9ec21c65)]:
|
|
12
|
+
- @codefast/hooks@0.3.5
|
|
13
|
+
- @codefast-ui/checkbox-group@0.3.5
|
|
14
|
+
- @codefast-ui/input@0.3.5
|
|
15
|
+
- @codefast-ui/input-number@0.3.5
|
|
16
|
+
- @codefast-ui/progress-circle@0.3.5
|
|
17
|
+
|
|
3
18
|
## 0.3.5-canary.0
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefast/ui",
|
|
3
|
-
"version": "0.3.5
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://github.com/codefastlabs/codefast/issues"
|
|
6
6
|
},
|
|
@@ -769,11 +769,11 @@
|
|
|
769
769
|
"tailwind-merge": "^3.3.1",
|
|
770
770
|
"tailwind-variants": "^1.0.0",
|
|
771
771
|
"vaul": "^1.1.2",
|
|
772
|
-
"@codefast-ui/checkbox-group": "0.3.5
|
|
773
|
-
"@codefast-ui/input": "0.3.5
|
|
774
|
-
"@codefast-ui/input-number": "0.3.5
|
|
775
|
-
"@codefast-ui/progress-circle": "0.3.5
|
|
776
|
-
"@codefast/hooks": "0.3.5
|
|
772
|
+
"@codefast-ui/checkbox-group": "0.3.5",
|
|
773
|
+
"@codefast-ui/input": "0.3.5",
|
|
774
|
+
"@codefast-ui/input-number": "0.3.5",
|
|
775
|
+
"@codefast-ui/progress-circle": "0.3.5",
|
|
776
|
+
"@codefast/hooks": "0.3.5"
|
|
777
777
|
},
|
|
778
778
|
"devDependencies": {
|
|
779
779
|
"@rsbuild/plugin-react": "^1.3.2",
|
|
@@ -796,8 +796,8 @@
|
|
|
796
796
|
"tailwindcss": "^4.1.10",
|
|
797
797
|
"ts-node": "^10.9.2",
|
|
798
798
|
"typescript": "^5.8.3",
|
|
799
|
-
"@codefast/eslint-config": "0.3.5
|
|
800
|
-
"@codefast/typescript-config": "0.3.5
|
|
799
|
+
"@codefast/eslint-config": "0.3.5",
|
|
800
|
+
"@codefast/typescript-config": "0.3.5"
|
|
801
801
|
},
|
|
802
802
|
"peerDependencies": {
|
|
803
803
|
"@types/react": "^19",
|