@okam/directus-block 1.5.3 → 1.5.4

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 +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 1.5.4 (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
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated stack-ui to 1.37.0
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Marie-Maxime Tanguay
20
+
1
21
  ## 1.5.2 (2025-05-01)
2
22
 
3
23
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-block",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
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.1",
37
- "@okam/stack-ui": "1.35.0",
37
+ "@okam/stack-ui": "1.37.0",
38
38
  "graphql": "^16.9.0",
39
39
  "graphql-request": "^7.1.2",
40
40
  "radashi": "^12.3.0",