Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 7, 2021
1 parent 22b16a9 commit 973f8fa
Show file tree
Hide file tree
Showing 43 changed files with 228 additions and 114 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-years-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-phones-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-owls-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-weeks-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-seals-deliver.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/orange-toes-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-dancers-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-berries-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-knives-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-cows-heal.md

This file was deleted.

11 changes: 11 additions & 0 deletions examples-next/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-next/example-auth

## 2.0.2

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`3d3fb860f`](https://github.com/keystonejs/keystone/commit/3d3fb860faa303cbfe75eeb0855a8a575113320c), [`f059f6349`](https://github.com/keystonejs/keystone/commit/f059f6349bee3dce8bbf4a0584b235e97872851c), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa), [`a73aea7d7`](https://github.com/keystonejs/keystone/commit/a73aea7d78d4c520856f06f9d1b79efe4b36993b)]:
- @keystone-next/keystone@15.1.0
- @keystone-next/fields@6.0.1
- @keystone-next/auth@21.0.0

## 2.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples-next/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-auth",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,9 +10,9 @@
},
"dependencies": {
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/keystone": "^15.0.0",
"@keystone-next/auth": "^21.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/keystone": "^15.1.0",
"next": "^10.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
11 changes: 11 additions & 0 deletions examples-next/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-next/app-basic

## 2.0.2

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`3d3fb860f`](https://github.com/keystonejs/keystone/commit/3d3fb860faa303cbfe75eeb0855a8a575113320c), [`f059f6349`](https://github.com/keystonejs/keystone/commit/f059f6349bee3dce8bbf4a0584b235e97872851c), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa), [`a73aea7d7`](https://github.com/keystonejs/keystone/commit/a73aea7d78d4c520856f06f9d1b79efe4b36993b)]:
- @keystone-next/keystone@15.1.0
- @keystone-next/fields@6.0.1
- @keystone-next/auth@21.0.0

## 2.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples-next/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/app-basic",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -12,11 +12,11 @@
"@babel/runtime": "^7.13.10",
"@graphql-tools/merge": "^6.2.11",
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/auth": "^21.0.0",
"@keystone-next/document-renderer": "^2.0.2",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/fields-document": "^4.0.0",
"@keystone-next/keystone": "^15.0.0",
"@keystone-next/keystone": "^15.1.0",
"@keystone-next/types": "^16.0.0",
"@keystone-ui/core": "^2.0.2",
"@keystone-ui/fields": "^2.1.0",
Expand Down
12 changes: 12 additions & 0 deletions examples-next/ecommerce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-next/example-ecommerce

## 2.0.2

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`3d3fb860f`](https://github.com/keystonejs/keystone/commit/3d3fb860faa303cbfe75eeb0855a8a575113320c), [`f059f6349`](https://github.com/keystonejs/keystone/commit/f059f6349bee3dce8bbf4a0584b235e97872851c), [`22b16a998`](https://github.com/keystonejs/keystone/commit/22b16a998082c45a13c09966c1afccc4faf55372), [`c142dd924`](https://github.com/keystonejs/keystone/commit/c142dd9243c966026b7f3f49983bde7283e1bc72), [`952db7148`](https://github.com/keystonejs/keystone/commit/952db7148ba9fda6d299e05c86741476e3b60af7), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa), [`a73aea7d7`](https://github.com/keystonejs/keystone/commit/a73aea7d78d4c520856f06f9d1b79efe4b36993b)]:
- @keystone-next/keystone@15.1.0
- @keystone-next/fields@6.0.1
- @keystone-next/cloudinary@3.0.7
- @keystone-next/auth@21.0.0

## 2.0.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions examples-next/ecommerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-ecommerce",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"author": "Wes Bos & Jed Watson",
"license": "MIT",
Expand All @@ -17,10 +17,10 @@
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.13.10",
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/cloudinary": "^3.0.6",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/keystone": "^15.0.0",
"@keystone-next/auth": "^21.0.0",
"@keystone-next/cloudinary": "^3.0.7",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/keystone": "^15.1.0",
"@keystone-next/server-side-graphql-client-legacy": "^3.0.1",
"@keystone-next/types": "^16.0.0",
"@types/nodemailer": "^6.4.1",
Expand All @@ -32,7 +32,7 @@
"stripe": "^8.142.0"
},
"devDependencies": {
"@keystone-next/test-utils-legacy": "^16.0.0",
"@keystone-next/test-utils-legacy": "^17.0.0",
"typescript": "^4.2.3"
},
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions examples-next/graphql-api-endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# keystone-next-app

## 0.0.6

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`3d3fb860f`](https://github.com/keystonejs/keystone/commit/3d3fb860faa303cbfe75eeb0855a8a575113320c), [`f059f6349`](https://github.com/keystonejs/keystone/commit/f059f6349bee3dce8bbf4a0584b235e97872851c), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa), [`a73aea7d7`](https://github.com/keystonejs/keystone/commit/a73aea7d78d4c520856f06f9d1b79efe4b36993b)]:
- @keystone-next/keystone@15.1.0
- @keystone-next/fields@6.0.1
- @keystone-next/auth@21.0.0

## 0.0.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples-next/graphql-api-endpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keystone-next-app",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"scripts": {
"dev": "keystone-next dev",
Expand All @@ -9,10 +9,10 @@
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/auth": "^21.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/fields-document": "^4.0.0",
"@keystone-next/keystone": "^15.0.0",
"@keystone-next/keystone": "^15.1.0",
"apollo-server-micro": "^2.22.2"
},
"prisma": {
Expand Down
10 changes: 10 additions & 0 deletions examples-next/next-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/example-next-lite

## 1.0.5

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`3d3fb860f`](https://github.com/keystonejs/keystone/commit/3d3fb860faa303cbfe75eeb0855a8a575113320c), [`f059f6349`](https://github.com/keystonejs/keystone/commit/f059f6349bee3dce8bbf4a0584b235e97872851c), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa), [`a73aea7d7`](https://github.com/keystonejs/keystone/commit/a73aea7d78d4c520856f06f9d1b79efe4b36993b)]:
- @keystone-next/keystone@15.1.0
- @keystone-next/fields@6.0.1

## 1.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples-next/next-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-next-lite",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,8 +10,8 @@
},
"dependencies": {
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/keystone": "^15.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/keystone": "^15.1.0",
"dotenv": "^8.2.0",
"next": "^10.0.9",
"react": "^17.0.2",
Expand Down
11 changes: 11 additions & 0 deletions examples-next/roles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-next/example-roles

## 2.0.2

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`3d3fb860f`](https://github.com/keystonejs/keystone/commit/3d3fb860faa303cbfe75eeb0855a8a575113320c), [`f059f6349`](https://github.com/keystonejs/keystone/commit/f059f6349bee3dce8bbf4a0584b235e97872851c), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa), [`a73aea7d7`](https://github.com/keystonejs/keystone/commit/a73aea7d78d4c520856f06f9d1b79efe4b36993b)]:
- @keystone-next/keystone@15.1.0
- @keystone-next/fields@6.0.1
- @keystone-next/auth@21.0.0

## 2.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples-next/roles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-roles",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,9 +10,9 @@
},
"dependencies": {
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/keystone": "^15.0.0",
"@keystone-next/auth": "^21.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/keystone": "^15.1.0",
"@keystone-next/types": "^16.0.0",
"next": "^10.0.9",
"react": "^17.0.2",
Expand Down
11 changes: 11 additions & 0 deletions examples-next/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-next/example-sandbox

## 1.0.6

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`3d3fb860f`](https://github.com/keystonejs/keystone/commit/3d3fb860faa303cbfe75eeb0855a8a575113320c), [`f059f6349`](https://github.com/keystonejs/keystone/commit/f059f6349bee3dce8bbf4a0584b235e97872851c), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa), [`a73aea7d7`](https://github.com/keystonejs/keystone/commit/a73aea7d78d4c520856f06f9d1b79efe4b36993b)]:
- @keystone-next/keystone@15.1.0
- @keystone-next/fields@6.0.1
- @keystone-next/auth@21.0.0

## 1.0.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples-next/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-sandbox",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,9 +9,9 @@
},
"dependencies": {
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/keystone": "^15.0.0"
"@keystone-next/auth": "^21.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/keystone": "^15.1.0"
},
"engines": {
"node": ">=10.0.0"
Expand Down
11 changes: 11 additions & 0 deletions examples-next/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-next/example-todo

## 1.0.6

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`3d3fb860f`](https://github.com/keystonejs/keystone/commit/3d3fb860faa303cbfe75eeb0855a8a575113320c), [`f059f6349`](https://github.com/keystonejs/keystone/commit/f059f6349bee3dce8bbf4a0584b235e97872851c), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa), [`a73aea7d7`](https://github.com/keystonejs/keystone/commit/a73aea7d78d4c520856f06f9d1b79efe4b36993b)]:
- @keystone-next/keystone@15.1.0
- @keystone-next/fields@6.0.1
- @keystone-next/auth@21.0.0

## 1.0.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples-next/todo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-todo",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -13,9 +13,9 @@
},
"dependencies": {
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/keystone": "^15.0.0",
"@keystone-next/auth": "^21.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/keystone": "^15.1.0",
"dotenv": "^8.2.0",
"next": "^10.0.9",
"react": "^17.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages-next/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-next/auth

## 21.0.0

### Patch Changes

- Updated dependencies [[`3d3fb860f`](https://github.com/keystonejs/keystone/commit/3d3fb860faa303cbfe75eeb0855a8a575113320c), [`f059f6349`](https://github.com/keystonejs/keystone/commit/f059f6349bee3dce8bbf4a0584b235e97872851c), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa), [`a73aea7d7`](https://github.com/keystonejs/keystone/commit/a73aea7d78d4c520856f06f9d1b79efe4b36993b)]:
- @keystone-next/keystone@15.1.0
- @keystone-next/fields@6.0.1

## 20.0.0

### Patch Changes
Expand Down
Loading

0 comments on commit 973f8fa

Please sign in to comment.