Skip to content

Commit

Permalink
Version Packages (#4551)
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 aac347c commit 05f7b7a
Show file tree
Hide file tree
Showing 30 changed files with 203 additions and 71 deletions.
7 changes: 0 additions & 7 deletions .changeset/unlucky-shoes-fetch.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 @@
26
27
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

## 0.0.9

### Patch Changes

- Updated dependencies [[`075ef1628`](https://github.com/keystonejs/keystone/commit/075ef16281a89c8291f90275adca98f042cc54da)]:
- @keystone-next/admin-ui@6.0.0
- @keystone-next/keystone@8.0.0
- @keystone-next/auth@9.0.0
- @keystone-next/fields@4.0.1

## 0.0.8

### Patch 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,16 +1,16 @@
{
"name": "@keystone-next/example-auth",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"license": "MIT",
"scripts": {
"dev": "keystone-next"
},
"dependencies": {
"@keystone-next/admin-ui": "^5.0.0",
"@keystone-next/auth": "^8.0.0",
"@keystone-next/fields": "^4.0.0",
"@keystone-next/keystone": "^7.0.0",
"@keystone-next/admin-ui": "^6.0.0",
"@keystone-next/auth": "^9.0.0",
"@keystone-next/fields": "^4.0.1",
"@keystone-next/keystone": "^8.0.0",
"next": "^9.5.5",
"react": "^16.14.0",
"react-dom": "^16.14.0"
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

## 0.0.10

### Patch Changes

- Updated dependencies [[`075ef1628`](https://github.com/keystonejs/keystone/commit/075ef16281a89c8291f90275adca98f042cc54da)]:
- @keystone-next/admin-ui@6.0.0
- @keystone-next/keystone@8.0.0
- @keystone-next/types@8.0.0
- @keystone-next/auth@9.0.0
- @keystone-next/fields@4.0.1
- @keystone-next/fields-document@0.0.5

## 0.0.9

### Patch 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": "0.0.9",
"version": "0.0.10",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,12 +10,12 @@
"@babel/runtime": "^7.12.5",
"@emotion/core": "^10.1.1",
"@graphql-tools/merge": "^6.2.6",
"@keystone-next/admin-ui": "^5.0.0",
"@keystone-next/auth": "^8.0.0",
"@keystone-next/fields": "^4.0.0",
"@keystone-next/fields-document": "^0.0.4",
"@keystone-next/keystone": "^7.0.0",
"@keystone-next/types": "^7.0.0",
"@keystone-next/admin-ui": "^6.0.0",
"@keystone-next/auth": "^9.0.0",
"@keystone-next/fields": "^4.0.1",
"@keystone-next/fields-document": "^0.0.5",
"@keystone-next/keystone": "^8.0.0",
"@keystone-next/types": "^8.0.0",
"@keystone-ui/core": "^1.0.4",
"@keystone-ui/fields": "^1.0.3",
"@keystone-ui/icons": "^1.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

## 0.2.6

### Patch Changes

- Updated dependencies [[`075ef1628`](https://github.com/keystonejs/keystone/commit/075ef16281a89c8291f90275adca98f042cc54da)]:
- @keystone-next/admin-ui@6.0.0
- @keystone-next/keystone@8.0.0
- @keystone-next/types@8.0.0
- @keystone-next/auth@9.0.0
- @keystone-next/cloudinary@2.0.5
- @keystone-next/fields@4.0.1

## 0.2.5

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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": "0.2.5",
"version": "0.2.6",
"private": true,
"author": "Wes Bos & Jed Watson",
"license": "MIT",
Expand All @@ -9,12 +9,12 @@
"seed-data": "keystone-next --seed-data"
},
"dependencies": {
"@keystone-next/admin-ui": "^5.0.0",
"@keystone-next/auth": "^8.0.0",
"@keystone-next/cloudinary": "^2.0.4",
"@keystone-next/fields": "^4.0.0",
"@keystone-next/keystone": "^7.0.0",
"@keystone-next/types": "^7.0.0",
"@keystone-next/admin-ui": "^6.0.0",
"@keystone-next/auth": "^9.0.0",
"@keystone-next/cloudinary": "^2.0.5",
"@keystone-next/fields": "^4.0.1",
"@keystone-next/keystone": "^8.0.0",
"@keystone-next/types": "^8.0.0",
"dotenv": "^8.2.0",
"next": "^9.5.5",
"nodemailer": "^6.4.16",
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

## 0.0.6

### Patch Changes

- Updated dependencies [[`075ef1628`](https://github.com/keystonejs/keystone/commit/075ef16281a89c8291f90275adca98f042cc54da)]:
- @keystone-next/admin-ui@6.0.0
- @keystone-next/keystone@8.0.0
- @keystone-next/types@8.0.0
- @keystone-next/auth@9.0.0
- @keystone-next/fields@4.0.1

## 0.0.5

### Patch 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,17 +1,17 @@
{
"name": "@keystone-next/example-roles",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"license": "MIT",
"scripts": {
"dev": "keystone-next"
},
"dependencies": {
"@keystone-next/admin-ui": "^5.0.0",
"@keystone-next/auth": "^8.0.0",
"@keystone-next/fields": "^4.0.0",
"@keystone-next/keystone": "^7.0.0",
"@keystone-next/types": "^7.0.0",
"@keystone-next/admin-ui": "^6.0.0",
"@keystone-next/auth": "^9.0.0",
"@keystone-next/fields": "^4.0.1",
"@keystone-next/keystone": "^8.0.0",
"@keystone-next/types": "^8.0.0",
"next": "^9.5.5",
"react": "^16.14.0",
"react-dom": "^16.14.0"
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

## 0.0.7

### Patch Changes

- Updated dependencies [[`075ef1628`](https://github.com/keystonejs/keystone/commit/075ef16281a89c8291f90275adca98f042cc54da)]:
- @keystone-next/admin-ui@6.0.0
- @keystone-next/keystone@8.0.0
- @keystone-next/auth@9.0.0
- @keystone-next/fields@4.0.1

## 0.0.6

### Patch 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,16 +1,16 @@
{
"name": "@keystone-next/example-todo",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"license": "MIT",
"scripts": {
"dev": "keystone-next"
},
"dependencies": {
"@keystone-next/admin-ui": "^5.0.0",
"@keystone-next/auth": "^8.0.0",
"@keystone-next/fields": "^4.0.0",
"@keystone-next/keystone": "^7.0.0",
"@keystone-next/admin-ui": "^6.0.0",
"@keystone-next/auth": "^9.0.0",
"@keystone-next/fields": "^4.0.1",
"@keystone-next/keystone": "^8.0.0",
"next": "^9.5.5",
"react": "^16.14.0",
"react-dom": "^16.14.0"
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

## 2.0.4

### Patch Changes

- Updated dependencies [[`075ef1628`](https://github.com/keystonejs/keystone/commit/075ef16281a89c8291f90275adca98f042cc54da)]:
- @keystone-next/types@8.0.0

## 2.0.3

### Patch 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": "2.0.3",
"version": "2.0.4",
"main": "dist/admin-ui-utils.cjs.js",
"module": "dist/admin-ui-utils.esm.js",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/types": "^7.0.0",
"@keystone-next/types": "^8.0.0",
"@keystone-ui/core": "^1.0.4",
"@types/react": "^16.14.2",
"fast-deep-equal": "^3.1.3",
Expand Down
13 changes: 13 additions & 0 deletions packages-next/admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @keystone-next/admin-ui

## 6.0.0

### Major Changes

- [`075ef1628`](https://github.com/keystonejs/keystone/commit/075ef16281a89c8291f90275adca98f042cc54da) [#4547](https://github.com/keystonejs/keystone/pull/4547) Thanks [@timleslie](https://github.com/timleslie)! - Removed `allViews` from `KeystoneSystem` type. `createAdminMeta` no longer returns `allViews`.

### Patch Changes

- Updated dependencies [[`075ef1628`](https://github.com/keystonejs/keystone/commit/075ef16281a89c8291f90275adca98f042cc54da)]:
- @keystone-next/keystone@8.0.0
- @keystone-next/types@8.0.0
- @keystone-next/admin-ui-utils@2.0.4

## 5.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": "5.0.0",
"version": "6.0.0",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.2.9",
"@babel/runtime": "^7.12.5",
"@emotion/hash": "^0.8.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/admin-ui-utils": "^2.0.3",
"@keystone-next/keystone": "^7.0.0",
"@keystone-next/types": "^7.0.0",
"@keystone-next/admin-ui-utils": "^2.0.4",
"@keystone-next/keystone": "^8.0.0",
"@keystone-next/types": "^8.0.0",
"@keystone-ui/button": "^2.0.1",
"@keystone-ui/core": "^1.0.4",
"@keystone-ui/fields": "^1.0.3",
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

## 9.0.0

### Patch Changes

- Updated dependencies [[`075ef1628`](https://github.com/keystonejs/keystone/commit/075ef16281a89c8291f90275adca98f042cc54da)]:
- @keystone-next/admin-ui@6.0.0
- @keystone-next/keystone@8.0.0
- @keystone-next/types@8.0.0
- @keystone-next/fields@4.0.1
- @keystone-next/admin-ui-utils@2.0.4

## 8.0.0

### Patch 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": "8.0.0",
"version": "9.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.5",
"@graphql-tools/merge": "^6.2.6",
"@keystone-next/admin-ui-utils": "^2.0.3",
"@keystone-next/fields": "^4.0.0",
"@keystone-next/types": "^7.0.0",
"@keystone-next/admin-ui-utils": "^2.0.4",
"@keystone-next/fields": "^4.0.1",
"@keystone-next/types": "^8.0.0",
"@keystone-ui/button": "^2.0.1",
"@keystone-ui/core": "^1.0.4",
"@keystone-ui/fields": "^1.0.3",
Expand All @@ -21,13 +21,13 @@
"graphql": "^15.4.0"
},
"devDependencies": {
"@keystone-next/admin-ui": "^5.0.0",
"@keystone-next/keystone": "^7.0.0",
"@keystone-next/admin-ui": "^6.0.0",
"@keystone-next/keystone": "^8.0.0",
"react": "^16.14.0"
},
"peerDependencies": {
"@keystone-next/admin-ui": "^5.0.0",
"@keystone-next/keystone": "^7.0.0",
"@keystone-next/admin-ui": "^6.0.0",
"@keystone-next/keystone": "^8.0.0",
"react": "^16.14.0"
},
"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

## 2.0.5

### Patch Changes

- Updated dependencies [[`075ef1628`](https://github.com/keystonejs/keystone/commit/075ef16281a89c8291f90275adca98f042cc54da)]:
- @keystone-next/admin-ui@6.0.0
- @keystone-next/types@8.0.0

## 2.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages-next/cloudinary/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@keystone-next/cloudinary",
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",
"main": "dist/cloudinary.cjs.js",
"module": "dist/cloudinary.esm.js",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@keystone-next/admin-ui": "^5.0.0",
"@keystone-next/types": "^7.0.0",
"@keystone-next/admin-ui": "^6.0.0",
"@keystone-next/types": "^8.0.0",
"@keystone-ui/button": "^2.0.1",
"@keystone-ui/core": "^1.0.4",
"@keystone-ui/fields": "^1.0.3",
Expand Down
10 changes: 10 additions & 0 deletions packages-next/fields-document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/fields-document

## 0.0.5

### Patch Changes

- Updated dependencies [[`075ef1628`](https://github.com/keystonejs/keystone/commit/075ef16281a89c8291f90275adca98f042cc54da)]:
- @keystone-next/admin-ui@6.0.0
- @keystone-next/types@8.0.0
- @keystone-next/fields@4.0.1
- @keystone-next/admin-ui-utils@2.0.4

## 0.0.4

### Patch Changes
Expand Down
Loading

0 comments on commit 05f7b7a

Please sign in to comment.