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 Feb 15, 2021
1 parent 0f86e99 commit e1e6c69
Show file tree
Hide file tree
Showing 34 changed files with 212 additions and 91 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-cows-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-carrots-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-pugs-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-cobras-repair.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/unlucky-dragons-judge.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/release-count
Original file line number Diff line number Diff line change
@@ -1 +1 @@
35
36
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.1

### Patch Changes

- Updated dependencies [[`0f86e99bb`](https://github.com/keystonejs/keystone/commit/0f86e99bb3aa15f691ab7ff79e5a9ae3d1ac464e)]:
- @keystone-next/keystone@11.0.0
- @keystone-next/admin-ui@9.0.1
- @keystone-next/auth@16.0.0
- @keystone-next/fields@5.0.1

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/admin-ui": "^9.0.0",
"@keystone-next/auth": "^15.0.0",
"@keystone-next/fields": "^5.0.0",
"@keystone-next/keystone": "^10.0.0",
"@keystone-next/admin-ui": "^9.0.1",
"@keystone-next/auth": "^16.0.0",
"@keystone-next/fields": "^5.0.1",
"@keystone-next/keystone": "^11.0.0",
"next": "10.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down
12 changes: 12 additions & 0 deletions examples-next/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-next/app-basic

## 1.0.1

### Patch Changes

- Updated dependencies [[`556c1f95f`](https://github.com/keystonejs/keystone/commit/556c1f95f287035493704d6f5d9744fd5e9774b6), [`556c1f95f`](https://github.com/keystonejs/keystone/commit/556c1f95f287035493704d6f5d9744fd5e9774b6), [`556c1f95f`](https://github.com/keystonejs/keystone/commit/556c1f95f287035493704d6f5d9744fd5e9774b6), [`556c1f95f`](https://github.com/keystonejs/keystone/commit/556c1f95f287035493704d6f5d9744fd5e9774b6), [`0f86e99bb`](https://github.com/keystonejs/keystone/commit/0f86e99bb3aa15f691ab7ff79e5a9ae3d1ac464e)]:
- @keystone-next/fields-document@3.0.0
- @keystone-next/keystone@11.0.0
- @keystone-next/types@14.0.0
- @keystone-next/admin-ui@9.0.1
- @keystone-next/auth@16.0.0
- @keystone-next/fields@5.0.1

## 1.0.0

### Major Changes
Expand Down
14 changes: 7 additions & 7 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.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -12,13 +12,13 @@
"@babel/runtime": "^7.12.13",
"@emotion/core": "^10.1.1",
"@graphql-tools/merge": "^6.2.7",
"@keystone-next/admin-ui": "^9.0.0",
"@keystone-next/auth": "^15.0.0",
"@keystone-next/admin-ui": "^9.0.1",
"@keystone-next/auth": "^16.0.0",
"@keystone-next/document-renderer": "^2.0.0",
"@keystone-next/fields": "^5.0.0",
"@keystone-next/fields-document": "^2.0.0",
"@keystone-next/keystone": "^10.0.0",
"@keystone-next/types": "^13.0.0",
"@keystone-next/fields": "^5.0.1",
"@keystone-next/fields-document": "^3.0.0",
"@keystone-next/keystone": "^11.0.0",
"@keystone-next/types": "^14.0.0",
"@keystone-ui/core": "^2.0.0",
"@keystone-ui/fields": "^2.0.0",
"@keystone-ui/icons": "^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.1

### Patch Changes

- Updated dependencies [[`0f86e99bb`](https://github.com/keystonejs/keystone/commit/0f86e99bb3aa15f691ab7ff79e5a9ae3d1ac464e)]:
- @keystone-next/keystone@11.0.0
- @keystone-next/types@14.0.0
- @keystone-next/admin-ui@9.0.1
- @keystone-next/auth@16.0.0
- @keystone-next/cloudinary@3.0.1
- @keystone-next/fields@5.0.1

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"private": true,
"author": "Wes Bos & Jed Watson",
"license": "MIT",
Expand All @@ -16,12 +16,12 @@
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.13",
"@babel/runtime": "^7.12.13",
"@keystone-next/admin-ui": "^9.0.0",
"@keystone-next/auth": "^15.0.0",
"@keystone-next/cloudinary": "^3.0.0",
"@keystone-next/fields": "^5.0.0",
"@keystone-next/keystone": "^10.0.0",
"@keystone-next/types": "^13.0.0",
"@keystone-next/admin-ui": "^9.0.1",
"@keystone-next/auth": "^16.0.0",
"@keystone-next/cloudinary": "^3.0.1",
"@keystone-next/fields": "^5.0.1",
"@keystone-next/keystone": "^11.0.0",
"@keystone-next/types": "^14.0.0",
"@keystonejs/server-side-graphql-client": "^2.0.0",
"@types/nodemailer": "^6.4.0",
"dotenv": "^8.2.0",
Expand All @@ -32,7 +32,7 @@
"stripe": "^8.134.0"
},
"devDependencies": {
"@keystonejs/test-utils": "^12.0.0",
"@keystonejs/test-utils": "^12.0.1",
"typescript": "^4.1.3"
},
"engines": {
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.1

### Patch Changes

- Updated dependencies [[`0f86e99bb`](https://github.com/keystonejs/keystone/commit/0f86e99bb3aa15f691ab7ff79e5a9ae3d1ac464e)]:
- @keystone-next/keystone@11.0.0
- @keystone-next/types@14.0.0
- @keystone-next/admin-ui@9.0.1
- @keystone-next/auth@16.0.0
- @keystone-next/fields@5.0.1

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,11 +9,11 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/admin-ui": "^9.0.0",
"@keystone-next/auth": "^15.0.0",
"@keystone-next/fields": "^5.0.0",
"@keystone-next/keystone": "^10.0.0",
"@keystone-next/types": "^13.0.0",
"@keystone-next/admin-ui": "^9.0.1",
"@keystone-next/auth": "^16.0.0",
"@keystone-next/fields": "^5.0.1",
"@keystone-next/keystone": "^11.0.0",
"@keystone-next/types": "^14.0.0",
"next": "10.0.5",
"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.1

### Patch Changes

- Updated dependencies [[`0f86e99bb`](https://github.com/keystonejs/keystone/commit/0f86e99bb3aa15f691ab7ff79e5a9ae3d1ac464e)]:
- @keystone-next/keystone@11.0.0
- @keystone-next/admin-ui@9.0.1
- @keystone-next/auth@16.0.0
- @keystone-next/fields@5.0.1

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -13,10 +13,10 @@
"resolve": "keystone-next resolve"
},
"dependencies": {
"@keystone-next/admin-ui": "^9.0.0",
"@keystone-next/auth": "^15.0.0",
"@keystone-next/fields": "^5.0.0",
"@keystone-next/keystone": "^10.0.0",
"@keystone-next/admin-ui": "^9.0.1",
"@keystone-next/auth": "^16.0.0",
"@keystone-next/fields": "^5.0.1",
"@keystone-next/keystone": "^11.0.0",
"next": "10.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down
7 changes: 7 additions & 0 deletions packages-next/admin-ui-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystone-next/admin-ui-utils

## 3.0.1

### Patch Changes

- Updated dependencies [[`0f86e99bb`](https://github.com/keystonejs/keystone/commit/0f86e99bb3aa15f691ab7ff79e5a9ae3d1ac464e)]:
- @keystone-next/types@14.0.0

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages-next/admin-ui-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@keystone-next/admin-ui-utils",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/admin-ui-utils.cjs.js",
"module": "dist/admin-ui-utils.esm.js",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.13",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/types": "^13.0.0",
"@keystone-next/types": "^14.0.0",
"@keystone-ui/core": "^2.0.0",
"@types/react": "^17.0.1",
"fast-deep-equal": "^3.1.3",
Expand Down
9 changes: 9 additions & 0 deletions packages-next/admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/admin-ui

## 9.0.1

### Patch Changes

- Updated dependencies [[`0f86e99bb`](https://github.com/keystonejs/keystone/commit/0f86e99bb3aa15f691ab7ff79e5a9ae3d1ac464e)]:
- @keystone-next/keystone@11.0.0
- @keystone-next/types@14.0.0
- @keystone-next/admin-ui-utils@3.0.1

## 9.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages-next/admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@keystone-next/admin-ui",
"version": "9.0.0",
"version": "9.0.1",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.3.10",
"@babel/runtime": "^7.12.13",
"@emotion/hash": "^0.8.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/admin-ui-utils": "^3.0.0",
"@keystone-next/keystone": "^10.0.0",
"@keystone-next/types": "^13.0.0",
"@keystone-next/admin-ui-utils": "^3.0.1",
"@keystone-next/keystone": "^11.0.0",
"@keystone-next/types": "^14.0.0",
"@keystone-ui/button": "^3.0.0",
"@keystone-ui/core": "^2.0.0",
"@keystone-ui/fields": "^2.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages-next/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-next/auth

## 16.0.0

### Patch Changes

- Updated dependencies [[`0f86e99bb`](https://github.com/keystonejs/keystone/commit/0f86e99bb3aa15f691ab7ff79e5a9ae3d1ac464e)]:
- @keystone-next/keystone@11.0.0
- @keystone-next/types@14.0.0
- @keystone-next/admin-ui@9.0.1
- @keystone-next/admin-ui-utils@3.0.1
- @keystone-next/fields@5.0.1

## 15.0.0

### Major Changes
Expand Down
16 changes: 8 additions & 8 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": "15.0.0",
"version": "16.0.0",
"license": "MIT",
"main": "dist/auth.cjs.js",
"module": "dist/auth.esm.js",
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"@babel/runtime": "^7.12.13",
"@graphql-tools/merge": "^6.2.7",
"@keystone-next/admin-ui-utils": "^3.0.0",
"@keystone-next/fields": "^5.0.0",
"@keystone-next/types": "^13.0.0",
"@keystone-next/admin-ui-utils": "^3.0.1",
"@keystone-next/fields": "^5.0.1",
"@keystone-next/types": "^14.0.0",
"@keystone-ui/button": "^3.0.0",
"@keystone-ui/core": "^2.0.0",
"@keystone-ui/fields": "^2.0.0",
Expand All @@ -22,13 +22,13 @@
"graphql": "^15.5.0"
},
"devDependencies": {
"@keystone-next/admin-ui": "^9.0.0",
"@keystone-next/keystone": "^10.0.0",
"@keystone-next/admin-ui": "^9.0.1",
"@keystone-next/keystone": "^11.0.0",
"react": "^17.0.1"
},
"peerDependencies": {
"@keystone-next/admin-ui": "^9.0.0",
"@keystone-next/keystone": "^10.0.0",
"@keystone-next/admin-ui": "^9.0.1",
"@keystone-next/keystone": "^11.0.0",
"react": "^17.0.1"
},
"preconstruct": {
Expand Down
8 changes: 8 additions & 0 deletions packages-next/cloudinary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-next/cloudinary

## 3.0.1

### Patch Changes

- Updated dependencies [[`0f86e99bb`](https://github.com/keystonejs/keystone/commit/0f86e99bb3aa15f691ab7ff79e5a9ae3d1ac464e)]:
- @keystone-next/types@14.0.0
- @keystone-next/admin-ui@9.0.1

## 3.0.0

### Major Changes
Expand Down
Loading

0 comments on commit e1e6c69

Please sign in to comment.