@oneplatformdev/ui 0.1.10-11 → 0.1.10-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 +24 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 0.1.10-14 (2025-09-15)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated @oneplatformdev/utils to 0.1.1-64
|
|
6
|
+
- Updated @oneplatformdev/hooks to 0.1.0-50
|
|
7
|
+
- Updated @oneplatformdev/tokens to 0.0.1-37
|
|
8
|
+
|
|
9
|
+
## 0.1.10-13 (2025-09-15)
|
|
10
|
+
|
|
11
|
+
### 🧱 Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated @oneplatformdev/utils to 0.1.1-63
|
|
14
|
+
- Updated @oneplatformdev/hooks to 0.1.0-49
|
|
15
|
+
- Updated @oneplatformdev/tokens to 0.0.1-36
|
|
16
|
+
|
|
17
|
+
## 0.1.10-12 (2025-09-15)
|
|
18
|
+
|
|
19
|
+
### 🧱 Updated Dependencies
|
|
20
|
+
|
|
21
|
+
- Updated @oneplatformdev/utils to 0.1.1-62
|
|
22
|
+
- Updated @oneplatformdev/hooks to 0.1.0-48
|
|
23
|
+
- Updated @oneplatformdev/tokens to 0.0.1-35
|
|
24
|
+
|
|
1
25
|
## 0.1.10-11 (2025-09-15)
|
|
2
26
|
|
|
3
27
|
### 🧱 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-14",
|
|
4
4
|
"description": "React hook library",
|
|
5
5
|
"author": "One Platform Development Team",
|
|
6
6
|
"keywords": [
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"embla-carousel-react": "^8.6.0",
|
|
103
103
|
"input-otp": "^1.4.2",
|
|
104
104
|
"next-themes": "^0.4.6",
|
|
105
|
-
"react-day-picker": "
|
|
105
|
+
"react-day-picker": "9.10.0",
|
|
106
106
|
"react-dropzone": "^14.3.8",
|
|
107
107
|
"react-hook-form": "^7.62.0",
|
|
108
108
|
"react-resizable-panels": "^3.0.6",
|
|
@@ -110,8 +110,8 @@
|
|
|
110
110
|
"sonner": "^2.0.7",
|
|
111
111
|
"vaul": "^1.1.2",
|
|
112
112
|
"zod": "^4.1.8",
|
|
113
|
-
"@oneplatformdev/tokens": "^0.0.1-
|
|
114
|
-
"@oneplatformdev/hooks": "^0.1.0-
|
|
115
|
-
"@oneplatformdev/utils": "^0.1.1-
|
|
113
|
+
"@oneplatformdev/tokens": "^0.0.1-37",
|
|
114
|
+
"@oneplatformdev/hooks": "^0.1.0-50",
|
|
115
|
+
"@oneplatformdev/utils": "^0.1.1-64"
|
|
116
116
|
}
|
|
117
117
|
}
|