Skip to content

Commit

Permalink
Version Packages (keystonejs#5172)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 56c4dd0 commit f2804d1
Show file tree
Hide file tree
Showing 34 changed files with 187 additions and 71 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-zebras-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-jeans-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-ants-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-flowers-grow.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples-next/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/example-auth

## 1.0.4

### Patch Changes

- Updated dependencies [[`343b74246`](https://github.com/keystonejs/keystone/commit/343b742468e01a6cf9003ee47ee2d2a6d9dbd011)]:
- @keystone-next/keystone@14.0.0
- @keystone-next/admin-ui@12.0.1
- @keystone-next/auth@19.0.0

## 1.0.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "1.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/admin-ui": "^12.0.0",
"@keystone-next/auth": "^18.0.0",
"@keystone-next/admin-ui": "^12.0.1",
"@keystone-next/auth": "^19.0.0",
"@keystone-next/fields": "^5.3.0",
"@keystone-next/keystone": "^13.0.0",
"@keystone-next/keystone": "^14.0.0",
"next": "^10.0.9",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down
10 changes: 10 additions & 0 deletions examples-next/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/app-basic

## 1.0.4

### Patch Changes

- Updated dependencies [[`7debecb86`](https://github.com/keystonejs/keystone/commit/7debecb86ea41eed98da80324482bd1c63781005), [`343b74246`](https://github.com/keystonejs/keystone/commit/343b742468e01a6cf9003ee47ee2d2a6d9dbd011)]:
- @keystone-next/fields-document@3.2.0
- @keystone-next/keystone@14.0.0
- @keystone-next/admin-ui@12.0.1
- @keystone-next/auth@19.0.0

## 1.0.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.3",
"version": "1.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -12,12 +12,12 @@
"@babel/runtime": "^7.13.10",
"@emotion/core": "^10.1.1",
"@graphql-tools/merge": "^6.2.10",
"@keystone-next/admin-ui": "^12.0.0",
"@keystone-next/auth": "^18.0.0",
"@keystone-next/admin-ui": "^12.0.1",
"@keystone-next/auth": "^19.0.0",
"@keystone-next/document-renderer": "^2.0.2",
"@keystone-next/fields": "^5.3.0",
"@keystone-next/fields-document": "^3.1.0",
"@keystone-next/keystone": "^13.0.0",
"@keystone-next/fields-document": "^3.2.0",
"@keystone-next/keystone": "^14.0.0",
"@keystone-next/types": "^15.0.0",
"@keystone-ui/core": "^2.0.2",
"@keystone-ui/fields": "^2.0.2",
Expand Down
9 changes: 9 additions & 0 deletions examples-next/ecommerce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/example-ecommerce

## 1.0.4

### Patch Changes

- Updated dependencies [[`343b74246`](https://github.com/keystonejs/keystone/commit/343b742468e01a6cf9003ee47ee2d2a6d9dbd011)]:
- @keystone-next/keystone@14.0.0
- @keystone-next/admin-ui@12.0.1
- @keystone-next/auth@19.0.0

## 1.0.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.3",
"version": "1.0.4",
"private": true,
"author": "Wes Bos & Jed Watson",
"license": "MIT",
Expand All @@ -16,11 +16,11 @@
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.13.10",
"@keystone-next/admin-ui": "^12.0.0",
"@keystone-next/auth": "^18.0.0",
"@keystone-next/admin-ui": "^12.0.1",
"@keystone-next/auth": "^19.0.0",
"@keystone-next/cloudinary": "^3.0.4",
"@keystone-next/fields": "^5.3.0",
"@keystone-next/keystone": "^13.0.0",
"@keystone-next/keystone": "^14.0.0",
"@keystone-next/server-side-graphql-client-legacy": "^2.0.1",
"@keystone-next/types": "^15.0.0",
"@types/nodemailer": "^6.4.1",
Expand All @@ -32,7 +32,7 @@
"stripe": "^8.139.0"
},
"devDependencies": {
"@keystone-next/test-utils-legacy": "^14.0.0",
"@keystone-next/test-utils-legacy": "^14.0.1",
"typescript": "^4.2.3"
},
"engines": {
Expand Down
9 changes: 9 additions & 0 deletions examples-next/graphql-api-endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# keystone-next-app

## 0.0.4

### Patch Changes

- Updated dependencies [[`7debecb86`](https://github.com/keystonejs/keystone/commit/7debecb86ea41eed98da80324482bd1c63781005), [`343b74246`](https://github.com/keystonejs/keystone/commit/343b742468e01a6cf9003ee47ee2d2a6d9dbd011)]:
- @keystone-next/fields-document@3.2.0
- @keystone-next/keystone@14.0.0
- @keystone-next/auth@19.0.0

## 0.0.3

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

## 1.0.4

### Patch Changes

- Updated dependencies [[`343b74246`](https://github.com/keystonejs/keystone/commit/343b742468e01a6cf9003ee47ee2d2a6d9dbd011)]:
- @keystone-next/keystone@14.0.0
- @keystone-next/admin-ui@12.0.1
- @keystone-next/auth@19.0.0

## 1.0.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "1.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/admin-ui": "^12.0.0",
"@keystone-next/auth": "^18.0.0",
"@keystone-next/admin-ui": "^12.0.1",
"@keystone-next/auth": "^19.0.0",
"@keystone-next/fields": "^5.3.0",
"@keystone-next/keystone": "^13.0.0",
"@keystone-next/keystone": "^14.0.0",
"@keystone-next/types": "^15.0.0",
"next": "^10.0.9",
"react": "^17.0.1",
Expand Down
10 changes: 10 additions & 0 deletions examples-next/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# @keystone-next/example-sandbox

## 1.0.4

### Patch Changes

- Updated dependencies [[`343b74246`](https://github.com/keystonejs/keystone/commit/343b742468e01a6cf9003ee47ee2d2a6d9dbd011)]:
- @keystone-next/keystone@14.0.0
- @keystone-next/admin-ui@12.0.1
- @keystone-next/auth@19.0.0

## 1.0.3

### Patch Changes

- Updated dependencies [[`bfeb927be`](https://github.com/keystonejs/keystone/commit/bfeb927be5c80fac2dadd800295fd4789c53f1ce), [`1eeac4722`](https://github.com/keystonejs/keystone/commit/1eeac4722da174307152dad9b5adf5062e4b6403), [`8e9b04ecd`](https://github.com/keystonejs/keystone/commit/8e9b04ecd07d9c5d0e6aead4705e7a655498ae05), [`b7ce464a2`](https://github.com/keystonejs/keystone/commit/b7ce464a261321fe3344898fa4f4a91e6fa8dbb1), [`714bdadce`](https://github.com/keystonejs/keystone/commit/714bdadce8c87a15cf3a296b44a31b9b9ca95e9d), [`3a9d20ce1`](https://github.com/keystonejs/keystone/commit/3a9d20ce11463e7f73f6b6325375cdcee17d63ed), [`ec6f9b601`](https://github.com/keystonejs/keystone/commit/ec6f9b601ea6fdbfb2335a5e81b7ec3f1b0e4d4d), [`56e5fe10b`](https://github.com/keystonejs/keystone/commit/56e5fe10bc89877be7d7e3013e53012b4d82b648), [`e6b16d4e9`](https://github.com/keystonejs/keystone/commit/e6b16d4e9d95be8b3d3134931cf077b92a438806), [`cdd889db1`](https://github.com/keystonejs/keystone/commit/cdd889db10e440c46719bda5fad1d5f7eacbb714), [`215aed387`](https://github.com/keystonejs/keystone/commit/215aed387d35e9d4c896fe76991b12b54789cc55), [`00f980cad`](https://github.com/keystonejs/keystone/commit/00f980cadda28c0c30da8b50ff1a033365998e02), [`b37cbffc8`](https://github.com/keystonejs/keystone/commit/b37cbffc886a4317793a97b7a8afd95639f59ce0), [`40d4fff5d`](https://github.com/keystonejs/keystone/commit/40d4fff5d63850cbd513c80bcb5e551e5782dc4b), [`215aed387`](https://github.com/keystonejs/keystone/commit/215aed387d35e9d4c896fe76991b12b54789cc55), [`b37cbffc8`](https://github.com/keystonejs/keystone/commit/b37cbffc886a4317793a97b7a8afd95639f59ce0), [`00f980cad`](https://github.com/keystonejs/keystone/commit/00f980cadda28c0c30da8b50ff1a033365998e02), [`d31acf61b`](https://github.com/keystonejs/keystone/commit/d31acf61bcca96ac059d4ba2e78955513a6a0f91)]:
Expand Down
8 changes: 4 additions & 4 deletions examples-next/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@keystone-next/example-sandbox",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"license": "MIT",
"scripts": {
"dev": "keystone-next dev",
"sandbox": "yarn && yarn dev"
},
"dependencies": {
"@keystone-next/admin-ui": "^12.0.0",
"@keystone-next/auth": "^18.0.0",
"@keystone-next/admin-ui": "^12.0.1",
"@keystone-next/auth": "^19.0.0",
"@keystone-next/fields": "^5.3.0",
"@keystone-next/keystone": "^13.0.0"
"@keystone-next/keystone": "^14.0.0"
},
"engines": {
"node": ">=10.0.0"
Expand Down
9 changes: 9 additions & 0 deletions examples-next/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/example-todo

## 1.0.4

### Patch Changes

- Updated dependencies [[`343b74246`](https://github.com/keystonejs/keystone/commit/343b742468e01a6cf9003ee47ee2d2a6d9dbd011)]:
- @keystone-next/keystone@14.0.0
- @keystone-next/admin-ui@12.0.1
- @keystone-next/auth@19.0.0

## 1.0.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "1.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -12,10 +12,10 @@
"deploy": "keystone-next deploy"
},
"dependencies": {
"@keystone-next/admin-ui": "^12.0.0",
"@keystone-next/auth": "^18.0.0",
"@keystone-next/admin-ui": "^12.0.1",
"@keystone-next/auth": "^19.0.0",
"@keystone-next/fields": "^5.3.0",
"@keystone-next/keystone": "^13.0.0",
"@keystone-next/keystone": "^14.0.0",
"dotenv": "^8.2.0",
"next": "^10.0.9",
"react": "^17.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages-next/admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystone-next/admin-ui

## 12.0.1

### Patch Changes

- Updated dependencies [[`343b74246`](https://github.com/keystonejs/keystone/commit/343b742468e01a6cf9003ee47ee2d2a6d9dbd011)]:
- @keystone-next/keystone@14.0.0

## 12.0.0

### Major 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": "12.0.0",
"version": "12.0.1",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.3.12",
"@babel/runtime": "^7.13.10",
"@emotion/hash": "^0.8.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/admin-ui-utils": "^3.0.2",
"@keystone-next/keystone": "^13.0.0",
"@keystone-next/keystone": "^14.0.0",
"@keystone-next/types": "^15.0.0",
"@keystone-ui/button": "^3.0.1",
"@keystone-ui/core": "^2.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages-next/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-next/auth

## 19.0.0

### Patch Changes

- Updated dependencies [[`343b74246`](https://github.com/keystonejs/keystone/commit/343b742468e01a6cf9003ee47ee2d2a6d9dbd011)]:
- @keystone-next/keystone@14.0.0
- @keystone-next/admin-ui@12.0.1

## 18.0.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages-next/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/auth",
"version": "18.0.0",
"version": "19.0.0",
"license": "MIT",
"main": "dist/auth.cjs.js",
"module": "dist/auth.esm.js",
Expand All @@ -22,13 +22,13 @@
"graphql": "^15.5.0"
},
"devDependencies": {
"@keystone-next/admin-ui": "^12.0.0",
"@keystone-next/keystone": "^13.0.0",
"@keystone-next/admin-ui": "^12.0.1",
"@keystone-next/keystone": "^14.0.0",
"react": "^17.0.1"
},
"peerDependencies": {
"@keystone-next/admin-ui": "^12.0.0",
"@keystone-next/keystone": "^13.0.0",
"@keystone-next/admin-ui": "^12.0.1",
"@keystone-next/keystone": "^14.0.0",
"react": "^17.0.1"
},
"preconstruct": {
Expand Down
12 changes: 12 additions & 0 deletions packages-next/fields-document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-next/fields-document

## 3.2.0

### Minor Changes

- [#5173](https://github.com/keystonejs/keystone/pull/5173) [`7debecb86`](https://github.com/keystonejs/keystone/commit/7debecb86ea41eed98da80324482bd1c63781005) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added support for SQLite with Prisma

### Patch Changes

- Updated dependencies [[`eae55db19`](https://github.com/keystonejs/keystone/commit/eae55db19b656e2bfa7b1e7d7aaf2f57b0a95299)]:
- @keystone-next/fields-legacy@23.2.0
- @keystone-next/admin-ui@12.0.1

## 3.1.0

### Minor Changes
Expand Down
Loading

0 comments on commit f2804d1

Please sign in to comment.