@oneplatformdev/ui 0.1.10-30 → 0.1.10-32
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 +12 -0
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 0.1.10-32 (2025-10-02)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for @oneplatformdev/ui to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 0.1.10-31 (2025-09-16)
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated @oneplatformdev/utils to 0.1.1-81
|
|
10
|
+
- Updated @oneplatformdev/hooks to 0.1.0-67
|
|
11
|
+
- Updated @oneplatformdev/tokens to 0.0.1-54
|
|
12
|
+
|
|
1
13
|
## 0.1.10-30 (2025-09-16)
|
|
2
14
|
|
|
3
15
|
### 🧱 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-32",
|
|
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/tokens": "^0.0.1-
|
|
108
|
-
"@oneplatformdev/
|
|
109
|
-
"@oneplatformdev/
|
|
108
|
+
"@oneplatformdev/tokens": "^0.0.1-54",
|
|
109
|
+
"@oneplatformdev/hooks": "^0.1.0-67",
|
|
110
|
+
"@oneplatformdev/utils": "^0.1.1-81"
|
|
110
111
|
}
|
|
111
112
|
}
|