@okam/directus-block 2.0.1 → 2.0.3

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 2.0.3 (2026-03-26)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated directus-query to 2.0.1
6
+
7
+ ## 2.0.2 (2026-03-17)
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - resolve high-severity dependabot alerts ([#429](https://github.com/OKAMca/stack/pull/429))
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Marie-Maxime Tanguay @marie-maxime
16
+
1
17
  ## 2.0.1 (2026-02-27)
2
18
 
3
19
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-block",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "repository": {
5
5
  "url": "https://github.com/OKAMca/stack.git"
6
6
  },
@@ -40,8 +40,8 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@graphql-typed-document-node/core": "3.2.0",
43
- "@okam/directus-query": "2.0.0",
44
- "@okam/stack-ui": "2.0.1",
43
+ "@okam/directus-query": "2.0.1",
44
+ "@okam/stack-ui": "2.0.3",
45
45
  "graphql": "^16.9.0",
46
46
  "graphql-request": "^7.1.2",
47
47
  "radashi": "^12.3.0"