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 23, 2021
1 parent 32578f0 commit fdd1961
Show file tree
Hide file tree
Showing 56 changed files with 357 additions and 129 deletions.
6 changes: 0 additions & 6 deletions .changeset/curvy-buttons-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-poets-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-penguins-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-parents-refuse.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages-next/fields-document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-next/fields-document

## 3.2.1

### Patch Changes

- Updated dependencies [[`ca1be4156`](https://github.com/keystonejs/keystone/commit/ca1be415663dd822b3adda1e073bd7a1d4a9b97b), [`aa76102c1`](https://github.com/keystonejs/keystone/commit/aa76102c11bdfea02059df66f406a8b1d387c879)]:
- @keystone-next/fields-legacy@24.0.0
- @keystone-next/fields@5.3.1
- @keystone-next/adapter-knex-legacy@13.2.3
- @keystone-next/adapter-mongoose-legacy@11.1.3
- @keystone-next/adapter-prisma-legacy@4.0.1

## 3.2.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions packages-next/fields-document/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-next/fields-document",
"description": "KeystoneJS Document Field Type",
"version": "3.2.0",
"version": "3.2.1",
"main": "dist/fields-document.cjs.js",
"module": "dist/fields-document.esm.js",
"files": [
Expand All @@ -22,13 +22,13 @@
"@babel/runtime": "^7.13.10",
"@braintree/sanitize-url": "^5.0.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/adapter-knex-legacy": "^13.2.2",
"@keystone-next/adapter-mongoose-legacy": "^11.1.2",
"@keystone-next/adapter-prisma-legacy": "^4.0.0",
"@keystone-next/adapter-knex-legacy": "^13.2.3",
"@keystone-next/adapter-mongoose-legacy": "^11.1.3",
"@keystone-next/adapter-prisma-legacy": "^4.0.1",
"@keystone-next/admin-ui": "^12.0.1",
"@keystone-next/admin-ui-utils": "^3.0.2",
"@keystone-next/fields": "^5.3.0",
"@keystone-next/fields-legacy": "^23.2.0",
"@keystone-next/fields": "^5.3.1",
"@keystone-next/fields-legacy": "^24.0.0",
"@keystone-next/types": "^15.0.0",
"@keystone-ui/button": "^3.0.1",
"@keystone-ui/core": "^2.0.2",
Expand Down
9 changes: 9 additions & 0 deletions packages-next/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/fields

## 5.3.1

### Patch Changes

- Updated dependencies [[`ca1be4156`](https://github.com/keystonejs/keystone/commit/ca1be415663dd822b3adda1e073bd7a1d4a9b97b), [`aa76102c1`](https://github.com/keystonejs/keystone/commit/aa76102c11bdfea02059df66f406a8b1d387c879)]:
- @keystone-next/fields-legacy@24.0.0
- @keystone-next/fields-auto-increment-legacy@8.2.1
- @keystone-next/fields-mongoid-legacy@9.1.8

## 5.3.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages-next/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/fields",
"version": "5.3.0",
"version": "5.3.1",
"license": "MIT",
"main": "dist/fields.cjs.js",
"module": "dist/fields.esm.js",
Expand All @@ -11,9 +11,9 @@
"@babel/runtime": "^7.13.10",
"@keystone-next/admin-ui": "^12.0.0",
"@keystone-next/admin-ui-utils": "^3.0.2",
"@keystone-next/fields-auto-increment-legacy": "^8.2.0",
"@keystone-next/fields-legacy": "^23.1.0",
"@keystone-next/fields-mongoid-legacy": "^9.1.7",
"@keystone-next/fields-auto-increment-legacy": "^8.2.1",
"@keystone-next/fields-legacy": "^24.0.0",
"@keystone-next/fields-mongoid-legacy": "^9.1.8",
"@keystone-next/types": "^15.0.0",
"@keystone-ui/button": "^3.0.1",
"@keystone-ui/core": "^2.0.2",
Expand Down
12 changes: 12 additions & 0 deletions packages-next/keystone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-next/keystone

## 14.0.1

### Patch Changes

- Updated dependencies [[`ca1be4156`](https://github.com/keystonejs/keystone/commit/ca1be415663dd822b3adda1e073bd7a1d4a9b97b), [`32578f01e`](https://github.com/keystonejs/keystone/commit/32578f01e70ea972d438a29fa1e3793c1e02750b)]:
- @keystone-next/keystone-legacy@22.0.0
- @keystone-next/fields@5.3.1
- @keystone-next/adapter-knex-legacy@13.2.3
- @keystone-next/adapter-mongoose-legacy@11.1.3
- @keystone-next/adapter-prisma-legacy@4.0.1
- @keystone-next/app-graphql-legacy@7.0.1

## 14.0.0

### Major Changes
Expand Down
14 changes: 7 additions & 7 deletions packages-next/keystone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/keystone",
"version": "14.0.0",
"version": "14.0.1",
"license": "MIT",
"main": "dist/keystone.cjs.js",
"module": "dist/keystone.esm.js",
Expand All @@ -15,13 +15,13 @@
"@graphql-tools/schema": "^7.1.3",
"@graphql-tools/utils": "^7.6.0",
"@hapi/iron": "^6.0.0",
"@keystone-next/adapter-knex-legacy": "^13.2.2",
"@keystone-next/adapter-mongoose-legacy": "^11.1.2",
"@keystone-next/adapter-prisma-legacy": "4.0.0",
"@keystone-next/adapter-knex-legacy": "^13.2.3",
"@keystone-next/adapter-mongoose-legacy": "^11.1.3",
"@keystone-next/adapter-prisma-legacy": "4.0.1",
"@keystone-next/admin-ui": "^12.0.1",
"@keystone-next/app-graphql-legacy": "^7.0.0",
"@keystone-next/fields": "^5.3.0",
"@keystone-next/keystone-legacy": "^21.0.0",
"@keystone-next/app-graphql-legacy": "^7.0.1",
"@keystone-next/fields": "^5.3.1",
"@keystone-next/keystone-legacy": "^22.0.0",
"@keystone-next/server-side-graphql-client-legacy": "2.0.1",
"@keystone-next/types": "^15.0.0",
"@types/babel__core": "^7.1.14",
Expand Down
7 changes: 7 additions & 0 deletions packages/access-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystonejs/access-control

## 9.0.1

### Patch Changes

- Updated dependencies [[`97609a623`](https://github.com/keystonejs/keystone/commit/97609a623334fd8d7b9e24dd099abda2e2a37853)]:
- @keystone-next/utils-legacy@8.0.0

## 9.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/access-control/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-next/access-control-legacy",
"description": "KeystoneJS Access Control parsing and validating utilities.",
"version": "9.0.0",
"version": "9.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"main": "dist/access-control-legacy.cjs.js",
Expand All @@ -10,7 +10,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@keystone-next/utils-legacy": "^7.0.0"
"@keystone-next/utils-legacy": "^8.0.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/packages/access-control"
}
9 changes: 9 additions & 0 deletions packages/adapter-knex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystonejs/adapter-knex

## 13.2.3

### Patch Changes

- Updated dependencies [[`ca1be4156`](https://github.com/keystonejs/keystone/commit/ca1be415663dd822b3adda1e073bd7a1d4a9b97b), [`97609a623`](https://github.com/keystonejs/keystone/commit/97609a623334fd8d7b9e24dd099abda2e2a37853), [`32578f01e`](https://github.com/keystonejs/keystone/commit/32578f01e70ea972d438a29fa1e3793c1e02750b)]:
- @keystone-next/keystone-legacy@22.0.0
- @keystone-next/utils-legacy@8.0.0
- @keystone-next/fields-auto-increment-legacy@8.2.1

## 13.2.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-knex/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@keystone-next/adapter-knex-legacy",
"description": "KeystoneJS Knex Database Adapter",
"version": "13.2.2",
"version": "13.2.3",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@keystone-next/fields-auto-increment-legacy": "^8.2.0",
"@keystone-next/keystone-legacy": "^21.0.0",
"@keystone-next/utils-legacy": "^7.0.0",
"@keystone-next/fields-auto-increment-legacy": "^8.2.1",
"@keystone-next/keystone-legacy": "^22.0.0",
"@keystone-next/utils-legacy": "^8.0.0",
"knex": "^0.95.2",
"p-settle": "^4.1.1",
"pg": "^8.5.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/adapter-mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystonejs/adapter-mongoose

## 11.1.3

### Patch Changes

- Updated dependencies [[`ca1be4156`](https://github.com/keystonejs/keystone/commit/ca1be415663dd822b3adda1e073bd7a1d4a9b97b), [`97609a623`](https://github.com/keystonejs/keystone/commit/97609a623334fd8d7b9e24dd099abda2e2a37853), [`32578f01e`](https://github.com/keystonejs/keystone/commit/32578f01e70ea972d438a29fa1e3793c1e02750b)]:
- @keystone-next/keystone-legacy@22.0.0
- @keystone-next/utils-legacy@8.0.0
- @keystone-next/fields-mongoid-legacy@9.1.8

## 11.1.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@keystone-next/adapter-mongoose-legacy",
"description": "KeystoneJS Mongoose Database adapter.",
"version": "11.1.2",
"version": "11.1.3",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@keystone-next/fields-mongoid-legacy": "^9.1.7",
"@keystone-next/keystone-legacy": "^21.0.0",
"@keystone-next/utils-legacy": "^7.0.0",
"@keystone-next/fields-mongoid-legacy": "^9.1.8",
"@keystone-next/keystone-legacy": "^22.0.0",
"@keystone-next/utils-legacy": "^8.0.0",
"cuid": "^2.1.8",
"mongoose": "^5.12.1",
"p-settle": "^4.1.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/adapter-prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystonejs/adapter-prisma

## 4.0.1

### Patch Changes

- Updated dependencies [[`ca1be4156`](https://github.com/keystonejs/keystone/commit/ca1be415663dd822b3adda1e073bd7a1d4a9b97b), [`97609a623`](https://github.com/keystonejs/keystone/commit/97609a623334fd8d7b9e24dd099abda2e2a37853), [`32578f01e`](https://github.com/keystonejs/keystone/commit/32578f01e70ea972d438a29fa1e3793c1e02750b)]:
- @keystone-next/keystone-legacy@22.0.0
- @keystone-next/utils-legacy@8.0.0
- @keystone-next/fields-auto-increment-legacy@8.2.1

## 4.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"description": "KeystoneJS Prisma Database Adapter",
"main": "dist/adapter-prisma-legacy.cjs.js",
"module": "dist/adapter-prisma-legacy.esm.js",
"version": "4.0.0",
"version": "4.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@keystone-next/fields-auto-increment-legacy": "^8.2.0",
"@keystone-next/keystone-legacy": "^21.0.0",
"@keystone-next/utils-legacy": "^7.0.0",
"@keystone-next/fields-auto-increment-legacy": "^8.2.1",
"@keystone-next/keystone-legacy": "^22.0.0",
"@keystone-next/utils-legacy": "^8.0.0",
"@prisma/client": "2.19.0",
"@prisma/migrate": "2.19.0",
"@prisma/sdk": "2.19.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/app-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystonejs/app-graphql

## 7.0.1

### Patch Changes

- Updated dependencies [[`97609a623`](https://github.com/keystonejs/keystone/commit/97609a623334fd8d7b9e24dd099abda2e2a37853)]:
- @keystone-next/utils-legacy@8.0.0

## 7.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@keystone-next/app-graphql-legacy",
"description": "KeystoneJS GraphQL App.",
"version": "7.0.0",
"version": "7.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@keystone-next/session-legacy": "^8.2.1",
"@keystone-next/utils-legacy": "^7.0.0",
"@keystone-next/utils-legacy": "^8.0.0",
"graphql": "^15.5.0",
"graphql-upload": "^11.0.0",
"nanoassert": "^2.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/auth-password/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystonejs/auth-password

## 6.0.4

### Patch Changes

- Updated dependencies [[`ca1be4156`](https://github.com/keystonejs/keystone/commit/ca1be415663dd822b3adda1e073bd7a1d4a9b97b), [`aa76102c1`](https://github.com/keystonejs/keystone/commit/aa76102c11bdfea02059df66f406a8b1d387c879)]:
- @keystone-next/fields-legacy@24.0.0

## 6.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-password/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@keystone-next/auth-password-legacy",
"description": "Provides a basic password authentication strategy.",
"version": "6.0.3",
"version": "6.0.4",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@keystone-next/fields-legacy": "^23.0.0",
"@keystone-next/fields-legacy": "^24.0.0",
"@keystone-next/session-legacy": "^8.2.1"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/packages/auth-password"
Expand Down
7 changes: 7 additions & 0 deletions packages/fields-authed-relationship/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystonejs/fields-authed-relationship

## 1.0.20

### Patch Changes

- Updated dependencies [[`ca1be4156`](https://github.com/keystonejs/keystone/commit/ca1be415663dd822b3adda1e073bd7a1d4a9b97b), [`aa76102c1`](https://github.com/keystonejs/keystone/commit/aa76102c11bdfea02059df66f406a8b1d387c879)]:
- @keystone-next/fields-legacy@24.0.0

## 1.0.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fields-authed-relationship/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-next/fields-authed-relationship-legacy",
"description": "KeystoneJS AuthedRelationship Field Type",
"version": "1.0.19",
"version": "1.0.20",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"main": "dist/fields-authed-relationship-legacy.cjs.js",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@keystone-next/fields-legacy": "^23.0.0"
"@keystone-next/fields-legacy": "^24.0.0"
},
"devDependencies": {
"@keystone-next/auth-password-legacy": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/fields-auto-increment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystonejs/fields-auto-increment

## 8.2.1

### Patch Changes

- Updated dependencies [[`ca1be4156`](https://github.com/keystonejs/keystone/commit/ca1be415663dd822b3adda1e073bd7a1d4a9b97b), [`aa76102c1`](https://github.com/keystonejs/keystone/commit/aa76102c11bdfea02059df66f406a8b1d387c879)]:
- @keystone-next/fields-legacy@24.0.0
- @keystone-next/adapter-knex-legacy@13.2.3
- @keystone-next/adapter-prisma-legacy@4.0.1

## 8.2.0

### Minor Changes
Expand Down
Loading

0 comments on commit fdd1961

Please sign in to comment.