@oneplatformdev/ui 0.1.10-113 → 0.1.10-114

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 +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 0.1.10-114 (2025-12-18)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - update icon size for large button variant ([1e7c0a7](https://github.com/oneplatformdev/core-web/commit/1e7c0a7))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated @oneplatformdev/utils to 0.1.1-163
10
+ - Updated @oneplatformdev/hooks to 0.1.0-149
11
+ - Updated @oneplatformdev/tokens to 0.0.1-136
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Bohdan Radchenko
16
+
1
17
  ## 0.1.10-113 (2025-12-18)
2
18
 
3
19
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneplatformdev/ui",
3
- "version": "0.1.10-113",
3
+ "version": "0.1.10-114",
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/tokens": "^0.0.1-135",
109
- "@oneplatformdev/utils": "^0.1.1-162",
110
- "@oneplatformdev/hooks": "^0.1.0-148"
108
+ "@oneplatformdev/tokens": "^0.0.1-136",
109
+ "@oneplatformdev/hooks": "^0.1.0-149",
110
+ "@oneplatformdev/utils": "^0.1.1-163"
111
111
  }
112
112
  }