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 May 5, 2021
1 parent 3d38946 commit d205fee
Show file tree
Hide file tree
Showing 40 changed files with 243 additions and 108 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-walls-ring.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/grumpy-jokes-notice.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/grumpy-spiders-hear.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/nice-apples-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-shirts-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-numbers-join.md

This file was deleted.

6 changes: 6 additions & 0 deletions design-system/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-ui/website

## 2.0.1

### Patch Changes

- [#5601](https://github.com/keystonejs/keystone/pull/5601) [`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Next.js dependency to `^10.2.0`.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion design-system/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-ui/website",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-next/website

## 2.0.2

### Patch Changes

- [#5601](https://github.com/keystonejs/keystone/pull/5601) [`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Next.js dependency to `^10.2.0`.

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/website",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions examples/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @keystone-next/example-auth

## 3.0.2

### Patch Changes

- [#5594](https://github.com/keystonejs/keystone/pull/5594) [`a3d56570e`](https://github.com/keystonejs/keystone/commit/a3d56570e9dc873d7d840d41ed70b545a91d8c19) Thanks [@timleslie](https://github.com/timleslie)! - Updated example projects to only use the sqlite provider.

* [#5601](https://github.com/keystonejs/keystone/pull/5601) [`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Next.js dependency to `^10.2.0`.

* Updated dependencies [[`1c0265171`](https://github.com/keystonejs/keystone/commit/1c0265171db2e334c25d014d855ec919c3d4782c), [`3d3894679`](https://github.com/keystonejs/keystone/commit/3d38946798650d117c39ce522987b169e616b2b9), [`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b), [`1043243ff`](https://github.com/keystonejs/keystone/commit/1043243ff5a22bb067cf4aa6e46d28a529203121)]:
- @keystone-next/keystone@17.1.0
- @keystone-next/fields@8.1.0
- @keystone-next/admin-ui@14.1.1
- @keystone-next/auth@23.0.0

## 3.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-auth",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/admin-ui": "^14.1.0",
"@keystone-next/auth": "^22.0.0",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0",
"@keystone-next/admin-ui": "^14.1.1",
"@keystone-next/auth": "^23.0.0",
"@keystone-next/fields": "^8.1.0",
"@keystone-next/keystone": "^17.1.0",
"next": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
14 changes: 14 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @keystone-next/app-basic

## 3.0.2

### Patch Changes

- [#5594](https://github.com/keystonejs/keystone/pull/5594) [`a3d56570e`](https://github.com/keystonejs/keystone/commit/a3d56570e9dc873d7d840d41ed70b545a91d8c19) Thanks [@timleslie](https://github.com/timleslie)! - Updated example projects to only use the sqlite provider.

* [#5601](https://github.com/keystonejs/keystone/pull/5601) [`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Next.js dependency to `^10.2.0`.

* Updated dependencies [[`1c0265171`](https://github.com/keystonejs/keystone/commit/1c0265171db2e334c25d014d855ec919c3d4782c), [`3d3894679`](https://github.com/keystonejs/keystone/commit/3d38946798650d117c39ce522987b169e616b2b9), [`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b), [`1043243ff`](https://github.com/keystonejs/keystone/commit/1043243ff5a22bb067cf4aa6e46d28a529203121)]:
- @keystone-next/keystone@17.1.0
- @keystone-next/fields@8.1.0
- @keystone-next/admin-ui@14.1.1
- @keystone-next/auth@23.0.0

## 3.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/app-basic",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -11,12 +11,12 @@
"dependencies": {
"@babel/runtime": "^7.14.0",
"@graphql-tools/merge": "^6.2.13",
"@keystone-next/admin-ui": "^14.1.0",
"@keystone-next/auth": "^22.0.0",
"@keystone-next/admin-ui": "^14.1.1",
"@keystone-next/auth": "^23.0.0",
"@keystone-next/document-renderer": "^2.0.3",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/fields": "^8.1.0",
"@keystone-next/fields-document": "^5.0.1",
"@keystone-next/keystone": "^17.0.0",
"@keystone-next/keystone": "^17.1.0",
"@keystone-next/types": "^17.0.1",
"@keystone-ui/core": "^2.0.2",
"@keystone-ui/fields": "^3.0.0",
Expand Down
12 changes: 12 additions & 0 deletions examples/ecommerce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-next/example-ecommerce

## 3.0.2

### Patch Changes

- [#5601](https://github.com/keystonejs/keystone/pull/5601) [`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Next.js dependency to `^10.2.0`.

- Updated dependencies [[`1c0265171`](https://github.com/keystonejs/keystone/commit/1c0265171db2e334c25d014d855ec919c3d4782c), [`3d3894679`](https://github.com/keystonejs/keystone/commit/3d38946798650d117c39ce522987b169e616b2b9), [`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b), [`1043243ff`](https://github.com/keystonejs/keystone/commit/1043243ff5a22bb067cf4aa6e46d28a529203121)]:
- @keystone-next/keystone@17.1.0
- @keystone-next/fields@8.1.0
- @keystone-next/admin-ui@14.1.1
- @keystone-next/auth@23.0.0

## 3.0.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions examples/ecommerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-ecommerce",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"author": "Wes Bos & Jed Watson",
"license": "MIT",
Expand All @@ -16,11 +16,11 @@
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.14.0",
"@keystone-next/admin-ui": "^14.1.0",
"@keystone-next/auth": "^22.0.0",
"@keystone-next/admin-ui": "^14.1.1",
"@keystone-next/auth": "^23.0.0",
"@keystone-next/cloudinary": "^4.0.1",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0",
"@keystone-next/fields": "^8.1.0",
"@keystone-next/keystone": "^17.1.0",
"@keystone-next/types": "^17.0.1",
"@types/nodemailer": "^6.4.1",
"dotenv": "^8.2.0",
Expand All @@ -31,7 +31,7 @@
"stripe": "^8.145.0"
},
"devDependencies": {
"@keystone-next/test-utils-legacy": "^17.0.1",
"@keystone-next/test-utils-legacy": "^17.0.2",
"typescript": "^4.2.4"
},
"engines": {
Expand Down
9 changes: 9 additions & 0 deletions examples/graphql-api-endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# keystone-next-app

## 0.0.8

### Patch Changes

- Updated dependencies [[`1c0265171`](https://github.com/keystonejs/keystone/commit/1c0265171db2e334c25d014d855ec919c3d4782c), [`3d3894679`](https://github.com/keystonejs/keystone/commit/3d38946798650d117c39ce522987b169e616b2b9), [`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b), [`1043243ff`](https://github.com/keystonejs/keystone/commit/1043243ff5a22bb067cf4aa6e46d28a529203121)]:
- @keystone-next/keystone@17.1.0
- @keystone-next/fields@8.1.0
- @keystone-next/auth@23.0.0

## 0.0.7

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/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.7",
"version": "0.0.8",
"private": true,
"scripts": {
"dev": "keystone-next dev",
Expand All @@ -9,10 +9,10 @@
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@keystone-next/auth": "^22.0.0",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/auth": "^23.0.0",
"@keystone-next/fields": "^8.1.0",
"@keystone-next/fields-document": "^5.0.1",
"@keystone-next/keystone": "^17.0.0",
"@keystone-next/keystone": "^17.1.0",
"apollo-server-micro": "^2.24.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples/graphql-api-endpoint"
Expand Down
11 changes: 11 additions & 0 deletions examples/next-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-next/example-next-lite

## 2.0.2

### Patch Changes

- [#5601](https://github.com/keystonejs/keystone/pull/5601) [`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Next.js dependency to `^10.2.0`.

- Updated dependencies [[`1c0265171`](https://github.com/keystonejs/keystone/commit/1c0265171db2e334c25d014d855ec919c3d4782c), [`3d3894679`](https://github.com/keystonejs/keystone/commit/3d38946798650d117c39ce522987b169e616b2b9), [`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b), [`1043243ff`](https://github.com/keystonejs/keystone/commit/1043243ff5a22bb067cf4aa6e46d28a529203121)]:
- @keystone-next/keystone@17.1.0
- @keystone-next/fields@8.1.0
- @keystone-next/admin-ui@14.1.1

## 2.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/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": "2.0.1",
"version": "2.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,9 +9,9 @@
"build": "next build"
},
"dependencies": {
"@keystone-next/admin-ui": "^14.1.0",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0",
"@keystone-next/admin-ui": "^14.1.1",
"@keystone-next/fields": "^8.1.0",
"@keystone-next/keystone": "^17.1.0",
"dotenv": "^8.2.0",
"next": "^10.2.0",
"react": "^17.0.2",
Expand Down
14 changes: 14 additions & 0 deletions examples/roles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @keystone-next/example-roles

## 3.0.2

### Patch Changes

- [#5594](https://github.com/keystonejs/keystone/pull/5594) [`a3d56570e`](https://github.com/keystonejs/keystone/commit/a3d56570e9dc873d7d840d41ed70b545a91d8c19) Thanks [@timleslie](https://github.com/timleslie)! - Updated example projects to only use the sqlite provider.

* [#5601](https://github.com/keystonejs/keystone/pull/5601) [`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Next.js dependency to `^10.2.0`.

* Updated dependencies [[`1c0265171`](https://github.com/keystonejs/keystone/commit/1c0265171db2e334c25d014d855ec919c3d4782c), [`3d3894679`](https://github.com/keystonejs/keystone/commit/3d38946798650d117c39ce522987b169e616b2b9), [`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b), [`1043243ff`](https://github.com/keystonejs/keystone/commit/1043243ff5a22bb067cf4aa6e46d28a529203121)]:
- @keystone-next/keystone@17.1.0
- @keystone-next/fields@8.1.0
- @keystone-next/admin-ui@14.1.1
- @keystone-next/auth@23.0.0

## 3.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/roles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-roles",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/admin-ui": "^14.1.0",
"@keystone-next/auth": "^22.0.0",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0",
"@keystone-next/admin-ui": "^14.1.1",
"@keystone-next/auth": "^23.0.0",
"@keystone-next/fields": "^8.1.0",
"@keystone-next/keystone": "^17.1.0",
"@keystone-next/types": "^17.0.1",
"next": "^10.2.0",
"react": "^17.0.2",
Expand Down
10 changes: 10 additions & 0 deletions examples/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/example-sandbox

## 2.0.2

### Patch Changes

- Updated dependencies [[`1c0265171`](https://github.com/keystonejs/keystone/commit/1c0265171db2e334c25d014d855ec919c3d4782c), [`3d3894679`](https://github.com/keystonejs/keystone/commit/3d38946798650d117c39ce522987b169e616b2b9), [`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b), [`1043243ff`](https://github.com/keystonejs/keystone/commit/1043243ff5a22bb067cf4aa6e46d28a529203121)]:
- @keystone-next/keystone@17.1.0
- @keystone-next/fields@8.1.0
- @keystone-next/admin-ui@14.1.1
- @keystone-next/auth@23.0.0

## 2.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@keystone-next/example-sandbox",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"license": "MIT",
"scripts": {
"dev": "keystone-next dev",
"sandbox": "yarn && yarn dev"
},
"dependencies": {
"@keystone-next/admin-ui": "^14.1.0",
"@keystone-next/auth": "^22.0.0",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0"
"@keystone-next/admin-ui": "^14.1.1",
"@keystone-next/auth": "^23.0.0",
"@keystone-next/fields": "^8.1.0",
"@keystone-next/keystone": "^17.1.0"
},
"engines": {
"node": ">=v12.13.1"
Expand Down
Loading

0 comments on commit d205fee

Please sign in to comment.