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 Jul 1, 2020
1 parent 9ab6961 commit 0847f21
Show file tree
Hide file tree
Showing 35 changed files with 184 additions and 103 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-hounds-melt.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/friendly-bees-switch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hungry-tables-taste.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/metal-shoes-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-suns-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-months-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-cougars-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-news-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-emus-care.md

This file was deleted.

32 changes: 32 additions & 0 deletions api-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @keystonejs/api-tests

## 6.0.0

### Major Changes

- [`4ddc3dc6f`](https://github.com/keystonejs/keystone/commit/4ddc3dc6f87c192627d00db85a1080411400eeb5) [#3212](https://github.com/keystonejs/keystone/pull/3212) Thanks [@timleslie](https://github.com/timleslie)! - Removed the `name` argument to `setupServer`. This value will now be autogenerated by the test system. If you would like to use a specific name you can still pass through `{ keystoneOptions: { name: '...' } }` to retain the original behaviour.

```
setupServer({ name: 'foo', adapterName, createLists, ... });
```

can now be written as

```
setupServer({ adapterName, createLists, ... })
```

or, if you would like the `Keystone` instance to have a specific name,

```
setupServer({ adapterName, createLists, keystoneOptions: { name: 'foo' }, ... })
```

### Patch Changes

- Updated dependencies [[`4ddc3dc6f`](https://github.com/keystonejs/keystone/commit/4ddc3dc6f87c192627d00db85a1080411400eeb5), [`69d7f2e50`](https://github.com/keystonejs/keystone/commit/69d7f2e50ef2325c0d3b02b8bb5c310590796fed), [`f296866df`](https://github.com/keystonejs/keystone/commit/f296866dfab3af54381fd527473e3dc98425b3b9), [`2806a0bdf`](https://github.com/keystonejs/keystone/commit/2806a0bdfd65429e7c44ed070983f121d6934955), [`3adb2ac2a`](https://github.com/keystonejs/keystone/commit/3adb2ac2ac4ab65636ffea1b2b1f7044410c2b8b), [`9ab6961e0`](https://github.com/keystonejs/keystone/commit/9ab6961e0202277a980bd60a323a1c599f1dd085)]:
- @keystonejs/fields@13.0.2
- @keystonejs/test-utils@7.0.1
- @keystonejs/utils@5.4.2
- @keystonejs/keystone@11.2.0
- @keystonejs/session@7.0.1
- @keystonejs/app-graphql@5.1.9

## 5.4.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions api-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystonejs/api-tests",
"description": "A set of tests for running against the KeystoneJS API.",
"private": true,
"version": "5.4.9",
"version": "6.0.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -24,9 +24,9 @@
},
"dependencies": {
"@keystonejs/auth-password": "^5.1.10",
"@keystonejs/fields": "^13.0.1",
"@keystonejs/test-utils": "^7.0.0",
"@keystonejs/utils": "^5.4.1",
"@keystonejs/fields": "^13.0.2",
"@keystonejs/test-utils": "^7.0.1",
"@keystonejs/utils": "^5.4.2",
"date-fns": "^2.14.0",
"express": "^4.17.1"
}
Expand Down
13 changes: 13 additions & 0 deletions benchmarks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @keystonejs/benchmarks

## 5.1.14

### Patch Changes

- [`4ddc3dc6f`](https://github.com/keystonejs/keystone/commit/4ddc3dc6f87c192627d00db85a1080411400eeb5) [#3212](https://github.com/keystonejs/keystone/pull/3212) Thanks [@timleslie](https://github.com/timleslie)! - Removed `name` argument from calls to `setupServer` in tests.

- Updated dependencies [[`4ddc3dc6f`](https://github.com/keystonejs/keystone/commit/4ddc3dc6f87c192627d00db85a1080411400eeb5), [`f296866df`](https://github.com/keystonejs/keystone/commit/f296866dfab3af54381fd527473e3dc98425b3b9), [`2806a0bdf`](https://github.com/keystonejs/keystone/commit/2806a0bdfd65429e7c44ed070983f121d6934955), [`3adb2ac2a`](https://github.com/keystonejs/keystone/commit/3adb2ac2ac4ab65636ffea1b2b1f7044410c2b8b), [`9ab6961e0`](https://github.com/keystonejs/keystone/commit/9ab6961e0202277a980bd60a323a1c599f1dd085)]:
- @keystonejs/fields@13.0.2
- @keystonejs/test-utils@7.0.1
- @keystonejs/keystone@11.2.0
- @keystonejs/session@7.0.1
- @keystonejs/app-graphql@5.1.9

## 5.1.13

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystonejs/benchmarks",
"description": "A set of benchmarks for running against the KeystoneJS API.",
"private": true,
"version": "5.1.13",
"version": "5.1.14",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -16,11 +16,11 @@
"dependencies": {
"@keystonejs/adapter-knex": "^10.1.0",
"@keystonejs/adapter-mongoose": "^8.1.3",
"@keystonejs/app-graphql": "^5.1.8",
"@keystonejs/fields": "^13.0.1",
"@keystonejs/keystone": "^11.1.1",
"@keystonejs/session": "^7.0.0",
"@keystonejs/test-utils": "^7.0.0",
"@keystonejs/app-graphql": "^5.1.9",
"@keystonejs/fields": "^13.0.2",
"@keystonejs/keystone": "^11.2.0",
"@keystonejs/session": "^7.0.1",
"@keystonejs/test-utils": "^7.0.1",
"body-parser": "^1.18.2",
"cookie-signature": "^1.1.0",
"supertest-light": "^1.0.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/app-admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystonejs/app-admin-ui

## 7.0.5

### Patch Changes

- Updated dependencies [[`887ad8199`](https://github.com/keystonejs/keystone/commit/887ad8199aa5c32a3db8588104f4548c90aa106c), [`4ddc3dc6f`](https://github.com/keystonejs/keystone/commit/4ddc3dc6f87c192627d00db85a1080411400eeb5), [`69d7f2e50`](https://github.com/keystonejs/keystone/commit/69d7f2e50ef2325c0d3b02b8bb5c310590796fed), [`2806a0bdf`](https://github.com/keystonejs/keystone/commit/2806a0bdfd65429e7c44ed070983f121d6934955), [`3adb2ac2a`](https://github.com/keystonejs/keystone/commit/3adb2ac2ac4ab65636ffea1b2b1f7044410c2b8b)]:
- @arch-ui/pagination@0.0.23
- @keystonejs/fields@13.0.2
- @keystonejs/utils@5.4.2
- @keystonejs/session@7.0.1

## 7.0.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/app-admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystonejs/app-admin-ui",
"description": "KeystoneJS Admin UI App.",
"version": "7.0.4",
"version": "7.0.5",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@arch-ui/lozenge": "^0.0.16",
"@arch-ui/navbar": "^0.1.11",
"@arch-ui/options": "^0.0.21",
"@arch-ui/pagination": "^0.0.22",
"@arch-ui/pagination": "^0.0.23",
"@arch-ui/pill": "^0.1.15",
"@arch-ui/popout": "^0.0.19",
"@arch-ui/select": "^0.1.8",
Expand All @@ -41,9 +41,9 @@
"@emotion/core": "^10.0.28",
"@keystonejs/build-field-types": "^5.2.9",
"@keystonejs/field-views-loader": "^6.0.0",
"@keystonejs/fields": "^13.0.0",
"@keystonejs/session": "^7.0.0",
"@keystonejs/utils": "^5.4.1",
"@keystonejs/fields": "^13.0.2",
"@keystonejs/session": "^7.0.1",
"@keystonejs/utils": "^5.4.2",
"@types/react": "^16.8.12",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
Expand Down
10 changes: 10 additions & 0 deletions packages/app-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystonejs/app-graphql

## 5.1.9

### Patch Changes

- [`9ab6961e0`](https://github.com/keystonejs/keystone/commit/9ab6961e0202277a980bd60a323a1c599f1dd085) [#3217](https://github.com/keystonejs/keystone/pull/3217) Thanks [@Vultraz](https://github.com/Vultraz)! - Updated apollo-server-express dependency to 2.15.1.

- Updated dependencies [[`69d7f2e50`](https://github.com/keystonejs/keystone/commit/69d7f2e50ef2325c0d3b02b8bb5c310590796fed), [`2806a0bdf`](https://github.com/keystonejs/keystone/commit/2806a0bdfd65429e7c44ed070983f121d6934955)]:
- @keystonejs/utils@5.4.2
- @keystonejs/session@7.0.1

## 5.1.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/app-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystonejs/app-graphql",
"description": "KeystoneJS GraphQL App.",
"version": "5.1.8",
"version": "5.1.9",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -10,8 +10,8 @@
"dependencies": {
"@keystonejs/app-graphql-playground": "^5.1.4",
"@keystonejs/logger": "^5.1.2",
"@keystonejs/session": "^7.0.0",
"@keystonejs/utils": "^5.4.1",
"@keystonejs/session": "^7.0.1",
"@keystonejs/utils": "^5.4.2",
"apollo-errors": "^1.9.0",
"apollo-server-express": "^2.15.1",
"cuid": "^2.1.8",
Expand Down
7 changes: 7 additions & 0 deletions packages/arch/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @arch-ui/docs

## 1.1.24

### Patch Changes

- Updated dependencies [[`887ad8199`](https://github.com/keystonejs/keystone/commit/887ad8199aa5c32a3db8588104f4548c90aa106c)]:
- @arch-ui/pagination@0.0.23

## 1.1.23

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/arch/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arch-ui/docs",
"version": "1.1.23",
"version": "1.1.24",
"private": true,
"license": "MIT",
"dependencies": {
Expand All @@ -17,7 +17,7 @@
"@arch-ui/loading": "^0.0.17",
"@arch-ui/lozenge": "^0.0.16",
"@arch-ui/navbar": "^0.1.11",
"@arch-ui/pagination": "^0.0.22",
"@arch-ui/pagination": "^0.0.23",
"@arch-ui/pill": "^0.1.15",
"@arch-ui/popout": "^0.0.19",
"@arch-ui/select": "^0.1.8",
Expand Down
6 changes: 6 additions & 0 deletions packages/arch/packages/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @arch-ui/pagination

## 0.0.23

### Patch Changes

- [`887ad8199`](https://github.com/keystonejs/keystone/commit/887ad8199aa5c32a3db8588104f4548c90aa106c) [#3178](https://github.com/keystonejs/keystone/pull/3178) Thanks [@Vultraz](https://github.com/Vultraz)! - Redesigned Pagination display.

## 0.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/arch/packages/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arch-ui/pagination",
"description": "Pagination UI as used in @keystonejs Admin UI.",
"version": "0.0.22",
"version": "0.0.23",
"author": "Jed Watson",
"license": "MIT",
"main": "dist/pagination.cjs.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/auth-passport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystonejs/auth-passport

## 5.2.3

### Patch Changes

- [`5a757119d`](https://github.com/keystonejs/keystone/commit/5a757119d7042bf13242f3a92fdde5b34ea1f71d) [#3219](https://github.com/keystonejs/keystone/pull/3219) Thanks [@rubenamorim](https://github.com/rubenamorim)! - Fix invalid query result destructuring.
These changes correct the regression introduced by the latest version (`5.2.2`).
- Updated dependencies [[`4ddc3dc6f`](https://github.com/keystonejs/keystone/commit/4ddc3dc6f87c192627d00db85a1080411400eeb5), [`2806a0bdf`](https://github.com/keystonejs/keystone/commit/2806a0bdfd65429e7c44ed070983f121d6934955), [`3adb2ac2a`](https://github.com/keystonejs/keystone/commit/3adb2ac2ac4ab65636ffea1b2b1f7044410c2b8b)]:
- @keystonejs/fields@13.0.2
- @keystonejs/session@7.0.1

## 5.2.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-passport/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@keystonejs/auth-passport",
"description": "Provides Social Authentication Strategies based on PassportJS.",
"version": "5.2.2",
"version": "5.2.3",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@keystonejs/fields": "^13.0.1",
"@keystonejs/session": "^7.0.0",
"@keystonejs/fields": "^13.0.2",
"@keystonejs/session": "^7.0.1",
"express": "^4.17.1",
"nanoassert": "^2.0.0",
"passport": "^0.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/fields-wysiwyg-tinymce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystonejs/fields-wysiwyg-tinymce

## 5.3.2

### Patch Changes

- [`4ddc3dc6f`](https://github.com/keystonejs/keystone/commit/4ddc3dc6f87c192627d00db85a1080411400eeb5) [#3212](https://github.com/keystonejs/keystone/pull/3212) Thanks [@timleslie](https://github.com/timleslie)! - Removed `name` argument from calls to `setupServer` in tests.

- Updated dependencies [[`4ddc3dc6f`](https://github.com/keystonejs/keystone/commit/4ddc3dc6f87c192627d00db85a1080411400eeb5), [`3adb2ac2a`](https://github.com/keystonejs/keystone/commit/3adb2ac2ac4ab65636ffea1b2b1f7044410c2b8b)]:
- @keystonejs/fields@13.0.2

## 5.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fields-wysiwyg-tinymce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "KeystoneJS WYSIWYG HTML Field Type, powered by TinyMCE",
"homepage": "https://github.com/keystonejs/keystone",
"repository": "https://github.com/keystonejs/keystone/tree/master/packages/fields-wysiwyg-tinymce",
"version": "5.3.1",
"version": "5.3.2",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -17,7 +17,7 @@
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.28",
"@keystonejs/build-field-types": "^5.2.8",
"@keystonejs/fields": "^13.0.0",
"@keystonejs/fields": "^13.0.2",
"@tinymce/tinymce-react": "^3.5.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @keystonejs/fields

## 13.0.2

### Patch Changes

- [`4ddc3dc6f`](https://github.com/keystonejs/keystone/commit/4ddc3dc6f87c192627d00db85a1080411400eeb5) [#3212](https://github.com/keystonejs/keystone/pull/3212) Thanks [@timleslie](https://github.com/timleslie)! - Removed `name` argument from calls to `setupServer` in tests.

* [`3adb2ac2a`](https://github.com/keystonejs/keystone/commit/3adb2ac2ac4ab65636ffea1b2b1f7044410c2b8b) [#3176](https://github.com/keystonejs/keystone/pull/3176) Thanks [@timleslie](https://github.com/timleslie)! - Updated docs for `Virtual` field type to show how to execute server-side GraphQL operations.

* Updated dependencies [[`4ddc3dc6f`](https://github.com/keystonejs/keystone/commit/4ddc3dc6f87c192627d00db85a1080411400eeb5), [`69d7f2e50`](https://github.com/keystonejs/keystone/commit/69d7f2e50ef2325c0d3b02b8bb5c310590796fed)]:
- @keystonejs/test-utils@7.0.1
- @keystonejs/utils@5.4.2
- @keystonejs/app-admin-ui@7.0.5

## 13.0.1

### Patch Changes
Expand Down
Loading

0 comments on commit 0847f21

Please sign in to comment.