@okam/directus-next-component 1.7.21 → 1.7.23

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