@okam/directus-flexible-content 1.2.21 → 1.2.23

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 +51 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,54 @@
1
+ ## 1.2.23 (2025-11-27)
2
+
3
+ ### 🚀 Features
4
+
5
+ - bump ([ab924b9](https://github.com/OKAMca/stack/commit/ab924b9))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **directus-flexible-content:** core-lib in external deps ([e44cb2b](https://github.com/OKAMca/stack/commit/e44cb2b))
10
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
11
+ - package deps error ([b665a45](https://github.com/OKAMca/stack/commit/b665a45))
12
+ - search field type export ([5ab6070](https://github.com/OKAMca/stack/commit/5ab6070))
13
+ - search field icon ([0850fde](https://github.com/OKAMca/stack/commit/0850fde))
14
+ - select controlled ([#280](https://github.com/OKAMca/stack/pull/280))
15
+
16
+ ### 🧱 Updated Dependencies
17
+
18
+ - Updated stack-ui to 1.42.4
19
+ - Updated directus-block to 1.6.1
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Marie-Maxime Tanguay @marie-maxime
24
+ - Pierre-Olivier Clerson @poclerson
25
+ - poclerson
26
+
27
+ ## 1.2.22 (2025-10-17)
28
+
29
+ ### 🚀 Features
30
+
31
+ - bump ([ab924b9](https://github.com/OKAMca/stack/commit/ab924b9))
32
+
33
+ ### 🩹 Fixes
34
+
35
+ - **directus-flexible-content:** core-lib in external deps ([e44cb2b](https://github.com/OKAMca/stack/commit/e44cb2b))
36
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
37
+ - package deps error ([b665a45](https://github.com/OKAMca/stack/commit/b665a45))
38
+ - search field type export ([5ab6070](https://github.com/OKAMca/stack/commit/5ab6070))
39
+ - search field icon ([0850fde](https://github.com/OKAMca/stack/commit/0850fde))
40
+ - select controlled ([#280](https://github.com/OKAMca/stack/pull/280))
41
+
42
+ ### 🧱 Updated Dependencies
43
+
44
+ - Updated directus-block to 1.6.0
45
+
46
+ ### ❤️ Thank You
47
+
48
+ - Marie-Maxime Tanguay @marie-maxime
49
+ - Pierre-Olivier Clerson @poclerson
50
+ - poclerson
51
+
1
52
  ## 1.2.21 (2025-10-17)
2
53
 
3
54
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-flexible-content",
3
- "version": "1.2.21",
3
+ "version": "1.2.23",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@nx/vite": "20.2.2",
26
- "@okam/directus-block": "1.5.22",
27
- "@okam/stack-ui": "1.42.3",
26
+ "@okam/directus-block": "1.6.1",
27
+ "@okam/stack-ui": "1.42.4",
28
28
  "@vitejs/plugin-react": "4.3.4",
29
29
  "vite": "^5.0.13",
30
30
  "vite-plugin-dts": "~2.3.0",