@okam/directus-next-component 2.1.0 → 2.1.1

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 +17 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## 2.1.0 (2026-04-06)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - resolve dependabot security alerts and clean up published package dependencies ([#441](https://github.com/OKAMca/stack/pull/441))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated stack-ui to 2.1.0
10
+ - Updated next-component to 2.1.0
11
+ - Updated directus-next to 2.2.0
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Claude Opus 4.6 (1M context)
16
+ - Marie-Maxime Tanguay @marie-maxime
17
+
1
18
  ## 2.0.3 (2026-03-20)
2
19
 
3
20
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-next-component",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "repository": {
5
5
  "url": "https://github.com/OKAMca/stack.git"
6
6
  },
@@ -40,10 +40,10 @@
40
40
  "react": "^18.0.0 || ^19.0.0"
41
41
  },
42
42
  "dependencies": {
43
- "@okam/directus-next": "2.2.0",
43
+ "@okam/directus-next": "2.2.1",
44
44
  "@okam/logger": "1.1.0",
45
- "@okam/next-component": "2.1.0",
46
- "@okam/stack-ui": "2.1.0",
45
+ "@okam/next-component": "2.1.1",
46
+ "@okam/stack-ui": "2.1.1",
47
47
  "@react-spring/web": "^10.0.3",
48
48
  "radashi": "^12.3.0",
49
49
  "unlazy": "^1.0.0",