Skip to content

Commit

Permalink
Merge pull request #107 from ijsto/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottAgirs authored Dec 7, 2022
2 parents 818b75a + 15d565d commit ea63fdf
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-doors-jam.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# keystone-6-oauth-auth0-example

## 0.2.3

### Patch Changes

- Updated dependencies [01933fd]
- keystone-6-oauth@1.0.0

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keystone-6-oauth-auth0-example",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"build": "keystone build",
Expand All @@ -15,7 +15,7 @@
"@types/ejs": "^3.1.0",
"dotenv": "^14.3.2",
"ejs": "^3.1.6",
"keystone-6-oauth": "^0.5.0",
"keystone-6-oauth": "^1.0.0",
"typescript": "^4.5.5"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/keystone-6-oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# keystone-6-oauth

## 1.0.0

### Major Changes

- 01933fd: Tested only for V3

## 0.5.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone-6-oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keystone-6-oauth",
"version": "0.5.10",
"version": "1.0.0",
"homepage": "https://keystone-oauth.vercel.app",
"bugs": {
"url": "https://github.com/ijsto/keystone-plugins/issues"
Expand Down

1 comment on commit ea63fdf

@vercel
Copy link

@vercel vercel bot commented on ea63fdf Dec 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

keystone-plugins-docs – ./

keystone-plugins-docs-ijsto.vercel.app
keystone-oauth.vercel.app
keystone-plugins-docs-git-main-ijsto.vercel.app

Please sign in to comment.