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 Apr 7, 2021
1 parent 29c9a36 commit f941bc9
Show file tree
Hide file tree
Showing 30 changed files with 142 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/olive-seals-deliver.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/orange-toes-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-knives-ring.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

## 2.0.2

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @keystone-next/fields@6.0.1

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "2.0.1",
"version": "2.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/keystone": "^15.0.0",
"next": "^10.0.9",
"react": "^17.0.2",
Expand Down
9 changes: 9 additions & 0 deletions examples-next/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/app-basic

## 2.0.2

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @keystone-next/fields@6.0.1

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "2.0.1",
"version": "2.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/document-renderer": "^2.0.2",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/fields-document": "^4.0.0",
"@keystone-next/keystone": "^15.0.0",
"@keystone-next/types": "^16.0.0",
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

## 2.0.2

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @keystone-next/fields@6.0.1

## 2.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "2.0.1",
"version": "2.0.2",
"private": true,
"author": "Wes Bos & Jed Watson",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/cloudinary": "^3.0.6",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/keystone": "^15.0.0",
"@keystone-next/server-side-graphql-client-legacy": "^3.0.1",
"@keystone-next/types": "^16.0.0",
Expand All @@ -32,7 +32,7 @@
"stripe": "^8.142.0"
},
"devDependencies": {
"@keystone-next/test-utils-legacy": "^16.0.0",
"@keystone-next/test-utils-legacy": "^17.0.0",
"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.6

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @keystone-next/fields@6.0.1

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "0.0.6",
"private": true,
"scripts": {
"dev": "keystone-next dev",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@babel/runtime": "^7.13.10",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/fields-document": "^4.0.0",
"@keystone-next/keystone": "^15.0.0",
"apollo-server-micro": "^2.22.2"
Expand Down
9 changes: 9 additions & 0 deletions examples-next/next-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/example-next-lite

## 1.0.5

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @keystone-next/fields@6.0.1

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples-next/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": "1.0.4",
"version": "1.0.5",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/keystone": "^15.0.0",
"dotenv": "^8.2.0",
"next": "^10.0.9",
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

## 2.0.2

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @keystone-next/fields@6.0.1

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "2.0.1",
"version": "2.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/keystone": "^15.0.0",
"@keystone-next/types": "^16.0.0",
"next": "^10.0.9",
Expand Down
9 changes: 9 additions & 0 deletions examples-next/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/example-sandbox

## 1.0.6

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @keystone-next/fields@6.0.1

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples-next/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-sandbox",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/keystone": "^15.0.0"
},
"engines": {
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.6

### Patch Changes

- [#5388](https://github.com/keystonejs/keystone/pull/5388) [`29c9a36b7`](https://github.com/keystonejs/keystone/commit/29c9a36b70b7ba689b049ce6c1555806fbfc8e1e) Thanks [@timleslie](https://github.com/timleslie)! - Updated example project to use the new `db.provider` config option over the deprecated `db.adapter` option.

- Updated dependencies [[`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @keystone-next/fields@6.0.1

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "1.0.6",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/auth": "^20.0.0",
"@keystone-next/fields": "^6.0.0",
"@keystone-next/fields": "^6.0.1",
"@keystone-next/keystone": "^15.0.0",
"dotenv": "^8.2.0",
"next": "^10.0.9",
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

## 6.0.1

### Patch Changes

- [#5374](https://github.com/keystonejs/keystone/pull/5374) [`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa) Thanks [@timleslie](https://github.com/timleslie)! - Removed an outdated reference to `mongoId`.

- Updated dependencies []:
- @keystone-next/fields-legacy@25.0.1

## 6.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages-next/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@keystone-next/fields",
"version": "6.0.0",
"version": "6.0.1",
"license": "MIT",
"main": "dist/fields.cjs.js",
"module": "dist/fields.esm.js",
"devDependencies": {
"@keystone-next/server-side-graphql-client-legacy": "3.0.1",
"@keystone-next/test-utils-legacy": "16.0.0",
"@keystone-next/test-utils-legacy": "17.0.0",
"typescript": "^4.2.3"
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@keystone-next/admin-ui": "^13.0.0",
"@keystone-next/admin-ui-utils": "^3.0.3",
"@keystone-next/fields-auto-increment-legacy": "^10.0.0",
"@keystone-next/fields-legacy": "^25.0.0",
"@keystone-next/fields-legacy": "^25.0.1",
"@keystone-next/types": "^16.0.0",
"@keystone-ui/button": "^3.0.1",
"@keystone-ui/core": "^2.0.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystonejs/fields

## 25.0.1

### Patch Changes

- Updated dependencies [[`89b869e8d`](https://github.com/keystonejs/keystone/commit/89b869e8d492151449f2146108767a7e5e5ecdfa)]:
- @keystone-next/fields@6.0.1

## 25.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "KeystoneJS Field Types including Text, Password, Integer, and more.",
"homepage": "https://github.com/keystonejs/keystone",
"repository": "https://github.com/keystonejs/keystone/tree/master/packages/fields",
"version": "25.0.0",
"version": "25.0.1",
"main": "dist/fields-legacy.cjs.js",
"module": "dist/fields-legacy.esm.js",
"author": "The KeystoneJS Development Team",
Expand All @@ -15,7 +15,7 @@
"@babel/runtime": "^7.13.10",
"@keystone-next/access-control-legacy": "^9.0.1",
"@keystone-next/adapter-prisma-legacy": "^5.0.0",
"@keystone-next/fields": "6.0.0",
"@keystone-next/fields": "6.0.1",
"@keystone-next/utils-legacy": "^8.0.0",
"apollo-errors": "^1.9.0",
"bcryptjs": "^2.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"stack-utils": "^2.0.3"
},
"devDependencies": {
"@keystone-next/fields-legacy": "^25.0.0",
"@keystone-next/fields-legacy": "^25.0.1",
"@keystone-next/test-utils-legacy": "*",
"graphql": "^15.5.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystonejs/test-utils

## 17.0.0

### Major Changes

- [#5387](https://github.com/keystonejs/keystone/pull/5387) [`406acca51`](https://github.com/keystonejs/keystone/commit/406acca5117804800abb01d5109b1edda530a073) Thanks [@timleslie](https://github.com/timleslie)! - Replaced type `AdapterName` with `ProviderName`. Updated all functions which accepted an `AdapterName` value named `adapterName` to accept a `ProviderName` argument named `provider`.

## 16.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-next/test-utils-legacy",
"description": "Common utilities used while testing @keystonejs/* packages.",
"version": "16.0.0",
"version": "17.0.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"main": "dist/test-utils-legacy.cjs.js",
Expand Down
Loading

0 comments on commit f941bc9

Please sign in to comment.