diff --git a/.changeset/orange-walls-scream.md b/.changeset/orange-walls-scream.md deleted file mode 100644 index c70750b..0000000 --- a/.changeset/orange-walls-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"keystone-6-oauth": minor ---- - -Updates to Keystone V2 diff --git a/.changeset/witty-cows-jump.md b/.changeset/witty-cows-jump.md deleted file mode 100644 index 92d1f3d..0000000 --- a/.changeset/witty-cows-jump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"keystone-6-oauth": patch -"keystone-6-oauth-auth0-example": patch ---- - -Chore - Bump Version diff --git a/examples/auth0/CHANGELOG.md b/examples/auth0/CHANGELOG.md index 41ac8ff..469d3a0 100644 --- a/examples/auth0/CHANGELOG.md +++ b/examples/auth0/CHANGELOG.md @@ -1,5 +1,14 @@ # @opensaas-keystone/next-auth-backend +## 0.0.4 + +### Patch Changes + +- 675362f: Chore - Bump Version +- Updated dependencies [01c8469] +- Updated dependencies [675362f] + - keystone-6-oauth@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/examples/auth0/package.json b/examples/auth0/package.json index 324579f..cb57f0a 100644 --- a/examples/auth0/package.json +++ b/examples/auth0/package.json @@ -1,6 +1,6 @@ { "name": "keystone-6-oauth-auth0-example", - "version": "0.0.3", + "version": "0.0.4", "private": true, "scripts": { "build": "keystone build", @@ -15,7 +15,7 @@ "@types/ejs": "^3.1.0", "dotenv": "^14.3.2", "ejs": "^3.1.6", - "keystone-6-oauth": "^0.0.18", + "keystone-6-oauth": "^0.1.0", "typescript": "^4.5.5" }, "devDependencies": { diff --git a/packages/keystone-6-oauth/CHANGELOG.md b/packages/keystone-6-oauth/CHANGELOG.md index c8f190f..2c424b8 100644 --- a/packages/keystone-6-oauth/CHANGELOG.md +++ b/packages/keystone-6-oauth/CHANGELOG.md @@ -1,5 +1,15 @@ # keystone-6-oauth +## 0.1.0 + +### Minor Changes + +- 01c8469: Updates to Keystone V2 + +### Patch Changes + +- 675362f: Chore - Bump Version + ## 0.0.18 ### Patch Changes diff --git a/packages/keystone-6-oauth/package.json b/packages/keystone-6-oauth/package.json index 30b372c..0ae6c2a 100644 --- a/packages/keystone-6-oauth/package.json +++ b/packages/keystone-6-oauth/package.json @@ -1,6 +1,6 @@ { "name": "keystone-6-oauth", - "version": "0.0.18", + "version": "0.1.0", "homepage": "https://keystone-oauth.vercel.app", "bugs": { "url": "https://github.com/ijsto/keystone-plugins/issues"