@okam/directus-next 1.2.12 → 1.2.13

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 +22 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## 1.2.13 (2026-01-15)
2
+
3
+ ### 🚀 Features
4
+
5
+ - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **directus-next:** remove server-only ([ecd8d1b](https://github.com/OKAMca/stack/commit/ecd8d1b))
10
+ - **directus-next:** draft route handler uses zod, returns draft isEnabled whenever possible ([#376](https://github.com/OKAMca/stack/pull/376))
11
+ - ⚠️ functions starting with "use" should be reserved to react hooks ([68f1f8f](https://github.com/OKAMca/stack/commit/68f1f8f))
12
+
13
+ ### ⚠️ Breaking Changes
14
+
15
+ - Consumers must now have react and react-dom in their own
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Marie-Maxime Tanguay @marie-maxime
20
+ - Pierre-Olivier Clerson @poclerson
21
+ - poclerson
22
+
1
23
  ## 1.2.12 (2026-01-15)
2
24
 
3
25
  ### 🚀 Features
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@okam/directus-next",
3
3
  "main": "./index.js",
4
- "version": "1.2.12",
4
+ "version": "1.2.13",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
7
7
  ".": {