@okam/directus-next-component 1.6.0 → 1.6.2

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 +26 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## 1.6.1 (2025-05-01)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **directus-next:** page settings server context ([876e54f](https://github.com/OKAMca/stack/commit/876e54f))
6
+ - add header option to select component ([0338ebc](https://github.com/OKAMca/stack/commit/0338ebc))
7
+ - bump versions to force publish ([6e3eb60](https://github.com/OKAMca/stack/commit/6e3eb60))
8
+ - project cleanup ([a5dde9d](https://github.com/OKAMca/stack/commit/a5dde9d))
9
+ - add factory for Logger ([#214](https://github.com/OKAMca/stack/pull/214))
10
+ - updates & cleanup packages and dependancies ([#210](https://github.com/OKAMca/stack/pull/210))
11
+
12
+ ### 🩹 Fixes
13
+
14
+ - bump package ([b6259d1](https://github.com/OKAMca/stack/commit/b6259d1))
15
+ - issue with typing not resolving correctly when installing package ([bc4c81d](https://github.com/OKAMca/stack/commit/bc4c81d))
16
+
17
+ ### 🧱 Updated Dependencies
18
+
19
+ - Updated stack-ui to 1.31.0
20
+ - Updated next-component to 1.0.1
21
+
22
+ ### ❤️ Thank You
23
+
24
+ - Marie-Maxime Tanguay @marie-maxime
25
+ - Pierre-Olivier Clerson @poclerson
26
+
1
27
  ## 1.4.0 (2024-09-24)
2
28
 
3
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-next-component",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
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.0",
37
- "@okam/stack-ui": "1.34.0",
36
+ "@okam/next-component": "1.0.2",
37
+ "@okam/stack-ui": "1.35.0",
38
38
  "@react-spring/web": "^9.7.5",
39
39
  "next": "^14.1.1",
40
40
  "radashi": "^12.3.0",