@codefast/ui 0.3.14-canary.2 → 0.3.14
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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @codefast/ui
|
|
2
2
|
|
|
3
|
+
## 0.3.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`4957e0e`](https://github.com/codefastlabs/codefast/commit/4957e0e8b4b2428447ef11380397b03deef0b092) Thanks [@thevuong](https://github.com/thevuong)! - fix(vitest): update test file patterns to use .test extension
|
|
8
|
+
|
|
9
|
+
- [`b44597c`](https://github.com/codefastlabs/codefast/commit/b44597c9ec3a121a707aa269d7f68550ae1da72a) Thanks [@thevuong](https://github.com/thevuong)! - docs: enhance type annotations and comments for clarity across multiple files
|
|
10
|
+
|
|
11
|
+
- [`8109f4e`](https://github.com/codefastlabs/codefast/commit/8109f4e1f8186b91c296d25d640594b43493cdef) Thanks [@thevuong](https://github.com/thevuong)! - docs: update README.md files across packages for consistency and clarity
|
|
12
|
+
|
|
13
|
+
- [`ab6bf8d`](https://github.com/codefastlabs/codefast/commit/ab6bf8d5b1c421930e391724cbbdcaf63b9bc263) Thanks [@thevuong](https://github.com/thevuong)! - docs(ui): update README.md for clarity and structure
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`85e5ac1`](https://github.com/codefastlabs/codefast/commit/85e5ac122d7a75f756ae4c03b5ab5e9489823b59), [`4957e0e`](https://github.com/codefastlabs/codefast/commit/4957e0e8b4b2428447ef11380397b03deef0b092), [`8109f4e`](https://github.com/codefastlabs/codefast/commit/8109f4e1f8186b91c296d25d640594b43493cdef)]:
|
|
16
|
+
- @codefast/tailwind-variants@0.3.14
|
|
17
|
+
|
|
3
18
|
## 0.3.14-canary.2
|
|
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.14
|
|
3
|
+
"version": "0.3.14",
|
|
4
4
|
"description": "Core UI components library built with React and Tailwind CSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
"sonner": "^2.0.7",
|
|
404
404
|
"tw-animate-css": "^1.4.0",
|
|
405
405
|
"vaul": "^1.1.2",
|
|
406
|
-
"@codefast/tailwind-variants": "0.3.14
|
|
406
|
+
"@codefast/tailwind-variants": "0.3.14"
|
|
407
407
|
},
|
|
408
408
|
"devDependencies": {
|
|
409
409
|
"@tailwindcss/postcss": "^4.2.4",
|
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
"tailwindcss": "^4.2.4",
|
|
423
423
|
"typescript": "^6.0.3",
|
|
424
424
|
"vitest": "^4.1.5",
|
|
425
|
-
"@codefast/typescript-config": "0.3.14
|
|
425
|
+
"@codefast/typescript-config": "0.3.14"
|
|
426
426
|
},
|
|
427
427
|
"peerDependencies": {
|
|
428
428
|
"@types/react": "^19.0",
|