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 Nov 4, 2019
1 parent b68b74f commit eda0603
Show file tree
Hide file tree
Showing 104 changed files with 721 additions and 307 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-hornets-wonder.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/few-ducks-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-toes-notice.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/neat-seahorses-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-gorillas-own.md

This file was deleted.

39 changes: 0 additions & 39 deletions .changeset/sharp-dots-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-pumas-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-roses-call.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/three-kangaroos-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-wolves-prove.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/unlucky-waves-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-camels-tie.md

This file was deleted.

19 changes: 19 additions & 0 deletions demo-projects/blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# keystone_demo_blog

## 5.0.1

### Patch Changes

- [`8226eb47`](https://github.com/keystonejs/keystone/commit/8226eb4709ea8ad5773c900eaaa96068d3cb6bad) [#1819](https://github.com/keystonejs/keystone/pull/1819) Thanks [@w01fgang](https://github.com/w01fgang)! - Upgrade @emotion/core & @emotion/styled

* [`5595e4c4`](https://github.com/keystonejs/keystone/commit/5595e4c45c618fa7e13a3d91e3ea3892b4f10475) [#1808](https://github.com/keystonejs/keystone/pull/1808) Thanks [@gautamsi](https://github.com/gautamsi)! - upgrade `react-apollo` and replace use of `react-apollo-hooks` with `react-apollo`. `react-apollo` has similar hooks api to `react-apollo-hooks`

* Updated dependencies [[`45fd7ab8`](https://github.com/keystonejs/keystone/commit/45fd7ab899655364d0071c0d276d188378944ff5), [`266544ef`](https://github.com/keystonejs/keystone/commit/266544ef38b38a73644787313d305f6b4927084b), [`8226eb47`](https://github.com/keystonejs/keystone/commit/8226eb4709ea8ad5773c900eaaa96068d3cb6bad), [`b0756c65`](https://github.com/keystonejs/keystone/commit/b0756c65525625919c72364d8cefc32d864c7c0e), [`d9d15958`](https://github.com/keystonejs/keystone/commit/d9d15958f3f632e6c95fdc471b94d6fbc5f0f080), [`d132a3c6`](https://github.com/keystonejs/keystone/commit/d132a3c64aec707b98ed9a9ceffee44a98749b0a), [`ba8aef71`](https://github.com/keystonejs/keystone/commit/ba8aef71d1a04f643fb7f7590d7d6d136b1d4eba), [`5595e4c4`](https://github.com/keystonejs/keystone/commit/5595e4c45c618fa7e13a3d91e3ea3892b4f10475)]:
- @keystonejs/keystone@5.1.1
- @keystonejs/app-admin-ui@5.0.2
- @arch-ui/layout@0.2.5
- @arch-ui/typography@0.0.9
- @keystonejs/fields@5.1.0
- @keystonejs/fields-markdown@5.0.1
- @keystonejs/fields-wysiwyg-tinymce@5.0.1
- @keystonejs/oembed-adapters@5.0.1
- @keystonejs/adapter-mongoose@5.1.1

## 5.0.0

### Major Changes
Expand Down
20 changes: 10 additions & 10 deletions demo-projects/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystonejs/demo-project-blog",
"description": "An example KeystoneJS project showcasing a Blogging Site.",
"private": true,
"version": "5.0.0",
"version": "5.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -14,22 +14,22 @@
"start": "cross-env NODE_ENV=production node -r dotenv-safe/config `yarn bin`/keystone start"
},
"dependencies": {
"@arch-ui/layout": "^0.2.4",
"@arch-ui/typography": "^0.0.8",
"@arch-ui/layout": "^0.2.5",
"@arch-ui/typography": "^0.0.9",
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.22",
"@keystonejs/adapter-mongoose": "^5.0.0",
"@keystonejs/app-admin-ui": "^5.0.0",
"@keystonejs/adapter-mongoose": "^5.1.1",
"@keystonejs/app-admin-ui": "^5.0.2",
"@keystonejs/app-graphql": "^5.0.0",
"@keystonejs/app-next": "^5.0.0",
"@keystonejs/app-static": "^5.0.0",
"@keystonejs/auth-password": "^5.0.0",
"@keystonejs/fields": "^5.0.0",
"@keystonejs/fields-markdown": "^5.0.0",
"@keystonejs/fields-wysiwyg-tinymce": "^5.0.0",
"@keystonejs/fields": "^5.1.0",
"@keystonejs/fields-markdown": "^5.0.1",
"@keystonejs/fields-wysiwyg-tinymce": "^5.0.1",
"@keystonejs/file-adapters": "^5.0.0",
"@keystonejs/keystone": "^5.0.0",
"@keystonejs/oembed-adapters": "^5.0.0",
"@keystonejs/keystone": "^5.1.1",
"@keystonejs/oembed-adapters": "^5.0.1",
"apollo-boost": "^0.3.1",
"apollo-client": "^2.6.4",
"apollo-upload-client": "^10.0.0",
Expand Down
16 changes: 16 additions & 0 deletions demo-projects/meetup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @keystonejs/demo-project-meetup

## 5.0.1

### Patch Changes

- [`8226eb47`](https://github.com/keystonejs/keystone/commit/8226eb4709ea8ad5773c900eaaa96068d3cb6bad) [#1819](https://github.com/keystonejs/keystone/pull/1819) Thanks [@w01fgang](https://github.com/w01fgang)! - Upgrade @emotion/core & @emotion/styled

* [`5595e4c4`](https://github.com/keystonejs/keystone/commit/5595e4c45c618fa7e13a3d91e3ea3892b4f10475) [#1808](https://github.com/keystonejs/keystone/pull/1808) Thanks [@gautamsi](https://github.com/gautamsi)! - upgrade `react-apollo` and replace use of `react-apollo-hooks` with `react-apollo`. `react-apollo` has similar hooks api to `react-apollo-hooks`

* Updated dependencies [[`45fd7ab8`](https://github.com/keystonejs/keystone/commit/45fd7ab899655364d0071c0d276d188378944ff5), [`8735393e`](https://github.com/keystonejs/keystone/commit/8735393ec7b01dd0491700244e915b4b47c1cc53), [`266544ef`](https://github.com/keystonejs/keystone/commit/266544ef38b38a73644787313d305f6b4927084b), [`8226eb47`](https://github.com/keystonejs/keystone/commit/8226eb4709ea8ad5773c900eaaa96068d3cb6bad), [`b0756c65`](https://github.com/keystonejs/keystone/commit/b0756c65525625919c72364d8cefc32d864c7c0e), [`d9d15958`](https://github.com/keystonejs/keystone/commit/d9d15958f3f632e6c95fdc471b94d6fbc5f0f080), [`d132a3c6`](https://github.com/keystonejs/keystone/commit/d132a3c64aec707b98ed9a9ceffee44a98749b0a), [`ba8aef71`](https://github.com/keystonejs/keystone/commit/ba8aef71d1a04f643fb7f7590d7d6d136b1d4eba), [`5595e4c4`](https://github.com/keystonejs/keystone/commit/5595e4c45c618fa7e13a3d91e3ea3892b4f10475)]:
- @keystonejs/keystone@5.1.1
- @keystonejs/email@5.0.1
- @keystonejs/app-admin-ui@5.0.2
- @keystonejs/fields@5.1.0
- @keystonejs/fields-wysiwyg-tinymce@5.0.1
- @keystonejs/adapter-mongoose@5.1.1

## 5.0.0

### Major Changes
Expand Down
14 changes: 7 additions & 7 deletions demo-projects/meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystonejs/demo-project-meetup",
"description": "An example KeystoneJS project showcasing a Meetup Site.",
"private": true,
"version": "5.0.0",
"version": "5.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -15,16 +15,16 @@
},
"dependencies": {
"@emotion/core": "^10.0.22",
"@keystonejs/adapter-mongoose": "^5.0.0",
"@keystonejs/app-admin-ui": "^5.0.0",
"@keystonejs/adapter-mongoose": "^5.1.1",
"@keystonejs/app-admin-ui": "^5.0.2",
"@keystonejs/app-graphql": "^5.0.0",
"@keystonejs/app-next": "^5.0.0",
"@keystonejs/auth-password": "^5.0.0",
"@keystonejs/email": "^5.0.0",
"@keystonejs/fields": "^5.0.0",
"@keystonejs/fields-wysiwyg-tinymce": "^5.0.0",
"@keystonejs/email": "^5.0.1",
"@keystonejs/fields": "^5.1.0",
"@keystonejs/fields-wysiwyg-tinymce": "^5.0.1",
"@keystonejs/file-adapters": "^5.0.0",
"@keystonejs/keystone": "^5.0.0",
"@keystonejs/keystone": "^5.1.1",
"@keystonejs/session": "^5.0.0",
"apollo-boost": "^0.3.1",
"apollo-client": "^2.6.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/adapter-knex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystonejs/adapter-knex

## 5.1.0

### Minor Changes

- [`b68b74f3`](https://github.com/keystonejs/keystone/commit/b68b74f3e77ebd91711c72aac369ab2d5905cb36) [#1903](https://github.com/keystonejs/keystone/pull/1903) Thanks [@timleslie](https://github.com/timleslie)! - Added `.tableName` property to `KnexListAdapter`.

### Patch Changes

- Updated dependencies [[`45fd7ab8`](https://github.com/keystonejs/keystone/commit/45fd7ab899655364d0071c0d276d188378944ff5), [`b0756c65`](https://github.com/keystonejs/keystone/commit/b0756c65525625919c72364d8cefc32d864c7c0e), [`d132a3c6`](https://github.com/keystonejs/keystone/commit/d132a3c64aec707b98ed9a9ceffee44a98749b0a)]:
- @keystonejs/keystone@5.1.1

## 5.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-knex/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@keystonejs/adapter-knex",
"description": "KeystoneJS Knex Database Adapter",
"version": "5.0.1",
"version": "5.1.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=8.4.0"
},
"dependencies": {
"@keystonejs/fields-auto-increment": "^5.0.0",
"@keystonejs/keystone": "^5.1.0",
"@keystonejs/keystone": "^5.1.1",
"@keystonejs/logger": "^5.0.0",
"@keystonejs/utils": "^5.1.0",
"@sindresorhus/slugify": "^0.6.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/adapter-mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystonejs/adapter-mongoose

## 5.1.1

### Patch Changes

- [`ba8aef71`](https://github.com/keystonejs/keystone/commit/ba8aef71d1a04f643fb7f7590d7d6d136b1d4eba) [#1857](https://github.com/keystonejs/keystone/pull/1857) Thanks [@Vultraz](https://github.com/Vultraz)! - Deployed mongoose-unique-validator for a more readable error message when unique checks fail

- Updated dependencies [[`45fd7ab8`](https://github.com/keystonejs/keystone/commit/45fd7ab899655364d0071c0d276d188378944ff5), [`b0756c65`](https://github.com/keystonejs/keystone/commit/b0756c65525625919c72364d8cefc32d864c7c0e), [`d132a3c6`](https://github.com/keystonejs/keystone/commit/d132a3c64aec707b98ed9a9ceffee44a98749b0a)]:
- @keystonejs/keystone@5.1.1

## 5.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@keystonejs/adapter-mongoose",
"description": "KeystoneJS Mongoose Database adapter.",
"version": "5.1.0",
"version": "5.1.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=8.4.0"
},
"dependencies": {
"@keystonejs/fields-mongoid": "^5.0.0",
"@keystonejs/keystone": "^5.1.0",
"@keystonejs/keystone": "^5.1.1",
"@keystonejs/logger": "^5.0.0",
"@keystonejs/mongo-join-builder": "^5.0.1",
"@keystonejs/utils": "^5.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/apollo-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystonejs/apollo-helpers

## 5.0.1

### Patch Changes

- [`5595e4c4`](https://github.com/keystonejs/keystone/commit/5595e4c45c618fa7e13a3d91e3ea3892b4f10475) [#1808](https://github.com/keystonejs/keystone/pull/1808) Thanks [@gautamsi](https://github.com/gautamsi)! - upgrade `react-apollo` and replace use of `react-apollo-hooks` with `react-apollo`. `react-apollo` has similar hooks api to `react-apollo-hooks`

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystonejs/apollo-helpers",
"description": "Utilities to make using react-apollo + KeystoneJS easier.",
"version": "5.0.0",
"version": "5.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down
35 changes: 35 additions & 0 deletions packages/app-admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @keystonejs/app-admin-ui

## 5.0.2

### Patch Changes

- [`266544ef`](https://github.com/keystonejs/keystone/commit/266544ef38b38a73644787313d305f6b4927084b) [#1870](https://github.com/keystonejs/keystone/pull/1870) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Upgrade flow & fix flow errors and (probably) bugs

* [`8226eb47`](https://github.com/keystonejs/keystone/commit/8226eb4709ea8ad5773c900eaaa96068d3cb6bad) [#1819](https://github.com/keystonejs/keystone/pull/1819) Thanks [@w01fgang](https://github.com/w01fgang)! - Upgrade @emotion/core & @emotion/styled

- [`5595e4c4`](https://github.com/keystonejs/keystone/commit/5595e4c45c618fa7e13a3d91e3ea3892b4f10475) [#1808](https://github.com/keystonejs/keystone/pull/1808) Thanks [@gautamsi](https://github.com/gautamsi)! - upgrade `react-apollo` and replace use of `react-apollo-hooks` with `react-apollo`. `react-apollo` has similar hooks api to `react-apollo-hooks`

- Updated dependencies [[`8735393e`](https://github.com/keystonejs/keystone/commit/8735393ec7b01dd0491700244e915b4b47c1cc53), [`266544ef`](https://github.com/keystonejs/keystone/commit/266544ef38b38a73644787313d305f6b4927084b), [`8226eb47`](https://github.com/keystonejs/keystone/commit/8226eb4709ea8ad5773c900eaaa96068d3cb6bad), [`d9d15958`](https://github.com/keystonejs/keystone/commit/d9d15958f3f632e6c95fdc471b94d6fbc5f0f080), [`5595e4c4`](https://github.com/keystonejs/keystone/commit/5595e4c45c618fa7e13a3d91e3ea3892b4f10475), [`d0d84603`](https://github.com/keystonejs/keystone/commit/d0d84603628f64be3c76f6624f163aaaa46a6092)]:
- @keystonejs/build-field-types@5.0.1
- @arch-ui/button@0.0.10
- @arch-ui/confirm@0.0.9
- @arch-ui/controls@0.0.11
- @arch-ui/dialog@0.0.10
- @arch-ui/drawer@0.0.11
- @arch-ui/layout@0.2.5
- @arch-ui/navbar@0.1.2
- @arch-ui/pagination@0.0.10
- @arch-ui/typography@0.0.9
- @keystonejs/fields@5.1.0
- @arch-ui/alert@0.0.8
- @arch-ui/badge@0.0.8
- @arch-ui/card@0.0.6
- @arch-ui/dropdown@0.0.9
- @arch-ui/fields@2.0.2
- @arch-ui/input@0.1.1
- @arch-ui/loading@0.0.9
- @arch-ui/lozenge@0.0.8
- @arch-ui/options@0.0.10
- @arch-ui/pill@0.1.7
- @arch-ui/popout@0.0.9
- @arch-ui/tooltip@0.1.3

## 5.0.1

### Patch Changes
Expand Down
Loading

0 comments on commit eda0603

Please sign in to comment.