@oneplatformdev/ui 0.1.10-31 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
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
+
1
5
  ## 0.1.10-31 (2025-09-16)
2
6
 
3
7
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneplatformdev/ui",
3
- "version": "0.1.10-31",
3
+ "version": "0.1.10-32",
4
4
  "description": "UI component library for OnePlatform",
5
5
  "author": "One Platform Development Team",
6
6
  "keywords": [
@@ -105,8 +105,8 @@
105
105
  "recharts": "^3.2.0",
106
106
  "sonner": "^2.0.7",
107
107
  "vaul": "^1.1.2",
108
- "@oneplatformdev/utils": "^0.1.1-81",
109
108
  "@oneplatformdev/tokens": "^0.0.1-54",
110
- "@oneplatformdev/hooks": "^0.1.0-67"
109
+ "@oneplatformdev/hooks": "^0.1.0-67",
110
+ "@oneplatformdev/utils": "^0.1.1-81"
111
111
  }
112
112
  }