@okam/directus-next-component 1.7.5 → 1.7.7

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 +29 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ ## 1.7.7 (2025-07-09)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated directus-next to 1.1.1
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Pierre-Olivier Clerson @poclerson
14
+
15
+ ## 1.7.6 (2025-07-04)
16
+
17
+ ### 🩹 Fixes
18
+
19
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
20
+
21
+ ### 🧱 Updated Dependencies
22
+
23
+ - Updated stack-ui to 1.39.0
24
+ - Updated next-component to 1.0.8
25
+
26
+ ### ❤️ Thank You
27
+
28
+ - Pierre-Olivier Clerson @poclerson
29
+
1
30
  ## 1.7.5 (2025-07-01)
2
31
 
3
32
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-next-component",
3
- "version": "1.7.5",
3
+ "version": "1.7.7",
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.0.7",
37
- "@okam/stack-ui": "1.38.1",
36
+ "@okam/next-component": "1.0.8",
37
+ "@okam/stack-ui": "1.39.0",
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.1.0"
43
+ "@okam/directus-next": "1.1.1"
44
44
  }
45
45
  }