@okam/directus-flexible-content 1.2.21 → 1.2.22

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 +25 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## 1.2.22 (2025-10-17)
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 directus-block to 1.6.0
19
+
20
+ ### ❤️ Thank You
21
+
22
+ - Marie-Maxime Tanguay @marie-maxime
23
+ - Pierre-Olivier Clerson @poclerson
24
+ - poclerson
25
+
1
26
  ## 1.2.21 (2025-10-17)
2
27
 
3
28
  ### 🚀 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.22",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@nx/vite": "20.2.2",
26
- "@okam/directus-block": "1.5.22",
26
+ "@okam/directus-block": "1.6.0",
27
27
  "@okam/stack-ui": "1.42.3",
28
28
  "@vitejs/plugin-react": "4.3.4",
29
29
  "vite": "^5.0.13",