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 7edf3c9 commit 1b391ea
Show file tree
Hide file tree
Showing 43 changed files with 245 additions and 130 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.

6 changes: 0 additions & 6 deletions .changeset/eleven-waves-hope.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/grumpy-paws-call.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-carpets-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-parents-crash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-stingrays-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-olives-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-icons-play.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
13 changes: 13 additions & 0 deletions docs-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @keystone-next/website

## 1.1.0

### Minor Changes

- [`f4163a06d`](https://github.com/keystonejs/keystone/commit/f4163a06d27fcb106a0159711010e0087eebc945) [#4838](https://github.com/keystonejs/keystone/pull/4838) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Added anchoring and copy to clipboard functionality to headings

### Patch Changes

- [`f4163a06d`](https://github.com/keystonejs/keystone/commit/f4163a06d27fcb106a0159711010e0087eebc945) [#4838](https://github.com/keystonejs/keystone/pull/4838) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Remove backticks from headings in docs

- 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)]:
- @keystone-next/fields-document@3.0.0

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions docs-next/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@keystone-next/website",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next -p 8000"
},
"dependencies": {
"@babel/runtime": "^7.12.13",
"@keystone-next/fields-document": "^2.0.0",
"@keystone-next/fields-document": "^3.0.0",
"@keystone-ui/button": "^3.0.0",
"@keystone-ui/core": "^2.0.0",
"@keystone-ui/fields": "^2.0.0",
Expand Down
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 [[`687fd5ef0`](https://github.com/keystonejs/keystone/commit/687fd5ef0f798da996f970af1591411f9cfe0985), [`fdb9d9abb`](https://github.com/keystonejs/keystone/commit/fdb9d9abbe1ea24a2dbb9ce6f755c713966601aa), [`d9c20ba66`](https://github.com/keystonejs/keystone/commit/d9c20ba66931077f6e18d3497282be328cfb629f), [`45ea93421`](https://github.com/keystonejs/keystone/commit/45ea93421f9a6cf9b7ccbd983e0c9cbd687ff6af), [`d9c20ba66`](https://github.com/keystonejs/keystone/commit/d9c20ba66931077f6e18d3497282be328cfb629f), [`0f86e99bb`](https://github.com/keystonejs/keystone/commit/0f86e99bb3aa15f691ab7ff79e5a9ae3d1ac464e)]:
- @keystone-next/keystone@11.0.0
- @keystone-next/admin-ui@10.0.0
- @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": "^10.0.0",
"@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), [`687fd5ef0`](https://github.com/keystonejs/keystone/commit/687fd5ef0f798da996f970af1591411f9cfe0985), [`556c1f95f`](https://github.com/keystonejs/keystone/commit/556c1f95f287035493704d6f5d9744fd5e9774b6), [`fdb9d9abb`](https://github.com/keystonejs/keystone/commit/fdb9d9abbe1ea24a2dbb9ce6f755c713966601aa), [`556c1f95f`](https://github.com/keystonejs/keystone/commit/556c1f95f287035493704d6f5d9744fd5e9774b6), [`d9c20ba66`](https://github.com/keystonejs/keystone/commit/d9c20ba66931077f6e18d3497282be328cfb629f), [`45ea93421`](https://github.com/keystonejs/keystone/commit/45ea93421f9a6cf9b7ccbd983e0c9cbd687ff6af), [`d9c20ba66`](https://github.com/keystonejs/keystone/commit/d9c20ba66931077f6e18d3497282be328cfb629f), [`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@10.0.0
- @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": "^10.0.0",
"@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 [[`687fd5ef0`](https://github.com/keystonejs/keystone/commit/687fd5ef0f798da996f970af1591411f9cfe0985), [`fdb9d9abb`](https://github.com/keystonejs/keystone/commit/fdb9d9abbe1ea24a2dbb9ce6f755c713966601aa), [`d9c20ba66`](https://github.com/keystonejs/keystone/commit/d9c20ba66931077f6e18d3497282be328cfb629f), [`45ea93421`](https://github.com/keystonejs/keystone/commit/45ea93421f9a6cf9b7ccbd983e0c9cbd687ff6af), [`d9c20ba66`](https://github.com/keystonejs/keystone/commit/d9c20ba66931077f6e18d3497282be328cfb629f), [`0f86e99bb`](https://github.com/keystonejs/keystone/commit/0f86e99bb3aa15f691ab7ff79e5a9ae3d1ac464e)]:
- @keystone-next/keystone@11.0.0
- @keystone-next/types@14.0.0
- @keystone-next/admin-ui@10.0.0
- @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": "^10.0.0",
"@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 [[`687fd5ef0`](https://github.com/keystonejs/keystone/commit/687fd5ef0f798da996f970af1591411f9cfe0985), [`fdb9d9abb`](https://github.com/keystonejs/keystone/commit/fdb9d9abbe1ea24a2dbb9ce6f755c713966601aa), [`d9c20ba66`](https://github.com/keystonejs/keystone/commit/d9c20ba66931077f6e18d3497282be328cfb629f), [`45ea93421`](https://github.com/keystonejs/keystone/commit/45ea93421f9a6cf9b7ccbd983e0c9cbd687ff6af), [`d9c20ba66`](https://github.com/keystonejs/keystone/commit/d9c20ba66931077f6e18d3497282be328cfb629f), [`0f86e99bb`](https://github.com/keystonejs/keystone/commit/0f86e99bb3aa15f691ab7ff79e5a9ae3d1ac464e)]:
- @keystone-next/keystone@11.0.0
- @keystone-next/types@14.0.0
- @keystone-next/admin-ui@10.0.0
- @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": "^10.0.0",
"@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 [[`687fd5ef0`](https://github.com/keystonejs/keystone/commit/687fd5ef0f798da996f970af1591411f9cfe0985), [`fdb9d9abb`](https://github.com/keystonejs/keystone/commit/fdb9d9abbe1ea24a2dbb9ce6f755c713966601aa), [`d9c20ba66`](https://github.com/keystonejs/keystone/commit/d9c20ba66931077f6e18d3497282be328cfb629f), [`45ea93421`](https://github.com/keystonejs/keystone/commit/45ea93421f9a6cf9b7ccbd983e0c9cbd687ff6af), [`d9c20ba66`](https://github.com/keystonejs/keystone/commit/d9c20ba66931077f6e18d3497282be328cfb629f), [`0f86e99bb`](https://github.com/keystonejs/keystone/commit/0f86e99bb3aa15f691ab7ff79e5a9ae3d1ac464e)]:
- @keystone-next/keystone@11.0.0
- @keystone-next/admin-ui@10.0.0
- @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": "^10.0.0",
"@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 [[`687fd5ef0`](https://github.com/keystonejs/keystone/commit/687fd5ef0f798da996f970af1591411f9cfe0985), [`45ea93421`](https://github.com/keystonejs/keystone/commit/45ea93421f9a6cf9b7ccbd983e0c9cbd687ff6af), [`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
15 changes: 15 additions & 0 deletions packages-next/admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @keystone-next/admin-ui

## 10.0.0

### Major Changes

- [`d9c20ba66`](https://github.com/keystonejs/keystone/commit/d9c20ba66931077f6e18d3497282be328cfb629f) [#4832](https://github.com/keystonejs/keystone/pull/4832) Thanks [@timleslie](https://github.com/timleslie)! - `createAdminUIServer` now takes a `sessionStrategy` argument rather than a `sessionImplementation` argument.

### Patch Changes

- [`45ea93421`](https://github.com/keystonejs/keystone/commit/45ea93421f9a6cf9b7ccbd983e0c9cbd687ff6af) [#4810](https://github.com/keystonejs/keystone/pull/4810) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Replaced usage of `React.ComponentType` with more accurate types that do not automatically add `children` prop.

- Updated dependencies [[`687fd5ef0`](https://github.com/keystonejs/keystone/commit/687fd5ef0f798da996f970af1591411f9cfe0985), [`fdb9d9abb`](https://github.com/keystonejs/keystone/commit/fdb9d9abbe1ea24a2dbb9ce6f755c713966601aa), [`45ea93421`](https://github.com/keystonejs/keystone/commit/45ea93421f9a6cf9b7ccbd983e0c9cbd687ff6af), [`d9c20ba66`](https://github.com/keystonejs/keystone/commit/d9c20ba66931077f6e18d3497282be328cfb629f), [`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
Loading

0 comments on commit 1b391ea

Please sign in to comment.