@codefast/ui 0.3.3 → 0.3.4

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 +15 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @codefast/ui
2
2
 
3
+ ## 0.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b24a5c2`](https://github.com/codefastlabs/codefast/commit/b24a5c27bfab89a10b8cf190503c1ea92228fd57) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update dependencies and devDependencies to latest compatible versions
8
+
9
+ - [`c8b6365`](https://github.com/codefastlabs/codefast/commit/c8b6365a46ea00c9c1cdd77606fe9683aec753e6) Thanks [@thevuong](https://github.com/thevuong)! - feat(style-guide): enable partitioning by new line in interface sorting rule
10
+
11
+ - Updated dependencies [[`b24a5c2`](https://github.com/codefastlabs/codefast/commit/b24a5c27bfab89a10b8cf190503c1ea92228fd57), [`c8b6365`](https://github.com/codefastlabs/codefast/commit/c8b6365a46ea00c9c1cdd77606fe9683aec753e6)]:
12
+ - @codefast-ui/progress-circle@0.3.4
13
+ - @codefast-ui/checkbox-group@0.3.4
14
+ - @codefast-ui/input-number@0.3.4
15
+ - @codefast-ui/input@0.3.4
16
+ - @codefast/hooks@0.3.4
17
+
3
18
  ## 0.3.3
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.3",
3
+ "version": "0.3.4",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },
@@ -762,42 +762,42 @@
762
762
  "cmdk": "^1.1.1",
763
763
  "embla-carousel-react": "^8.6.0",
764
764
  "input-otp": "^1.4.2",
765
- "lucide-react": "^0.507.0",
766
- "react-day-picker": "^9.6.7",
767
- "react-resizable-panels": "^3.0.1",
765
+ "lucide-react": "^0.510.0",
766
+ "react-day-picker": "^9.7.0",
767
+ "react-resizable-panels": "^3.0.2",
768
768
  "sonner": "^2.0.3",
769
- "tailwind-merge": "^3.2.0",
769
+ "tailwind-merge": "^3.3.0",
770
770
  "tailwind-variants": "^1.0.0",
771
771
  "vaul": "^1.1.2",
772
- "@codefast-ui/checkbox-group": "0.3.3",
773
- "@codefast-ui/input": "0.3.3",
774
- "@codefast-ui/input-number": "0.3.3",
775
- "@codefast-ui/progress-circle": "0.3.3",
776
- "@codefast/hooks": "0.3.3"
772
+ "@codefast-ui/checkbox-group": "0.3.4",
773
+ "@codefast-ui/input": "0.3.4",
774
+ "@codefast-ui/input-number": "0.3.4",
775
+ "@codefast-ui/progress-circle": "0.3.4",
776
+ "@codefast/hooks": "0.3.4"
777
777
  },
778
778
  "devDependencies": {
779
- "@rsbuild/plugin-react": "^1.3.0",
780
- "@rslib/core": "^0.6.8",
779
+ "@rsbuild/plugin-react": "^1.3.1",
780
+ "@rslib/core": "^0.7.1",
781
781
  "@swc/core": "^1.11.24",
782
782
  "@swc/jest": "^0.2.38",
783
- "@tailwindcss/postcss": "^4.1.5",
783
+ "@tailwindcss/postcss": "^4.1.6",
784
784
  "@testing-library/dom": "^10.4.0",
785
785
  "@testing-library/jest-dom": "^6.6.3",
786
786
  "@testing-library/react": "^16.3.0",
787
787
  "@testing-library/user-event": "^14.6.1",
788
788
  "@types/jest": "^29.5.14",
789
789
  "@types/jest-axe": "^3.5.9",
790
- "@types/node": "^22.15.14",
790
+ "@types/node": "^22.15.18",
791
791
  "eslint": "^9.26.0",
792
792
  "jest": "^29.7.0",
793
793
  "jest-axe": "^10.0.0",
794
794
  "jest-environment-jsdom": "^29.7.0",
795
795
  "postcss": "^8.5.3",
796
- "tailwindcss": "^4.1.5",
796
+ "tailwindcss": "^4.1.6",
797
797
  "ts-node": "^10.9.2",
798
798
  "typescript": "^5.8.3",
799
- "@codefast/eslint-config": "0.3.3",
800
- "@codefast/typescript-config": "0.3.3"
799
+ "@codefast/eslint-config": "0.3.4",
800
+ "@codefast/typescript-config": "0.3.4"
801
801
  },
802
802
  "peerDependencies": {
803
803
  "@types/react": "^19",