@opensaas/keystone-nextjs-auth 17.0.0 → 18.0.0

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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @opensaas-keystone/nextjs-auth
2
2
 
3
+ ## 18.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - cff5031: Upgrade to `"@keystone-next/keystone": "^29.0.0"` see https://keystonejs.com/releases/2021-11-24 for more information
8
+
3
9
  ## 17.0.0
4
10
 
5
11
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensaas/keystone-nextjs-auth",
3
- "version": "17.0.0",
3
+ "version": "18.0.0",
4
4
  "repository": "https://github.com/opensaasau/keystone-nextjs-auth",
5
5
  "license": "MIT",
6
6
  "main": "dist/opensaas-keystone-nextjs-auth.cjs.js",
@@ -18,11 +18,11 @@
18
18
  "next-auth": "^3.29.0"
19
19
  },
20
20
  "devDependencies": {
21
- "@keystone-next/keystone": "^28.0.0",
21
+ "@keystone-next/keystone": "^29.0.0",
22
22
  "react": "^17.0.2"
23
23
  },
24
24
  "peerDependencies": {
25
- "@keystone-next/keystone": "^28.0.0",
25
+ "@keystone-next/keystone": "^29.0.0",
26
26
  "react": "^17.0.2"
27
27
  },
28
28
  "engines": {