@codefast/ui 0.3.0 → 0.3.1-canary.1

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 +26 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @codefast/ui
2
2
 
3
+ ## 0.3.1-canary.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7df52f7`](https://github.com/codefastlabs/codefast/commit/7df52f760966692f2699fb979367943003b36ccf) Thanks [@thevuong](https://github.com/thevuong)! - feat: update jsx-a11y rule overrides for accessibility needs
8
+
9
+ - Updated dependencies [[`7df52f7`](https://github.com/codefastlabs/codefast/commit/7df52f760966692f2699fb979367943003b36ccf)]:
10
+ - @codefast/hooks@0.3.1-canary.1
11
+ - @codefast-ui/checkbox-group@0.3.1-canary.1
12
+ - @codefast-ui/input@0.3.1-canary.1
13
+ - @codefast-ui/input-number@0.3.1-canary.1
14
+ - @codefast-ui/progress-circle@0.3.1-canary.1
15
+
16
+ ## 0.3.1-canary.0
17
+
18
+ ### Patch Changes
19
+
20
+ - [`ab3aef2`](https://github.com/codefastlabs/codefast/commit/ab3aef2b63b72a8f6d37106d9e07ba1c084b9f63) Thanks [@thevuong](https://github.com/thevuong)! - feat: enhance ESLint rules with detailed configurations
21
+
22
+ - Updated dependencies [[`ab3aef2`](https://github.com/codefastlabs/codefast/commit/ab3aef2b63b72a8f6d37106d9e07ba1c084b9f63)]:
23
+ - @codefast/hooks@0.3.1-canary.0
24
+ - @codefast-ui/checkbox-group@0.3.1-canary.0
25
+ - @codefast-ui/input@0.3.1-canary.0
26
+ - @codefast-ui/input-number@0.3.1-canary.0
27
+ - @codefast-ui/progress-circle@0.3.1-canary.0
28
+
3
29
  ## 0.3.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.3.0",
3
+ "version": "0.3.1-canary.1",
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.0",
783
- "@codefast-ui/input": "0.3.0",
784
- "@codefast-ui/input-number": "0.3.0",
785
- "@codefast-ui/progress-circle": "0.3.0",
786
- "@codefast/hooks": "0.3.0"
782
+ "@codefast-ui/checkbox-group": "0.3.1-canary.1",
783
+ "@codefast-ui/input": "0.3.1-canary.1",
784
+ "@codefast-ui/input-number": "0.3.1-canary.1",
785
+ "@codefast-ui/progress-circle": "0.3.1-canary.1",
786
+ "@codefast/hooks": "0.3.1-canary.1"
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.0",
810
- "@codefast/typescript-config": "0.3.0"
809
+ "@codefast/eslint-config": "0.3.1-canary.1",
810
+ "@codefast/typescript-config": "0.3.1-canary.1"
811
811
  },
812
812
  "peerDependencies": {
813
813
  "@types/react": "*",