@okam/directus-next-component 1.7.16 → 1.7.18

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 +33 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
1
+ ## 1.7.18 (2025-08-05)
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 directus-next to 1.2.4
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Pierre-Olivier Clerson @poclerson
16
+ - poclerson
17
+
18
+ ## 1.7.17 (2025-08-05)
19
+
20
+ ### 🩹 Fixes
21
+
22
+ - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
23
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
24
+
25
+ ### 🧱 Updated Dependencies
26
+
27
+ - Updated directus-next to 1.2.3
28
+
29
+ ### ❤️ Thank You
30
+
31
+ - Pierre-Olivier Clerson @poclerson
32
+ - poclerson
33
+
1
34
  ## 1.7.14 (2025-07-23)
2
35
 
3
36
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-next-component",
3
- "version": "1.7.16",
3
+ "version": "1.7.18",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -40,6 +40,6 @@
40
40
  "radashi": "^12.3.0",
41
41
  "react": "18.3.1",
42
42
  "unlazy": "^0.12.1",
43
- "@okam/directus-next": "1.2.3"
43
+ "@okam/directus-next": "1.2.4"
44
44
  }
45
45
  }