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 12, 2021
1 parent fbc6d6d commit e320de6
Show file tree
Hide file tree
Showing 52 changed files with 320 additions and 146 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-llamas-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-gifts-yawn.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/few-frogs-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-timers-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-paws-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-bears-train.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nice-crews-jog.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-guests-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-yaks-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-lies-hope.md

This file was deleted.

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

## 2.0.2

### Patch Changes

- [#4717](https://github.com/keystonejs/keystone/pull/4717) [`17c86e0c3`](https://github.com/keystonejs/keystone/commit/17c86e0c3eda7ba08d1bb8edf5eb8ddc9a819e5a) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency react-select to v4

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-ui/fields",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"main": "dist/fields.cjs.js",
"module": "dist/fields.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions design-system/packages/options/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-ui/options

## 2.0.2

### Patch Changes

- [#4717](https://github.com/keystonejs/keystone/pull/4717) [`17c86e0c3`](https://github.com/keystonejs/keystone/commit/17c86e0c3eda7ba08d1bb8edf5eb8ddc9a819e5a) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency react-select to v4

- Updated dependencies [[`17c86e0c3`](https://github.com/keystonejs/keystone/commit/17c86e0c3eda7ba08d1bb8edf5eb8ddc9a819e5a)]:
- @keystone-ui/fields@2.0.2

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-ui/options",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"main": "dist/options.cjs.js",
"module": "dist/options.esm.js",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@babel/runtime": "^7.13.10",
"@keystone-ui/core": "^2.0.1",
"@keystone-ui/fields": "^2.0.1",
"@keystone-ui/fields": "^2.0.2",
"@keystone-ui/icons": "^2.0.1",
"@types/react-select": "^4.0.13",
"react-select": "^4.2.1"
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

## 1.0.3

### Patch Changes

- Updated dependencies [[`bfeb927be`](https://github.com/keystonejs/keystone/commit/bfeb927be5c80fac2dadd800295fd4789c53f1ce), [`b7ce464a2`](https://github.com/keystonejs/keystone/commit/b7ce464a261321fe3344898fa4f4a91e6fa8dbb1), [`56e5fe10b`](https://github.com/keystonejs/keystone/commit/56e5fe10bc89877be7d7e3013e53012b4d82b648), [`40d4fff5d`](https://github.com/keystonejs/keystone/commit/40d4fff5d63850cbd513c80bcb5e551e5782dc4b)]:
- @keystone-next/keystone@13.0.0
- @keystone-next/admin-ui@12.0.0
- @keystone-next/auth@18.0.0
- @keystone-next/fields@5.2.2

## 1.0.2

### Patch 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": "1.0.2",
"version": "1.0.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/admin-ui": "^11.0.0",
"@keystone-next/auth": "^17.0.0",
"@keystone-next/fields": "^5.2.1",
"@keystone-next/keystone": "^12.0.0",
"@keystone-next/admin-ui": "^12.0.0",
"@keystone-next/auth": "^18.0.0",
"@keystone-next/fields": "^5.2.2",
"@keystone-next/keystone": "^13.0.0",
"next": "10.0.8",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down
13 changes: 13 additions & 0 deletions examples-next/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @keystone-next/app-basic

## 1.0.3

### Patch Changes

- Updated dependencies [[`bfeb927be`](https://github.com/keystonejs/keystone/commit/bfeb927be5c80fac2dadd800295fd4789c53f1ce), [`17c86e0c3`](https://github.com/keystonejs/keystone/commit/17c86e0c3eda7ba08d1bb8edf5eb8ddc9a819e5a), [`b7ce464a2`](https://github.com/keystonejs/keystone/commit/b7ce464a261321fe3344898fa4f4a91e6fa8dbb1), [`56e5fe10b`](https://github.com/keystonejs/keystone/commit/56e5fe10bc89877be7d7e3013e53012b4d82b648), [`56e5fe10b`](https://github.com/keystonejs/keystone/commit/56e5fe10bc89877be7d7e3013e53012b4d82b648), [`40d4fff5d`](https://github.com/keystonejs/keystone/commit/40d4fff5d63850cbd513c80bcb5e551e5782dc4b), [`a4e34e9eb`](https://github.com/keystonejs/keystone/commit/a4e34e9ebb6f746f54ccd898d0aeb4dc5c5d9271)]:
- @keystone-next/keystone@13.0.0
- @keystone-ui/fields@2.0.2
- @keystone-next/types@14.1.0
- @keystone-next/admin-ui@12.0.0
- @keystone-next/fields-document@3.0.2
- @keystone-next/auth@18.0.0
- @keystone-next/fields@5.2.2

## 1.0.2

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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": "1.0.2",
"version": "1.0.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -12,15 +12,15 @@
"@babel/runtime": "^7.13.10",
"@emotion/core": "^10.1.1",
"@graphql-tools/merge": "^6.2.10",
"@keystone-next/admin-ui": "^11.0.0",
"@keystone-next/auth": "^17.0.0",
"@keystone-next/admin-ui": "^12.0.0",
"@keystone-next/auth": "^18.0.0",
"@keystone-next/document-renderer": "^2.0.1",
"@keystone-next/fields": "^5.2.1",
"@keystone-next/fields-document": "^3.0.1",
"@keystone-next/keystone": "^12.0.0",
"@keystone-next/types": "^14.0.0",
"@keystone-next/fields": "^5.2.2",
"@keystone-next/fields-document": "^3.0.2",
"@keystone-next/keystone": "^13.0.0",
"@keystone-next/types": "^14.1.0",
"@keystone-ui/core": "^2.0.1",
"@keystone-ui/fields": "^2.0.1",
"@keystone-ui/fields": "^2.0.2",
"@keystone-ui/icons": "^2.0.1",
"@keystone-ui/tooltip": "^2.0.1",
"@preconstruct/next": "^2.0.0",
Expand Down
12 changes: 12 additions & 0 deletions examples-next/ecommerce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-next/example-ecommerce

## 1.0.3

### Patch Changes

- Updated dependencies [[`bfeb927be`](https://github.com/keystonejs/keystone/commit/bfeb927be5c80fac2dadd800295fd4789c53f1ce), [`b7ce464a2`](https://github.com/keystonejs/keystone/commit/b7ce464a261321fe3344898fa4f4a91e6fa8dbb1), [`56e5fe10b`](https://github.com/keystonejs/keystone/commit/56e5fe10bc89877be7d7e3013e53012b4d82b648), [`56e5fe10b`](https://github.com/keystonejs/keystone/commit/56e5fe10bc89877be7d7e3013e53012b4d82b648), [`40d4fff5d`](https://github.com/keystonejs/keystone/commit/40d4fff5d63850cbd513c80bcb5e551e5782dc4b)]:
- @keystone-next/keystone@13.0.0
- @keystone-next/types@14.1.0
- @keystone-next/admin-ui@12.0.0
- @keystone-next/auth@18.0.0
- @keystone-next/cloudinary@3.0.4
- @keystone-next/fields@5.2.2

## 1.0.2

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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": "1.0.2",
"version": "1.0.3",
"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": "^11.0.0",
"@keystone-next/auth": "^17.0.0",
"@keystone-next/cloudinary": "^3.0.3",
"@keystone-next/fields": "^5.2.1",
"@keystone-next/keystone": "^12.0.0",
"@keystone-next/admin-ui": "^12.0.0",
"@keystone-next/auth": "^18.0.0",
"@keystone-next/cloudinary": "^3.0.4",
"@keystone-next/fields": "^5.2.2",
"@keystone-next/keystone": "^13.0.0",
"@keystone-next/server-side-graphql-client-legacy": "^2.0.1",
"@keystone-next/types": "^14.0.0",
"@keystone-next/types": "^14.1.0",
"@types/nodemailer": "^6.4.0",
"dotenv": "^8.2.0",
"next": "10.0.8",
Expand All @@ -32,7 +32,7 @@
"stripe": "^8.137.0"
},
"devDependencies": {
"@keystone-next/test-utils-legacy": "^13.0.3",
"@keystone-next/test-utils-legacy": "^14.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.3

### Patch Changes

- Updated dependencies [[`bfeb927be`](https://github.com/keystonejs/keystone/commit/bfeb927be5c80fac2dadd800295fd4789c53f1ce), [`b7ce464a2`](https://github.com/keystonejs/keystone/commit/b7ce464a261321fe3344898fa4f4a91e6fa8dbb1), [`56e5fe10b`](https://github.com/keystonejs/keystone/commit/56e5fe10bc89877be7d7e3013e53012b4d82b648), [`40d4fff5d`](https://github.com/keystonejs/keystone/commit/40d4fff5d63850cbd513c80bcb5e551e5782dc4b), [`a4e34e9eb`](https://github.com/keystonejs/keystone/commit/a4e34e9ebb6f746f54ccd898d0aeb4dc5c5d9271)]:
- @keystone-next/keystone@13.0.0
- @keystone-next/fields-document@3.0.2
- @keystone-next/auth@18.0.0
- @keystone-next/fields@5.2.2

## 0.0.2

### 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.2",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "keystone-next prototype",
Expand All @@ -9,10 +9,10 @@
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@keystone-next/auth": "^17.0.0",
"@keystone-next/fields": "^5.2.1",
"@keystone-next/fields-document": "^3.0.1",
"@keystone-next/keystone": "^12.0.0",
"@keystone-next/auth": "^18.0.0",
"@keystone-next/fields": "^5.2.2",
"@keystone-next/fields-document": "^3.0.2",
"@keystone-next/keystone": "^13.0.0",
"apollo-server-micro": "^2.21.1"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples-next/graphql-api-endpoint"
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

## 1.0.3

### Patch Changes

- Updated dependencies [[`bfeb927be`](https://github.com/keystonejs/keystone/commit/bfeb927be5c80fac2dadd800295fd4789c53f1ce), [`b7ce464a2`](https://github.com/keystonejs/keystone/commit/b7ce464a261321fe3344898fa4f4a91e6fa8dbb1), [`56e5fe10b`](https://github.com/keystonejs/keystone/commit/56e5fe10bc89877be7d7e3013e53012b4d82b648), [`56e5fe10b`](https://github.com/keystonejs/keystone/commit/56e5fe10bc89877be7d7e3013e53012b4d82b648), [`40d4fff5d`](https://github.com/keystonejs/keystone/commit/40d4fff5d63850cbd513c80bcb5e551e5782dc4b)]:
- @keystone-next/keystone@13.0.0
- @keystone-next/types@14.1.0
- @keystone-next/admin-ui@12.0.0
- @keystone-next/auth@18.0.0
- @keystone-next/fields@5.2.2

## 1.0.2

### Patch 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": "1.0.2",
"version": "1.0.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,11 +9,11 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/admin-ui": "^11.0.0",
"@keystone-next/auth": "^17.0.0",
"@keystone-next/fields": "^5.2.1",
"@keystone-next/keystone": "^12.0.0",
"@keystone-next/types": "^14.0.0",
"@keystone-next/admin-ui": "^12.0.0",
"@keystone-next/auth": "^18.0.0",
"@keystone-next/fields": "^5.2.2",
"@keystone-next/keystone": "^13.0.0",
"@keystone-next/types": "^14.1.0",
"next": "10.0.8",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down
10 changes: 10 additions & 0 deletions examples-next/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/example-todo

## 1.0.3

### Patch Changes

- Updated dependencies [[`bfeb927be`](https://github.com/keystonejs/keystone/commit/bfeb927be5c80fac2dadd800295fd4789c53f1ce), [`b7ce464a2`](https://github.com/keystonejs/keystone/commit/b7ce464a261321fe3344898fa4f4a91e6fa8dbb1), [`56e5fe10b`](https://github.com/keystonejs/keystone/commit/56e5fe10bc89877be7d7e3013e53012b4d82b648), [`40d4fff5d`](https://github.com/keystonejs/keystone/commit/40d4fff5d63850cbd513c80bcb5e551e5782dc4b)]:
- @keystone-next/keystone@13.0.0
- @keystone-next/admin-ui@12.0.0
- @keystone-next/auth@18.0.0
- @keystone-next/fields@5.2.2

## 1.0.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "1.0.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -13,10 +13,10 @@
"resolve": "keystone-next resolve"
},
"dependencies": {
"@keystone-next/admin-ui": "^11.0.0",
"@keystone-next/auth": "^17.0.0",
"@keystone-next/fields": "^5.2.1",
"@keystone-next/keystone": "^12.0.0",
"@keystone-next/admin-ui": "^12.0.0",
"@keystone-next/auth": "^18.0.0",
"@keystone-next/fields": "^5.2.2",
"@keystone-next/keystone": "^13.0.0",
"next": "10.0.8",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down
Loading

0 comments on commit e320de6

Please sign in to comment.