@oneplatformdev/ui 0.1.10-30 → 0.1.10-31
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 +8 -0
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## 0.1.10-31 (2025-09-16)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated @oneplatformdev/utils to 0.1.1-81
|
|
6
|
+
- Updated @oneplatformdev/hooks to 0.1.0-67
|
|
7
|
+
- Updated @oneplatformdev/tokens to 0.0.1-54
|
|
8
|
+
|
|
1
9
|
## 0.1.10-30 (2025-09-16)
|
|
2
10
|
|
|
3
11
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oneplatformdev/ui",
|
|
3
|
-
"version": "0.1.10-
|
|
3
|
+
"version": "0.1.10-31",
|
|
4
4
|
"description": "UI component library for OnePlatform",
|
|
5
5
|
"author": "One Platform Development Team",
|
|
6
6
|
"keywords": [
|
|
@@ -51,9 +51,10 @@
|
|
|
51
51
|
"react-dom": ">=18",
|
|
52
52
|
"tailwindcss": ">=4.0.0",
|
|
53
53
|
"tw-animate-css": "^1.3.8",
|
|
54
|
-
"react-hook-form": "^7.
|
|
54
|
+
"react-hook-form": "^7.54.2",
|
|
55
55
|
"class-variance-authority": "^0.7.1",
|
|
56
|
-
"lucide-react": "^0.544.0"
|
|
56
|
+
"lucide-react": "^0.544.0",
|
|
57
|
+
"zod": "^3.24.1"
|
|
57
58
|
},
|
|
58
59
|
"peerDependenciesMeta": {
|
|
59
60
|
"@types/react": {
|
|
@@ -104,8 +105,8 @@
|
|
|
104
105
|
"recharts": "^3.2.0",
|
|
105
106
|
"sonner": "^2.0.7",
|
|
106
107
|
"vaul": "^1.1.2",
|
|
107
|
-
"@oneplatformdev/
|
|
108
|
-
"@oneplatformdev/
|
|
109
|
-
"@oneplatformdev/hooks": "^0.1.0-
|
|
108
|
+
"@oneplatformdev/utils": "^0.1.1-81",
|
|
109
|
+
"@oneplatformdev/tokens": "^0.0.1-54",
|
|
110
|
+
"@oneplatformdev/hooks": "^0.1.0-67"
|
|
110
111
|
}
|
|
111
112
|
}
|