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 Jul 13, 2021
1 parent 139d7a8 commit 7afcb07
Show file tree
Hide file tree
Showing 87 changed files with 547 additions and 221 deletions.
7 changes: 0 additions & 7 deletions .changeset/calm-needles-explain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chatty-bulldogs-dream.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/early-dingos-retire.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/great-bats-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-comics-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-pugs-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-cups-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-peaches-bathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rare-ducks-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-ants-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-news-share.md

This file was deleted.

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

## 3.1.1

### Patch Changes

- [#6061](https://github.com/keystonejs/keystone/pull/6061) [`5f3d407d7`](https://github.com/keystonejs/keystone/commit/5f3d407d79171f04ae877e8eaed9a7f9d5671705) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed TypeScript errors in declarations

## 3.1.0

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

## 3.1.3

### Patch Changes

- [#6087](https://github.com/keystonejs/keystone/pull/6087) [`139d7a8de`](https://github.com/keystonejs/keystone/commit/139d7a8def263d40c0d1d5353d2744842d9a0951) Thanks [@JedWatson](https://github.com/JedWatson)! - Move source code from the `packages-next` to the `packages` directory.

- Updated dependencies [[`139d7a8de`](https://github.com/keystonejs/keystone/commit/139d7a8def263d40c0d1d5353d2744842d9a0951), [`890e3d0a5`](https://github.com/keystonejs/keystone/commit/890e3d0a500ecc30cc88946ba53438812b11b2a4)]:
- @keystone-next/fields-document@7.0.2

## 3.1.2

### 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.2",
"version": "3.1.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"@emotion/react": "^11.4.0",
"@emotion/server": "11.4.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/fields-document": "^7.0.0",
"@keystone-next/fields-document": "^7.0.2",
"@mdx-js/loader": "next",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.2.3",
Expand Down
8 changes: 8 additions & 0 deletions examples-staging/assets-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-next/example-assets-cloud

## 1.0.2

### Patch Changes

- Updated dependencies [[`38b78f2ae`](https://github.com/keystonejs/keystone/commit/38b78f2aeaf4c5d8176a1751ad8cb5a7acce2790), [`139d7a8de`](https://github.com/keystonejs/keystone/commit/139d7a8def263d40c0d1d5353d2744842d9a0951), [`253df44c2`](https://github.com/keystonejs/keystone/commit/253df44c2f8d6535a6425b2593eaed5380433d57), [`253df44c2`](https://github.com/keystonejs/keystone/commit/253df44c2f8d6535a6425b2593eaed5380433d57), [`c536b478f`](https://github.com/keystonejs/keystone/commit/c536b478fc89f2d933cddf8533e7d88030540a63)]:
- @keystone-next/fields@12.0.0
- @keystone-next/keystone@22.0.0

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/fields": "^11.0.2",
"@keystone-next/keystone": "^21.0.0",
"@keystone-next/fields": "^12.0.0",
"@keystone-next/keystone": "^22.0.0",
"dotenv": "^10.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples-staging/assets-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-next/example-assets-local

## 1.0.2

### Patch Changes

- Updated dependencies [[`38b78f2ae`](https://github.com/keystonejs/keystone/commit/38b78f2aeaf4c5d8176a1751ad8cb5a7acce2790), [`139d7a8de`](https://github.com/keystonejs/keystone/commit/139d7a8def263d40c0d1d5353d2744842d9a0951), [`253df44c2`](https://github.com/keystonejs/keystone/commit/253df44c2f8d6535a6425b2593eaed5380433d57), [`253df44c2`](https://github.com/keystonejs/keystone/commit/253df44c2f8d6535a6425b2593eaed5380433d57), [`c536b478f`](https://github.com/keystonejs/keystone/commit/c536b478fc89f2d933cddf8533e7d88030540a63)]:
- @keystone-next/fields@12.0.0
- @keystone-next/keystone@22.0.0

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/fields": "^11.0.2",
"@keystone-next/keystone": "^21.0.0"
"@keystone-next/fields": "^12.0.0",
"@keystone-next/keystone": "^22.0.0"
},
"devDependencies": {
"typescript": "^4.3.5"
Expand Down
11 changes: 11 additions & 0 deletions examples-staging/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-next/example-auth

## 4.0.4

### Patch Changes

- [#6087](https://github.com/keystonejs/keystone/pull/6087) [`139d7a8de`](https://github.com/keystonejs/keystone/commit/139d7a8def263d40c0d1d5353d2744842d9a0951) Thanks [@JedWatson](https://github.com/JedWatson)! - Move source code from the `packages-next` to the `packages` directory.

- Updated dependencies [[`38b78f2ae`](https://github.com/keystonejs/keystone/commit/38b78f2aeaf4c5d8176a1751ad8cb5a7acce2790), [`139d7a8de`](https://github.com/keystonejs/keystone/commit/139d7a8def263d40c0d1d5353d2744842d9a0951), [`253df44c2`](https://github.com/keystonejs/keystone/commit/253df44c2f8d6535a6425b2593eaed5380433d57), [`253df44c2`](https://github.com/keystonejs/keystone/commit/253df44c2f8d6535a6425b2593eaed5380433d57), [`c536b478f`](https://github.com/keystonejs/keystone/commit/c536b478fc89f2d933cddf8533e7d88030540a63)]:
- @keystone-next/fields@12.0.0
- @keystone-next/keystone@22.0.0
- @keystone-next/auth@29.0.0

## 4.0.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "4.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,9 +9,9 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/auth": "^28.0.0",
"@keystone-next/fields": "^11.0.2",
"@keystone-next/keystone": "^21.0.0",
"@keystone-next/auth": "^29.0.0",
"@keystone-next/fields": "^12.0.0",
"@keystone-next/keystone": "^22.0.0",
"next": "^10.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
13 changes: 13 additions & 0 deletions examples-staging/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @keystone-next/example-app-basic

## 4.0.4

### Patch Changes

- Updated dependencies [[`38b78f2ae`](https://github.com/keystonejs/keystone/commit/38b78f2aeaf4c5d8176a1751ad8cb5a7acce2790), [`5f3d407d7`](https://github.com/keystonejs/keystone/commit/5f3d407d79171f04ae877e8eaed9a7f9d5671705), [`139d7a8de`](https://github.com/keystonejs/keystone/commit/139d7a8def263d40c0d1d5353d2744842d9a0951), [`890e3d0a5`](https://github.com/keystonejs/keystone/commit/890e3d0a500ecc30cc88946ba53438812b11b2a4), [`253df44c2`](https://github.com/keystonejs/keystone/commit/253df44c2f8d6535a6425b2593eaed5380433d57), [`253df44c2`](https://github.com/keystonejs/keystone/commit/253df44c2f8d6535a6425b2593eaed5380433d57), [`093f9791b`](https://github.com/keystonejs/keystone/commit/093f9791bc37357b9700a9c49a7ae1102757bca5), [`890e3d0a5`](https://github.com/keystonejs/keystone/commit/890e3d0a500ecc30cc88946ba53438812b11b2a4), [`c536b478f`](https://github.com/keystonejs/keystone/commit/c536b478fc89f2d933cddf8533e7d88030540a63)]:
- @keystone-next/fields@12.0.0
- @keystone-next/keystone@22.0.0
- @keystone-next/types@22.0.0
- @keystone-ui/core@3.1.1
- @keystone-next/auth@29.0.0
- @keystone-next/document-renderer@4.0.0
- @keystone-next/fields-document@7.0.2

## 4.0.3

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.3",
"version": "4.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -11,13 +11,13 @@
"dependencies": {
"@babel/runtime": "^7.14.6",
"@graphql-tools/merge": "^6.2.14",
"@keystone-next/auth": "^28.0.0",
"@keystone-next/document-renderer": "^3.0.0",
"@keystone-next/fields": "^11.0.2",
"@keystone-next/fields-document": "^7.0.1",
"@keystone-next/keystone": "^21.0.0",
"@keystone-next/types": "^21.0.0",
"@keystone-ui/core": "^3.1.0",
"@keystone-next/auth": "^29.0.0",
"@keystone-next/document-renderer": "^4.0.0",
"@keystone-next/fields": "^12.0.0",
"@keystone-next/fields-document": "^7.0.2",
"@keystone-next/keystone": "^22.0.0",
"@keystone-next/types": "^22.0.0",
"@keystone-ui/core": "^3.1.1",
"@keystone-ui/fields": "^4.1.1",
"@keystone-ui/icons": "^4.0.0",
"@keystone-ui/tooltip": "^4.0.0",
Expand Down
11 changes: 11 additions & 0 deletions examples-staging/ecommerce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-next/example-ecommerce

## 4.0.5

### Patch Changes

- Updated dependencies [[`38b78f2ae`](https://github.com/keystonejs/keystone/commit/38b78f2aeaf4c5d8176a1751ad8cb5a7acce2790), [`5f3d407d7`](https://github.com/keystonejs/keystone/commit/5f3d407d79171f04ae877e8eaed9a7f9d5671705), [`139d7a8de`](https://github.com/keystonejs/keystone/commit/139d7a8def263d40c0d1d5353d2744842d9a0951), [`253df44c2`](https://github.com/keystonejs/keystone/commit/253df44c2f8d6535a6425b2593eaed5380433d57), [`253df44c2`](https://github.com/keystonejs/keystone/commit/253df44c2f8d6535a6425b2593eaed5380433d57), [`c536b478f`](https://github.com/keystonejs/keystone/commit/c536b478fc89f2d933cddf8533e7d88030540a63)]:
- @keystone-next/fields@12.0.0
- @keystone-next/keystone@22.0.0
- @keystone-next/types@22.0.0
- @keystone-next/auth@29.0.0
- @keystone-next/cloudinary@6.0.4

## 4.0.4

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.4",
"version": "4.0.5",
"private": true,
"author": "Wes Bos & Jed Watson",
"license": "MIT",
Expand All @@ -16,11 +16,11 @@
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@keystone-next/auth": "^28.0.0",
"@keystone-next/cloudinary": "^6.0.2",
"@keystone-next/fields": "^11.0.2",
"@keystone-next/keystone": "^21.0.0",
"@keystone-next/types": "^21.0.0",
"@keystone-next/auth": "^29.0.0",
"@keystone-next/cloudinary": "^6.0.4",
"@keystone-next/fields": "^12.0.0",
"@keystone-next/keystone": "^22.0.0",
"@keystone-next/types": "^22.0.0",
"@types/nodemailer": "^6.4.4",
"dotenv": "^10.0.0",
"next": "^10.2.3",
Expand All @@ -30,7 +30,7 @@
"stripe": "^8.161.0"
},
"devDependencies": {
"@keystone-next/testing": "^1.0.1",
"@keystone-next/testing": "^1.0.2",
"typescript": "^4.3.5"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions examples-staging/embedded-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-next/example-next-lite

## 3.0.4

### Patch Changes

- Updated dependencies [[`38b78f2ae`](https://github.com/keystonejs/keystone/commit/38b78f2aeaf4c5d8176a1751ad8cb5a7acce2790), [`139d7a8de`](https://github.com/keystonejs/keystone/commit/139d7a8def263d40c0d1d5353d2744842d9a0951), [`253df44c2`](https://github.com/keystonejs/keystone/commit/253df44c2f8d6535a6425b2593eaed5380433d57), [`253df44c2`](https://github.com/keystonejs/keystone/commit/253df44c2f8d6535a6425b2593eaed5380433d57), [`c536b478f`](https://github.com/keystonejs/keystone/commit/c536b478fc89f2d933cddf8533e7d88030540a63)]:
- @keystone-next/fields@12.0.0
- @keystone-next/keystone@22.0.0

## 3.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "3.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "next build"
},
"dependencies": {
"@keystone-next/fields": "^11.0.2",
"@keystone-next/keystone": "^21.0.0",
"@keystone-next/fields": "^12.0.0",
"@keystone-next/keystone": "^22.0.0",
"dotenv": "^10.0.0",
"next": "^10.2.3",
"react": "^17.0.2",
Expand Down
10 changes: 10 additions & 0 deletions examples-staging/graphql-api-endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# keystone-next-app

## 1.0.4

### Patch Changes

- Updated dependencies [[`38b78f2ae`](https://github.com/keystonejs/keystone/commit/38b78f2aeaf4c5d8176a1751ad8cb5a7acce2790), [`139d7a8de`](https://github.com/keystonejs/keystone/commit/139d7a8def263d40c0d1d5353d2744842d9a0951), [`890e3d0a5`](https://github.com/keystonejs/keystone/commit/890e3d0a500ecc30cc88946ba53438812b11b2a4), [`253df44c2`](https://github.com/keystonejs/keystone/commit/253df44c2f8d6535a6425b2593eaed5380433d57), [`253df44c2`](https://github.com/keystonejs/keystone/commit/253df44c2f8d6535a6425b2593eaed5380433d57), [`c536b478f`](https://github.com/keystonejs/keystone/commit/c536b478fc89f2d933cddf8533e7d88030540a63)]:
- @keystone-next/fields@12.0.0
- @keystone-next/keystone@22.0.0
- @keystone-next/auth@29.0.0
- @keystone-next/fields-document@7.0.2

## 1.0.3

### Patch Changes
Expand Down
Loading

0 comments on commit 7afcb07

Please sign in to comment.