@okam/directus-next-component 1.7.19 → 1.7.21

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 +36 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,39 @@
1
+ ## 1.7.21 (2025-08-28)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **directus-next:** bump version ([e9441ad](https://github.com/OKAMca/stack/commit/e9441ad))
6
+ - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
7
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
8
+
9
+ ### 🧱 Updated Dependencies
10
+
11
+ - Updated stack-ui to 1.41.0
12
+ - Updated next-component to 1.0.14
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - Pierre-Olivier Clerson @poclerson
17
+ - poclerson
18
+
19
+ ## 1.7.20 (2025-08-22)
20
+
21
+ ### 🩹 Fixes
22
+
23
+ - **directus-next:** bump version ([e9441ad](https://github.com/OKAMca/stack/commit/e9441ad))
24
+ - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
25
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
26
+
27
+ ### 🧱 Updated Dependencies
28
+
29
+ - Updated stack-ui to 1.40.1
30
+ - Updated next-component to 1.0.13
31
+
32
+ ### ❤️ Thank You
33
+
34
+ - Pierre-Olivier Clerson @poclerson
35
+ - poclerson
36
+
1
37
  ## 1.7.19 (2025-08-11)
2
38
 
3
39
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-next-component",
3
- "version": "1.7.19",
3
+ "version": "1.7.21",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@okam/logger": "1.1.0",
36
- "@okam/next-component": "1.0.12",
37
- "@okam/stack-ui": "1.40.0",
36
+ "@okam/next-component": "1.0.14",
37
+ "@okam/stack-ui": "1.41.0",
38
38
  "@react-spring/web": "^9.7.5",
39
39
  "next": "^14.1.1",
40
40
  "radashi": "^12.3.0",