@oneplatformdev/ui 0.1.10-6 → 0.1.10-7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.1.10-7 (2025-09-15)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated @oneplatformdev/utils to 0.1.1-57
6
+ - Updated @oneplatformdev/hooks to 0.1.0-43
7
+ - Updated @oneplatformdev/tokens to 0.0.1-30
8
+
1
9
  ## 0.1.10-6 (2025-09-15)
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-6",
3
+ "version": "0.1.10-7",
4
4
  "description": "React hook library",
5
5
  "author": "One Platform Development Team",
6
6
  "keywords": [
@@ -106,8 +106,8 @@
106
106
  "sonner": "^2.0.7",
107
107
  "vaul": "^1.1.2",
108
108
  "zod": "^4.1.8",
109
- "@oneplatformdev/hooks": "^0.1.0-42",
110
- "@oneplatformdev/tokens": "^0.0.1-29",
111
- "@oneplatformdev/utils": "^0.1.1-56"
109
+ "@oneplatformdev/tokens": "^0.0.1-30",
110
+ "@oneplatformdev/hooks": "^0.1.0-43",
111
+ "@oneplatformdev/utils": "^0.1.1-57"
112
112
  }
113
113
  }