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 184b631 commit 3f1f048
Show file tree
Hide file tree
Showing 36 changed files with 207 additions and 86 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-years-behave.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/sour-berries-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-knives-ring.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), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @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), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @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
11 changes: 11 additions & 0 deletions examples-next/ecommerce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @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), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @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
10 changes: 5 additions & 5 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/auth": "^21.0.0",
"@keystone-next/cloudinary": "^3.0.6",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/keystone": "^15.0.0",
"@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), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @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), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @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), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @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), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @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), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @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), [`ad1776b74`](https://github.com/keystonejs/keystone/commit/ad1776b7418b7a0d1c8e5def8d82051752c01aa9), [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @keystone-next/keystone@15.1.0
- @keystone-next/fields@6.0.1

## 20.0.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages-next/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/auth",
"version": "20.0.0",
"version": "21.0.0",
"license": "MIT",
"main": "dist/auth.cjs.js",
"module": "dist/auth.esm.js",
Expand All @@ -11,7 +11,7 @@
"@babel/runtime": "^7.13.10",
"@graphql-tools/merge": "^6.2.11",
"@keystone-next/admin-ui-utils": "^3.0.3",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/types": "^16.0.0",
"@keystone-ui/button": "^3.0.1",
"@keystone-ui/core": "^2.0.2",
Expand All @@ -23,12 +23,12 @@
},
"devDependencies": {
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/keystone": "^15.0.0",
"@keystone-next/keystone": "^15.1.0",
"react": "^17.0.2"
},
"peerDependencies": {
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/keystone": "^15.0.0",
"@keystone-next/keystone": "^15.1.0",
"react": "^17.0.2"
},
"preconstruct": {
Expand Down
Loading

0 comments on commit 3f1f048

Please sign in to comment.