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 4, 2021
1 parent 33b0465 commit bd25344
Show file tree
Hide file tree
Showing 29 changed files with 141 additions and 63 deletions.
8 changes: 0 additions & 8 deletions .changeset/grumpy-jokes-notice.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
12 changes: 12 additions & 0 deletions examples/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @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 [[`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b), [`1043243ff`](https://github.com/keystonejs/keystone/commit/1043243ff5a22bb067cf4aa6e46d28a529203121)]:
- @keystone-next/admin-ui@14.1.1
- @keystone-next/keystone@17.0.1

## 3.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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/admin-ui": "^14.1.1",
"@keystone-next/auth": "^22.0.0",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0",
"@keystone-next/keystone": "^17.0.1",
"next": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
12 changes: 12 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @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 [[`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b), [`1043243ff`](https://github.com/keystonejs/keystone/commit/1043243ff5a22bb067cf4aa6e46d28a529203121)]:
- @keystone-next/admin-ui@14.1.1
- @keystone-next/keystone@17.0.1

## 3.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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/admin-ui": "^14.1.1",
"@keystone-next/auth": "^22.0.0",
"@keystone-next/document-renderer": "^2.0.3",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/fields-document": "^5.0.1",
"@keystone-next/keystone": "^17.0.0",
"@keystone-next/keystone": "^17.0.1",
"@keystone-next/types": "^17.0.1",
"@keystone-ui/core": "^2.0.2",
"@keystone-ui/fields": "^3.0.0",
Expand Down
10 changes: 10 additions & 0 deletions examples/ecommerce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @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 [[`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b), [`1043243ff`](https://github.com/keystonejs/keystone/commit/1043243ff5a22bb067cf4aa6e46d28a529203121)]:
- @keystone-next/admin-ui@14.1.1
- @keystone-next/keystone@17.0.1

## 3.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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/admin-ui": "^14.1.1",
"@keystone-next/auth": "^22.0.0",
"@keystone-next/cloudinary": "^4.0.1",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0",
"@keystone-next/keystone": "^17.0.1",
"@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
10 changes: 10 additions & 0 deletions examples/next-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @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 [[`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b), [`1043243ff`](https://github.com/keystonejs/keystone/commit/1043243ff5a22bb067cf4aa6e46d28a529203121)]:
- @keystone-next/admin-ui@14.1.1
- @keystone-next/keystone@17.0.1

## 2.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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/admin-ui": "^14.1.1",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0",
"@keystone-next/keystone": "^17.0.1",
"dotenv": "^8.2.0",
"next": "^10.2.0",
"react": "^17.0.2",
Expand Down
12 changes: 12 additions & 0 deletions examples/roles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @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 [[`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b), [`1043243ff`](https://github.com/keystonejs/keystone/commit/1043243ff5a22bb067cf4aa6e46d28a529203121)]:
- @keystone-next/admin-ui@14.1.1
- @keystone-next/keystone@17.0.1

## 3.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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/admin-ui": "^14.1.1",
"@keystone-next/auth": "^22.0.0",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0",
"@keystone-next/keystone": "^17.0.1",
"@keystone-next/types": "^17.0.1",
"next": "^10.2.0",
"react": "^17.0.2",
Expand Down
15 changes: 15 additions & 0 deletions examples/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @keystone-next/example-todo

## 3.0.0

### Major Changes

- [#5591](https://github.com/keystonejs/keystone/pull/5591) [`44c1f9494`](https://github.com/keystonejs/keystone/commit/44c1f9494e8a5587a43f9ba793ea1833e15f8ada) Thanks [@timleslie](https://github.com/timleslie)! - Simplified the Todo application to just the basics to allow other examples to build on it.

### 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 [[`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b), [`1043243ff`](https://github.com/keystonejs/keystone/commit/1043243ff5a22bb067cf4aa6e46d28a529203121)]:
- @keystone-next/keystone@17.0.1

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/todo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-todo",
"version": "2.0.1",
"version": "3.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0"
"@keystone-next/keystone": "^17.0.1"
},
"devDependencies": {
"typescript": "^4.2.4"
Expand Down
9 changes: 9 additions & 0 deletions packages-next/admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/admin-ui

## 14.1.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`.

- Updated dependencies [[`8b77b6971`](https://github.com/keystonejs/keystone/commit/8b77b697187f8d5eb73e862b2c07b8bfbb769e0b), [`1043243ff`](https://github.com/keystonejs/keystone/commit/1043243ff5a22bb067cf4aa6e46d28a529203121)]:
- @keystone-next/keystone@17.0.1

## 14.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages-next/admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@keystone-next/admin-ui",
"version": "14.1.0",
"version": "14.1.1",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.3.16",
"@babel/runtime": "^7.14.0",
"@emotion/hash": "^0.8.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/admin-ui-utils": "^4.0.0",
"@keystone-next/keystone": "^17.0.0",
"@keystone-next/keystone": "^17.0.1",
"@keystone-next/types": "^17.0.1",
"@keystone-ui/button": "^4.0.0",
"@keystone-ui/core": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages-next/cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@babel/runtime": "^7.14.0",
"@keystone-next/adapter-prisma-legacy": "^6.0.1",
"@keystone-next/admin-ui": "^14.1.0",
"@keystone-next/admin-ui": "^14.1.1",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/types": "^17.0.1",
"@keystone-ui/button": "^4.0.0",
Expand All @@ -21,7 +21,7 @@
"react": "^17.0.2"
},
"devDependencies": {
"@keystone-next/test-utils-legacy": "17.0.1",
"@keystone-next/test-utils-legacy": "17.0.2",
"mime": "^2.5.2"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages-next/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/fields.cjs.js",
"module": "dist/fields.esm.js",
"devDependencies": {
"@keystone-next/test-utils-legacy": "17.0.1",
"@keystone-next/test-utils-legacy": "17.0.2",
"@types/bytes": "^3.1.0",
"fs-extra": "^9.1.0",
"mime": "^2.5.2",
Expand All @@ -16,7 +16,7 @@
"@babel/runtime": "^7.14.0",
"@keystone-next/access-control-legacy": "^10.0.1",
"@keystone-next/adapter-prisma-legacy": "^6.0.1",
"@keystone-next/admin-ui": "^14.1.0",
"@keystone-next/admin-ui": "^14.1.1",
"@keystone-next/admin-ui-utils": "^4.0.0",
"@keystone-next/types": "^17.0.1",
"@keystone-next/utils-legacy": "^10.0.0",
Expand Down
Loading

0 comments on commit bd25344

Please sign in to comment.