@okam/directus-next-component 1.7.16 → 1.7.17

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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 1.7.17 (2025-08-05)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
6
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
7
+
8
+ ### 🧱 Updated Dependencies
9
+
10
+ - Updated directus-next to 1.2.3
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Pierre-Olivier Clerson @poclerson
15
+ - poclerson
16
+
1
17
  ## 1.7.14 (2025-07-23)
2
18
 
3
19
  ### 🩹 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.17",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {