@okam/directus-next-component 1.7.29 → 1.7.32

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 +65 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,68 @@
1
+ ## 1.7.32 (2025-11-01)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **directus-next:** bump version ([e9441ad](https://github.com/OKAMca/stack/commit/e9441ad))
10
+ - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
11
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated next-component to 1.2.1
16
+ - Updated directus-next to 1.2.8
17
+
18
+ ### ❤️ Thank You
19
+
20
+ - Pierre-Olivier Clerson @poclerson
21
+ - poclerson
22
+
23
+ ## 1.7.31 (2025-11-01)
24
+
25
+ ### 🚀 Features
26
+
27
+ - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
28
+
29
+ ### 🩹 Fixes
30
+
31
+ - **directus-next:** bump version ([e9441ad](https://github.com/OKAMca/stack/commit/e9441ad))
32
+ - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
33
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
34
+
35
+ ### 🧱 Updated Dependencies
36
+
37
+ - Updated next-component to 1.2.0
38
+ - Updated directus-next to 1.2.7
39
+
40
+ ### ❤️ Thank You
41
+
42
+ - Pierre-Olivier Clerson @poclerson
43
+ - poclerson
44
+
45
+ ## 1.7.30 (2025-11-01)
46
+
47
+ ### 🚀 Features
48
+
49
+ - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
50
+
51
+ ### 🩹 Fixes
52
+
53
+ - **directus-next:** bump version ([e9441ad](https://github.com/OKAMca/stack/commit/e9441ad))
54
+ - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
55
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
56
+
57
+ ### 🧱 Updated Dependencies
58
+
59
+ - Updated directus-next to 1.2.6
60
+
61
+ ### ❤️ Thank You
62
+
63
+ - Pierre-Olivier Clerson @poclerson
64
+ - poclerson
65
+
1
66
  ## 1.7.29 (2025-10-31)
2
67
 
3
68
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-next-component",
3
- "version": "1.7.29",
3
+ "version": "1.7.32",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -33,13 +33,13 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@okam/logger": "1.1.0",
36
- "@okam/next-component": "1.1.5",
36
+ "@okam/next-component": "1.2.1",
37
37
  "@okam/stack-ui": "1.42.3",
38
38
  "@react-spring/web": "^9.7.5",
39
39
  "next": "^14.1.1",
40
40
  "radashi": "^12.3.0",
41
41
  "react": "18.3.1",
42
42
  "unlazy": "^0.12.1",
43
- "@okam/directus-next": "1.2.5"
43
+ "@okam/directus-next": "1.2.8"
44
44
  }
45
45
  }