@okam/directus-next-component 1.6.2 → 1.7.0

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 +39 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,42 @@
1
+ ## 1.7.0 (2025-05-22)
2
+
3
+ ### 🚀 Features
4
+
5
+ - bump ([ab924b9](https://github.com/OKAMca/stack/commit/ab924b9))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - package deps error ([b665a45](https://github.com/OKAMca/stack/commit/b665a45))
10
+ - search field type export ([5ab6070](https://github.com/OKAMca/stack/commit/5ab6070))
11
+ - search field icon ([0850fde](https://github.com/OKAMca/stack/commit/0850fde))
12
+ - select controlled ([#280](https://github.com/OKAMca/stack/pull/280))
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - Marie-Maxime Tanguay @marie-maxime
17
+
18
+ ## 1.6.3 (2025-05-22)
19
+
20
+ ### 🚀 Features
21
+
22
+ - bump ([ab924b9](https://github.com/OKAMca/stack/commit/ab924b9))
23
+
24
+ ### 🩹 Fixes
25
+
26
+ - package deps error ([b665a45](https://github.com/OKAMca/stack/commit/b665a45))
27
+ - search field type export ([5ab6070](https://github.com/OKAMca/stack/commit/5ab6070))
28
+ - search field icon ([0850fde](https://github.com/OKAMca/stack/commit/0850fde))
29
+ - select controlled ([#280](https://github.com/OKAMca/stack/pull/280))
30
+
31
+ ### 🧱 Updated Dependencies
32
+
33
+ - Updated stack-ui to 1.37.0
34
+ - Updated next-component to 1.0.3
35
+
36
+ ### ❤️ Thank You
37
+
38
+ - Marie-Maxime Tanguay @marie-maxime
39
+
1
40
  ## 1.6.1 (2025-05-01)
2
41
 
3
42
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-next-component",
3
- "version": "1.6.2",
3
+ "version": "1.7.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@okam/logger": "1.1.0",
36
- "@okam/next-component": "1.0.2",
37
- "@okam/stack-ui": "1.35.0",
36
+ "@okam/next-component": "1.0.3",
37
+ "@okam/stack-ui": "1.37.0",
38
38
  "@react-spring/web": "^9.7.5",
39
39
  "next": "^14.1.1",
40
40
  "radashi": "^12.3.0",