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 Sep 9, 2021
1 parent 85d360a commit 74445bd
Show file tree
Hide file tree
Showing 74 changed files with 486 additions and 144 deletions.
29 changes: 0 additions & 29 deletions .changeset/bright-beers-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-drinks-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-cameras-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-meals-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-rice-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-goats-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-islands-jog.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-buttons-teach.md

This file was deleted.

15 changes: 15 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @keystone-next/website

## 3.1.6

### Patch Changes

- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/).

The Apollo documentation contains a full list of breaking changes introduced by this update.
You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option.

The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox.
If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground).

- Updated dependencies [[`bf331141e`](https://github.com/keystonejs/keystone/commit/bf331141edd107e4f58e640b36b587499209c36f)]:
- @keystone-next/fields-document@9.0.1

## 3.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/website",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"@emotion/react": "^11.4.1",
"@emotion/server": "11.4.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/fields-document": "^9.0.0",
"@keystone-next/fields-document": "^9.0.1",
"@mdx-js/loader": "next",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^11.1.0",
Expand Down
7 changes: 7 additions & 0 deletions examples-staging/assets-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystone-next/example-assets-cloud

## 1.0.6

### Patch Changes

- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db), [`398c08529`](https://github.com/keystonejs/keystone/commit/398c085295d992658a9e7e22aae037f55528c258)]:
- @keystone-next/keystone@26.0.0

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples-staging/assets-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-assets-cloud",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/keystone": "^25.0.0",
"@keystone-next/keystone": "^26.0.0",
"dotenv": "^10.0.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions examples-staging/assets-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystone-next/example-assets-local

## 1.0.6

### Patch Changes

- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db), [`398c08529`](https://github.com/keystonejs/keystone/commit/398c085295d992658a9e7e22aae037f55528c258)]:
- @keystone-next/keystone@26.0.0

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples-staging/assets-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-assets-local",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/keystone": "^25.0.0"
"@keystone-next/keystone": "^26.0.0"
},
"devDependencies": {
"typescript": "^4.4.2"
Expand Down
8 changes: 8 additions & 0 deletions examples-staging/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-next/example-auth

## 4.0.8

### Patch Changes

- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db), [`398c08529`](https://github.com/keystonejs/keystone/commit/398c085295d992658a9e7e22aae037f55528c258)]:
- @keystone-next/keystone@26.0.0
- @keystone-next/auth@33.0.0

## 4.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples-staging/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-auth",
"version": "4.0.7",
"version": "4.0.8",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/auth": "^32.0.0",
"@keystone-next/keystone": "^25.0.0",
"@keystone-next/auth": "^33.0.0",
"@keystone-next/keystone": "^26.0.0",
"next": "^11.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
17 changes: 17 additions & 0 deletions examples-staging/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @keystone-next/example-app-basic

## 4.0.8

### Patch Changes

- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/).

The Apollo documentation contains a full list of breaking changes introduced by this update.
You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option.

The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox.
If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground).

- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`bf331141e`](https://github.com/keystonejs/keystone/commit/bf331141edd107e4f58e640b36b587499209c36f), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db), [`398c08529`](https://github.com/keystonejs/keystone/commit/398c085295d992658a9e7e22aae037f55528c258)]:
- @keystone-next/keystone@26.0.0
- @keystone-next/fields-document@9.0.1
- @keystone-next/auth@33.0.0

## 4.0.7

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples-staging/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/examples-app-basic",
"version": "4.0.7",
"version": "4.0.8",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,10 +10,10 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@keystone-next/auth": "^32.0.0",
"@keystone-next/auth": "^33.0.0",
"@keystone-next/document-renderer": "^4.0.0",
"@keystone-next/fields-document": "^9.0.0",
"@keystone-next/keystone": "^25.0.0",
"@keystone-next/fields-document": "^9.0.1",
"@keystone-next/keystone": "^26.0.0",
"@keystone-ui/core": "^3.2.0",
"@keystone-ui/fields": "^4.1.3",
"@keystone-ui/icons": "^4.0.1",
Expand Down
9 changes: 9 additions & 0 deletions examples-staging/ecommerce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/example-ecommerce

## 4.0.9

### Patch Changes

- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db), [`398c08529`](https://github.com/keystonejs/keystone/commit/398c085295d992658a9e7e22aae037f55528c258)]:
- @keystone-next/keystone@26.0.0
- @keystone-next/auth@33.0.0
- @keystone-next/cloudinary@8.0.0

## 4.0.8

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples-staging/ecommerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-ecommerce",
"version": "4.0.8",
"version": "4.0.9",
"private": true,
"author": "Wes Bos & Jed Watson",
"license": "MIT",
Expand All @@ -16,9 +16,9 @@
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.15.4",
"@keystone-next/auth": "^32.0.0",
"@keystone-next/cloudinary": "^7.0.0",
"@keystone-next/keystone": "^25.0.0",
"@keystone-next/auth": "^33.0.0",
"@keystone-next/cloudinary": "^8.0.0",
"@keystone-next/keystone": "^26.0.0",
"@types/nodemailer": "^6.4.4",
"dotenv": "^10.0.0",
"next": "^11.1.0",
Expand Down
7 changes: 7 additions & 0 deletions examples-staging/embedded-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystone-next/example-next-lite

## 3.0.8

### Patch Changes

- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db), [`398c08529`](https://github.com/keystonejs/keystone/commit/398c085295d992658a9e7e22aae037f55528c258)]:
- @keystone-next/keystone@26.0.0

## 3.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples-staging/embedded-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-embedded-nextjs",
"version": "3.0.7",
"version": "3.0.8",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "next build"
},
"dependencies": {
"@keystone-next/keystone": "^25.0.0",
"@keystone-next/keystone": "^26.0.0",
"dotenv": "^10.0.0",
"next": "^11.1.0",
"react": "^17.0.2",
Expand Down
17 changes: 17 additions & 0 deletions examples-staging/graphql-api-endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# keystone-next-app

## 1.0.8

### Patch Changes

- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/).

The Apollo documentation contains a full list of breaking changes introduced by this update.
You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option.

The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox.
If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground).

- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`bf331141e`](https://github.com/keystonejs/keystone/commit/bf331141edd107e4f58e640b36b587499209c36f), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db), [`398c08529`](https://github.com/keystonejs/keystone/commit/398c085295d992658a9e7e22aae037f55528c258)]:
- @keystone-next/keystone@26.0.0
- @keystone-next/fields-document@9.0.1
- @keystone-next/auth@33.0.0

## 1.0.7

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples-staging/graphql-api-endpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keystone-next-app",
"version": "1.0.7",
"version": "1.0.8",
"private": true,
"scripts": {
"dev": "keystone-next dev",
Expand All @@ -12,9 +12,9 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@keystone-next/auth": "^32.0.0",
"@keystone-next/fields-document": "^9.0.0",
"@keystone-next/keystone": "^25.0.0"
"@keystone-next/auth": "^33.0.0",
"@keystone-next/fields-document": "^9.0.1",
"@keystone-next/keystone": "^26.0.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples-staging/graphql-api-endpoint"
}
8 changes: 8 additions & 0 deletions examples-staging/roles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-next/example-roles

## 4.0.8

### Patch Changes

- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db), [`398c08529`](https://github.com/keystonejs/keystone/commit/398c085295d992658a9e7e22aae037f55528c258)]:
- @keystone-next/keystone@26.0.0
- @keystone-next/auth@33.0.0

## 4.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples-staging/roles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-roles",
"version": "4.0.7",
"version": "4.0.8",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/auth": "^32.0.0",
"@keystone-next/keystone": "^25.0.0",
"@keystone-next/auth": "^33.0.0",
"@keystone-next/keystone": "^26.0.0",
"next": "^11.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
Loading

0 comments on commit 74445bd

Please sign in to comment.