@oneplatformdev/ui 0.1.99-beta.217 → 0.1.99-beta.218

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.99-beta.218 (2026-02-22)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **FormCombobox:** refactor type definitions and render logic, add support for single/multi type-specific props ([34a9305](https://github.com/oneplatformdev/core-web/commit/34a9305))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated @oneplatformdev/utils to 0.1.99-beta.218
10
+ - Updated @oneplatformdev/hooks to 0.1.99-beta.218
11
+ - Updated @oneplatformdev/tokens to 0.1.99-beta.218
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Bohdan Radchenko
16
+
1
17
  ## 0.1.99-beta.217 (2026-02-22)
2
18
 
3
19
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneplatformdev/ui",
3
- "version": "0.1.99-beta.217",
3
+ "version": "0.1.99-beta.218",
4
4
  "description": "UI component library for OnePlatform",
5
5
  "author": "One Platform Development Team",
6
6
  "keywords": [
@@ -106,9 +106,9 @@
106
106
  "recharts": "^3.2.0",
107
107
  "sonner": "^2.0.7",
108
108
  "vaul": "^1.1.2",
109
- "@oneplatformdev/tokens": "^0.1.99-beta.217",
110
- "@oneplatformdev/utils": "^0.1.99-beta.217",
111
- "@oneplatformdev/hooks": "^0.1.99-beta.217"
109
+ "@oneplatformdev/tokens": "^0.1.99-beta.218",
110
+ "@oneplatformdev/hooks": "^0.1.99-beta.218",
111
+ "@oneplatformdev/utils": "^0.1.99-beta.218"
112
112
  },
113
113
  "scripts": {
114
114
  "chromatic": "chromatic"