@codefast/ui 0.3.14-canary.0 → 0.3.14-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 +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @codefast/ui
2
2
 
3
+ ## 0.3.14-canary.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @codefast/tailwind-variants@0.3.14-canary.1
9
+
3
10
  ## 0.3.14-canary.0
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.3.14-canary.0",
3
+ "version": "0.3.14-canary.1",
4
4
  "description": "Core UI components library built with React and Tailwind CSS",
5
5
  "keywords": [
6
6
  "components",
@@ -396,7 +396,7 @@
396
396
  "sonner": "^2.0.7",
397
397
  "tw-animate-css": "^1.4.0",
398
398
  "vaul": "^1.1.2",
399
- "@codefast/tailwind-variants": "0.3.14-canary.0"
399
+ "@codefast/tailwind-variants": "0.3.14-canary.1"
400
400
  },
401
401
  "devDependencies": {
402
402
  "@tailwindcss/postcss": "^4.2.2",
@@ -415,7 +415,7 @@
415
415
  "tailwindcss": "^4.2.2",
416
416
  "typescript": "^6.0.2",
417
417
  "vitest": "^4.1.4",
418
- "@codefast/typescript-config": "0.3.14-canary.0"
418
+ "@codefast/typescript-config": "0.3.14-canary.1"
419
419
  },
420
420
  "peerDependencies": {
421
421
  "@types/react": "^19.0",