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 Mar 30, 2021
1 parent ff9844d commit d90c474
Show file tree
Hide file tree
Showing 65 changed files with 433 additions and 211 deletions.
9 changes: 0 additions & 9 deletions .changeset/flat-beds-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gentle-flies-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-garlics-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-buses-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-needles-give.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-cycles-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-jars-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-gifts-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-avocados-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-ears-cheat.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/silly-cows-sit.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/smart-lizards-mate.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/tame-points-provide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thin-geese-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-impalas-grab.md

This file was deleted.

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

## 1.2.1

### Patch Changes

- Updated dependencies [[`4fa66ac1f`](https://github.com/keystonejs/keystone/commit/4fa66ac1fc6fd0a43da17dd90797733e8c958785)]:
- @keystone-next/fields-document@4.0.0

## 1.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions docs-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/website",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@keystone-next/fields-document": "^3.1.0",
"@keystone-next/fields-document": "^4.0.0",
"@keystone-ui/button": "^3.0.1",
"@keystone-ui/core": "^2.0.2",
"@keystone-ui/fields": "^2.0.2",
Expand Down
10 changes: 10 additions & 0 deletions examples-next/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/example-auth

## 2.0.1

### Patch Changes

- Updated dependencies [[`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`399e6db39`](https://github.com/keystonejs/keystone/commit/399e6db39c51cf9e8bbf3dde0887e5bf55dd1c4d), [`8665cfe66`](https://github.com/keystonejs/keystone/commit/8665cfe66016e0356681413e31f80a6d5586d364), [`399e6db39`](https://github.com/keystonejs/keystone/commit/399e6db39c51cf9e8bbf3dde0887e5bf55dd1c4d), [`9e450d6b3`](https://github.com/keystonejs/keystone/commit/9e450d6b326e2ba5f46e49ecf53b6bd7a627e9ca), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6)]:
- @keystone-next/keystone@15.0.0
- @keystone-next/admin-ui@13.0.0
- @keystone-next/fields@6.0.0
- @keystone-next/auth@20.0.0

## 2.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "2.0.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/admin-ui": "^12.0.1",
"@keystone-next/auth": "^19.0.0",
"@keystone-next/fields": "^5.4.0",
"@keystone-next/keystone": "^14.0.1",
"@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",
"next": "^10.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
12 changes: 12 additions & 0 deletions examples-next/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-next/app-basic

## 2.0.1

### Patch Changes

- Updated dependencies [[`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`399e6db39`](https://github.com/keystonejs/keystone/commit/399e6db39c51cf9e8bbf3dde0887e5bf55dd1c4d), [`8665cfe66`](https://github.com/keystonejs/keystone/commit/8665cfe66016e0356681413e31f80a6d5586d364), [`4fa66ac1f`](https://github.com/keystonejs/keystone/commit/4fa66ac1fc6fd0a43da17dd90797733e8c958785), [`399e6db39`](https://github.com/keystonejs/keystone/commit/399e6db39c51cf9e8bbf3dde0887e5bf55dd1c4d), [`9e450d6b3`](https://github.com/keystonejs/keystone/commit/9e450d6b326e2ba5f46e49ecf53b6bd7a627e9ca), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6)]:
- @keystone-next/keystone@15.0.0
- @keystone-next/types@16.0.0
- @keystone-next/admin-ui@13.0.0
- @keystone-next/fields@6.0.0
- @keystone-next/fields-document@4.0.0
- @keystone-next/auth@20.0.0

## 2.0.0

### Major Changes
Expand Down
14 changes: 7 additions & 7 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.0",
"version": "2.0.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -11,13 +11,13 @@
"dependencies": {
"@babel/runtime": "^7.13.10",
"@graphql-tools/merge": "^6.2.11",
"@keystone-next/admin-ui": "^12.0.1",
"@keystone-next/auth": "^19.0.0",
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/document-renderer": "^2.0.2",
"@keystone-next/fields": "^5.4.0",
"@keystone-next/fields-document": "^3.2.1",
"@keystone-next/keystone": "^14.0.1",
"@keystone-next/types": "^15.0.1",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/fields-document": "^4.0.0",
"@keystone-next/keystone": "^15.0.0",
"@keystone-next/types": "^16.0.0",
"@keystone-ui/core": "^2.0.2",
"@keystone-ui/fields": "^2.0.2",
"@keystone-ui/icons": "^2.0.1",
Expand Down
15 changes: 15 additions & 0 deletions examples-next/ecommerce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @keystone-next/example-ecommerce

## 2.0.1

### Patch Changes

- [#5280](https://github.com/keystonejs/keystone/pull/5280) [`9e450d6b3`](https://github.com/keystonejs/keystone/commit/9e450d6b326e2ba5f46e49ecf53b6bd7a627e9ca) Thanks [@timleslie](https://github.com/timleslie)! - Removed the `adapters-mongoose-legacy` packages dependency.

- Updated dependencies [[`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`399e6db39`](https://github.com/keystonejs/keystone/commit/399e6db39c51cf9e8bbf3dde0887e5bf55dd1c4d), [`8665cfe66`](https://github.com/keystonejs/keystone/commit/8665cfe66016e0356681413e31f80a6d5586d364), [`399e6db39`](https://github.com/keystonejs/keystone/commit/399e6db39c51cf9e8bbf3dde0887e5bf55dd1c4d), [`9e450d6b3`](https://github.com/keystonejs/keystone/commit/9e450d6b326e2ba5f46e49ecf53b6bd7a627e9ca), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6)]:
- @keystone-next/keystone@15.0.0
- @keystone-next/types@16.0.0
- @keystone-next/admin-ui@13.0.0
- @keystone-next/fields@6.0.0
- @keystone-next/auth@20.0.0
- @keystone-next/cloudinary@3.0.6
- @keystone-next/server-side-graphql-client-legacy@3.0.1

## 2.0.0

### Major Changes
Expand Down
18 changes: 9 additions & 9 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.0",
"version": "2.0.1",
"private": true,
"author": "Wes Bos & Jed Watson",
"license": "MIT",
Expand All @@ -16,13 +16,13 @@
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.13.10",
"@keystone-next/admin-ui": "^12.0.1",
"@keystone-next/auth": "^19.0.0",
"@keystone-next/cloudinary": "^3.0.5",
"@keystone-next/fields": "^5.4.0",
"@keystone-next/keystone": "^14.0.1",
"@keystone-next/server-side-graphql-client-legacy": "^3.0.0",
"@keystone-next/types": "^15.0.1",
"@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/server-side-graphql-client-legacy": "^3.0.1",
"@keystone-next/types": "^16.0.0",
"@types/nodemailer": "^6.4.1",
"dotenv": "^8.2.0",
"next": "^10.0.9",
Expand All @@ -32,7 +32,7 @@
"stripe": "^8.139.0"
},
"devDependencies": {
"@keystone-next/test-utils-legacy": "^15.0.0",
"@keystone-next/test-utils-legacy": "^16.0.0",
"typescript": "^4.2.3"
},
"engines": {
Expand Down
10 changes: 10 additions & 0 deletions examples-next/graphql-api-endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# keystone-next-app

## 0.0.5

### Patch Changes

- Updated dependencies [[`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`399e6db39`](https://github.com/keystonejs/keystone/commit/399e6db39c51cf9e8bbf3dde0887e5bf55dd1c4d), [`8665cfe66`](https://github.com/keystonejs/keystone/commit/8665cfe66016e0356681413e31f80a6d5586d364), [`4fa66ac1f`](https://github.com/keystonejs/keystone/commit/4fa66ac1fc6fd0a43da17dd90797733e8c958785), [`399e6db39`](https://github.com/keystonejs/keystone/commit/399e6db39c51cf9e8bbf3dde0887e5bf55dd1c4d), [`9e450d6b3`](https://github.com/keystonejs/keystone/commit/9e450d6b326e2ba5f46e49ecf53b6bd7a627e9ca), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6)]:
- @keystone-next/keystone@15.0.0
- @keystone-next/fields@6.0.0
- @keystone-next/fields-document@4.0.0
- @keystone-next/auth@20.0.0

## 0.0.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.4",
"version": "0.0.5",
"private": true,
"scripts": {
"dev": "keystone-next dev",
Expand All @@ -9,10 +9,10 @@
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@keystone-next/auth": "^19.0.0",
"@keystone-next/fields": "^5.3.0",
"@keystone-next/fields-document": "^3.2.0",
"@keystone-next/keystone": "^14.0.0",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/fields-document": "^4.0.0",
"@keystone-next/keystone": "^15.0.0",
"apollo-server-micro": "^2.22.2"
},
"prisma": {
Expand Down
13 changes: 13 additions & 0 deletions examples-next/roles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @keystone-next/example-roles

## 2.0.1

### Patch Changes

- [#5280](https://github.com/keystonejs/keystone/pull/5280) [`9e450d6b3`](https://github.com/keystonejs/keystone/commit/9e450d6b326e2ba5f46e49ecf53b6bd7a627e9ca) Thanks [@timleslie](https://github.com/timleslie)! - Removed the `adapters-mongoose-legacy` packages dependency.

- Updated dependencies [[`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`399e6db39`](https://github.com/keystonejs/keystone/commit/399e6db39c51cf9e8bbf3dde0887e5bf55dd1c4d), [`8665cfe66`](https://github.com/keystonejs/keystone/commit/8665cfe66016e0356681413e31f80a6d5586d364), [`399e6db39`](https://github.com/keystonejs/keystone/commit/399e6db39c51cf9e8bbf3dde0887e5bf55dd1c4d), [`9e450d6b3`](https://github.com/keystonejs/keystone/commit/9e450d6b326e2ba5f46e49ecf53b6bd7a627e9ca), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6)]:
- @keystone-next/keystone@15.0.0
- @keystone-next/types@16.0.0
- @keystone-next/admin-ui@13.0.0
- @keystone-next/fields@6.0.0
- @keystone-next/auth@20.0.0

## 2.0.0

### Major Changes
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "2.0.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,11 +9,11 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/admin-ui": "^12.0.1",
"@keystone-next/auth": "^19.0.0",
"@keystone-next/fields": "^5.4.0",
"@keystone-next/keystone": "^14.0.1",
"@keystone-next/types": "^15.0.1",
"@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/types": "^16.0.0",
"next": "^10.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
10 changes: 10 additions & 0 deletions examples-next/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/example-sandbox

## 1.0.5

### Patch Changes

- Updated dependencies [[`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6), [`399e6db39`](https://github.com/keystonejs/keystone/commit/399e6db39c51cf9e8bbf3dde0887e5bf55dd1c4d), [`8665cfe66`](https://github.com/keystonejs/keystone/commit/8665cfe66016e0356681413e31f80a6d5586d364), [`399e6db39`](https://github.com/keystonejs/keystone/commit/399e6db39c51cf9e8bbf3dde0887e5bf55dd1c4d), [`9e450d6b3`](https://github.com/keystonejs/keystone/commit/9e450d6b326e2ba5f46e49ecf53b6bd7a627e9ca), [`c28e765d1`](https://github.com/keystonejs/keystone/commit/c28e765d12655f802e324b82529fcf571d88c0c6)]:
- @keystone-next/keystone@15.0.0
- @keystone-next/admin-ui@13.0.0
- @keystone-next/fields@6.0.0
- @keystone-next/auth@20.0.0

## 1.0.4

### Patch Changes
Expand Down
Loading

0 comments on commit d90c474

Please sign in to comment.