@okam/next-component 1.3.0 → 1.3.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 +19 -8
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## 1.3.2 (2026-01-16)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated stack-ui to 1.44.1
6
+
7
+ ## 1.3.1 (2026-01-16)
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - **next-component:** remove breaking changes tag ([3dcba77](https://github.com/OKAMca/stack/commit/3dcba77))
12
+ - **next-component:** stop bundling okam libs ([ba6ba7c](https://github.com/OKAMca/stack/commit/ba6ba7c))
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - poclerson
17
+
1
18
  ## 1.3.0 (2026-01-15)
2
19
 
3
20
  ### 🚀 Features
@@ -5,15 +22,12 @@
5
22
  - **admin-bar:** add AdminBar with draft mode support ([289427e](https://github.com/OKAMca/stack/commit/289427e))
6
23
  - **next-component:** nuqs wrapper for react-aria ([d63f2f7](https://github.com/OKAMca/stack/commit/d63f2f7))
7
24
  - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
25
+ - Consumers must now have react and react-dom in their own
8
26
 
9
27
  ### 🩹 Fixes
10
28
 
11
29
  - adminbar safe draft mode handling ([#385](https://github.com/OKAMca/stack/pull/385))
12
30
 
13
- ### ⚠️ Breaking Changes
14
-
15
- - Consumers must now have react and react-dom in their own
16
-
17
31
  ### ❤️ Thank You
18
32
 
19
33
  - Marie-Maxime Tanguay @marie-maxime
@@ -24,9 +38,6 @@
24
38
  ### 🚀 Features
25
39
 
26
40
  - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
27
-
28
- ### ⚠️ Breaking Changes
29
-
30
41
  - Consumers must now have react and react-dom in their own
31
42
 
32
43
  ### 🧱 Updated Dependencies
@@ -469,4 +480,4 @@
469
480
 
470
481
  ### ❤️ Thank You
471
482
 
472
- - Marie-Maxime Tanguay @marie-maxime
483
+ - Marie-Maxime Tanguay @marie-maxime
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/next-component",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  "url": "https://github.com/OKAMca/stack.git"
31
31
  },
32
32
  "dependencies": {
33
- "@okam/stack-ui": "1.44.0",
33
+ "@okam/stack-ui": "1.44.1",
34
34
  "@okam/core-lib": "1.17.0",
35
35
  "next": "^15.0.0",
36
36
  "react-use": "17.5.1",