@codefast/ui 0.2.15 → 0.2.16
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 +14 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @codefast/ui
|
|
2
2
|
|
|
3
|
+
## 0.2.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`63b4ce9`](https://github.com/codefastlabs/codefast/commit/63b4ce9a7223c619b956851c645378602a84e297) Thanks [@thevuong](https://github.com/thevuong)! - enhance various configurations across the project, ensuring consistency and best practices are
|
|
8
|
+
maintained, while also updating dependencies to their latest stable versions to improve performance
|
|
9
|
+
and security.
|
|
10
|
+
- Updated dependencies [[`63b4ce9`](https://github.com/codefastlabs/codefast/commit/63b4ce9a7223c619b956851c645378602a84e297)]:
|
|
11
|
+
- @codefast/hooks@0.2.16
|
|
12
|
+
- @codefast-ui/checkbox-group@0.2.16
|
|
13
|
+
- @codefast-ui/day-picker@0.2.16
|
|
14
|
+
- @codefast-ui/input@0.2.16
|
|
15
|
+
- @codefast-ui/number-input@0.2.16
|
|
16
|
+
|
|
3
17
|
## 0.2.15
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefast/ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://github.com/codefastlabs/codefast/issues"
|
|
6
6
|
},
|
|
@@ -88,11 +88,11 @@
|
|
|
88
88
|
"tailwind-merge": "^3.0.1",
|
|
89
89
|
"tailwind-variants": "^0.3.1",
|
|
90
90
|
"vaul": "^1.1.2",
|
|
91
|
-
"@codefast-ui/checkbox-group": "0.2.
|
|
92
|
-
"@codefast-ui/day-picker": "0.2.
|
|
93
|
-
"@codefast-ui/input": "0.2.
|
|
94
|
-
"@codefast-ui/number-input": "0.2.
|
|
95
|
-
"@codefast/hooks": "0.2.
|
|
91
|
+
"@codefast-ui/checkbox-group": "0.2.16",
|
|
92
|
+
"@codefast-ui/day-picker": "0.2.16",
|
|
93
|
+
"@codefast-ui/input": "0.2.16",
|
|
94
|
+
"@codefast-ui/number-input": "0.2.16",
|
|
95
|
+
"@codefast/hooks": "0.2.16"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"@tailwindcss/postcss": "4.0.3",
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"tailwindcss": "4.0.3",
|
|
104
104
|
"tsup": "^8.3.6",
|
|
105
105
|
"typescript": "^5.7.3",
|
|
106
|
-
"@codefast/eslint-config": "0.2.
|
|
107
|
-
"@codefast/typescript-config": "0.2.
|
|
106
|
+
"@codefast/eslint-config": "0.2.16",
|
|
107
|
+
"@codefast/typescript-config": "0.2.16"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
110
|
"@tanstack/react-table": ">=8",
|