@codefast/ui 0.3.2-canary.0 → 0.3.2

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 +21 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @codefast/ui
2
2
 
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`15df6aa`](https://github.com/codefastlabs/codefast/commit/15df6aa576e65bcd8782fcf4529af97a3d75793e) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update dependencies across packages
8
+
9
+ - [`1263b80`](https://github.com/codefastlabs/codefast/commit/1263b804c64a94bb6baa50e16a27017100b68ae9) Thanks [@thevuong](https://github.com/thevuong)! - chore(sidebar): reorder imports for better readability
10
+
11
+ - [`24059b5`](https://github.com/codefastlabs/codefast/commit/24059b5d091e8f8af4d0d70b6d5665e5b0ca8224) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): add "use client" directive to all UI components for client-side rendering
12
+
13
+ - [`7f54fb1`](https://github.com/codefastlabs/codefast/commit/7f54fb1e1834d547cfd593118ae463c7d6262a35) Thanks [@thevuong](https://github.com/thevuong)! - chore(ui): remove logger utility and related references
14
+
15
+ - [`02a9fae`](https://github.com/codefastlabs/codefast/commit/02a9fae9ef802c22af58299d57b1df13c336fb44) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): extract component variant definitions into separate files
16
+
17
+ - Updated dependencies [[`15df6aa`](https://github.com/codefastlabs/codefast/commit/15df6aa576e65bcd8782fcf4529af97a3d75793e), [`1263b80`](https://github.com/codefastlabs/codefast/commit/1263b804c64a94bb6baa50e16a27017100b68ae9), [`24059b5`](https://github.com/codefastlabs/codefast/commit/24059b5d091e8f8af4d0d70b6d5665e5b0ca8224), [`7f54fb1`](https://github.com/codefastlabs/codefast/commit/7f54fb1e1834d547cfd593118ae463c7d6262a35), [`02a9fae`](https://github.com/codefastlabs/codefast/commit/02a9fae9ef802c22af58299d57b1df13c336fb44)]:
18
+ - @codefast-ui/checkbox-group@0.3.2
19
+ - @codefast/hooks@0.3.2
20
+ - @codefast-ui/input@0.3.2
21
+ - @codefast-ui/input-number@0.3.2
22
+ - @codefast-ui/progress-circle@0.3.2
23
+
3
24
  ## 0.3.2-canary.0
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.3.2-canary.0",
3
+ "version": "0.3.2",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },
@@ -769,11 +769,11 @@
769
769
  "tailwind-merge": "^3.2.0",
770
770
  "tailwind-variants": "^1.0.0",
771
771
  "vaul": "^1.1.2",
772
- "@codefast-ui/checkbox-group": "0.3.2-canary.0",
773
- "@codefast-ui/input": "0.3.2-canary.0",
774
- "@codefast-ui/input-number": "0.3.2-canary.0",
775
- "@codefast-ui/progress-circle": "0.3.2-canary.0",
776
- "@codefast/hooks": "0.3.2-canary.0"
772
+ "@codefast-ui/checkbox-group": "0.3.2",
773
+ "@codefast-ui/input": "0.3.2",
774
+ "@codefast-ui/input-number": "0.3.2",
775
+ "@codefast-ui/progress-circle": "0.3.2",
776
+ "@codefast/hooks": "0.3.2"
777
777
  },
778
778
  "devDependencies": {
779
779
  "@rsbuild/plugin-react": "^1.3.0",
@@ -796,8 +796,8 @@
796
796
  "tailwindcss": "^4.1.5",
797
797
  "ts-node": "^10.9.2",
798
798
  "typescript": "^5.8.3",
799
- "@codefast/eslint-config": "0.3.2-canary.0",
800
- "@codefast/typescript-config": "0.3.2-canary.0"
799
+ "@codefast/eslint-config": "0.3.2",
800
+ "@codefast/typescript-config": "0.3.2"
801
801
  },
802
802
  "peerDependencies": {
803
803
  "@types/react": "^19",