@okam/directus-block 1.5.14 → 1.5.16

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 +44 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,47 @@
1
+ ## 1.5.16 (2025-08-28)
2
+
3
+ ### 🚀 Features
4
+
5
+ - bump ([ab924b9](https://github.com/OKAMca/stack/commit/ab924b9))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
10
+ - package deps error ([b665a45](https://github.com/OKAMca/stack/commit/b665a45))
11
+ - search field type export ([5ab6070](https://github.com/OKAMca/stack/commit/5ab6070))
12
+ - search field icon ([0850fde](https://github.com/OKAMca/stack/commit/0850fde))
13
+
14
+ ### 🧱 Updated Dependencies
15
+
16
+ - Updated stack-ui to 1.41.0
17
+
18
+ ### ❤️ Thank You
19
+
20
+ - Marie-Maxime Tanguay
21
+ - Pierre-Olivier Clerson @poclerson
22
+
23
+ ## 1.5.15 (2025-08-22)
24
+
25
+ ### 🚀 Features
26
+
27
+ - bump ([ab924b9](https://github.com/OKAMca/stack/commit/ab924b9))
28
+
29
+ ### 🩹 Fixes
30
+
31
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
32
+ - package deps error ([b665a45](https://github.com/OKAMca/stack/commit/b665a45))
33
+ - search field type export ([5ab6070](https://github.com/OKAMca/stack/commit/5ab6070))
34
+ - search field icon ([0850fde](https://github.com/OKAMca/stack/commit/0850fde))
35
+
36
+ ### 🧱 Updated Dependencies
37
+
38
+ - Updated stack-ui to 1.40.1
39
+
40
+ ### ❤️ Thank You
41
+
42
+ - Marie-Maxime Tanguay
43
+ - Pierre-Olivier Clerson @poclerson
44
+
1
45
  ## 1.5.14 (2025-08-11)
2
46
 
3
47
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-block",
3
- "version": "1.5.14",
3
+ "version": "1.5.16",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@graphql-typed-document-node/core": "3.2.0",
36
36
  "@okam/directus-query": "1.4.2",
37
- "@okam/stack-ui": "1.40.0",
37
+ "@okam/stack-ui": "1.41.0",
38
38
  "graphql": "^16.9.0",
39
39
  "graphql-request": "^7.1.2",
40
40
  "radashi": "^12.3.0",