Skip to content

Commit

Permalink
ci(changeset): generate PR with changelog & version updates (#2393)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 18, 2020
1 parent 517b23e commit a3328df
Show file tree
Hide file tree
Showing 89 changed files with 724 additions and 240 deletions.
48 changes: 0 additions & 48 deletions .changeset/forty-pianos-marry.md

This file was deleted.

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

## 5.1.0

### Minor Changes

- [`517b23e4`](https://github.com/keystonejs/keystone/commit/517b23e4b17414ed1807e8d7af1e67377ba3b7bf) [#2391](https://github.com/keystonejs/keystone/pull/2391) Thanks [@timleslie](https://github.com/timleslie)! - Removed support for Node 8.x, as it is [no longer in maintenance mode](https://nodejs.org/en/about/releases/).

### Patch Changes

- Updated dependencies [[`517b23e4`](https://github.com/keystonejs/keystone/commit/517b23e4b17414ed1807e8d7af1e67377ba3b7bf)]:
- @keystonejs/adapter-knex@6.3.0
- @keystonejs/adapter-mongoose@5.2.0
- @keystonejs/app-graphql@5.1.0
- @keystonejs/auth-password@5.1.0
- @keystonejs/fields@6.3.0
- @keystonejs/keystone@5.5.0
- @keystonejs/session@5.1.0
- @keystonejs/test-utils@5.1.0

## 5.0.3

### Patch Changes
Expand Down
18 changes: 9 additions & 9 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.0.3",
"version": "5.1.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -11,21 +11,21 @@
"repository": "https://github.com/keystonejs/keystone.git",
"homepage": "https://github.com/keystonejs/keystone",
"devDependencies": {
"@keystonejs/adapter-knex": "^6.2.0",
"@keystonejs/adapter-mongoose": "^5.1.4",
"@keystonejs/app-graphql": "^5.0.3",
"@keystonejs/fields": "^6.2.0",
"@keystonejs/keystone": "^5.4.3",
"@keystonejs/session": "^5.0.0",
"@keystonejs/test-utils": "^5.0.3",
"@keystonejs/adapter-knex": "^6.3.0",
"@keystonejs/adapter-mongoose": "^5.2.0",
"@keystonejs/app-graphql": "^5.1.0",
"@keystonejs/fields": "^6.3.0",
"@keystonejs/keystone": "^5.5.0",
"@keystonejs/session": "^5.1.0",
"@keystonejs/test-utils": "^5.1.0",
"body-parser": "^1.18.2",
"cookie-signature": "^1.1.0",
"cuid": "^2.1.6",
"supertest-light": "^1.0.2",
"testcheck": "^1.0.0-rc.2"
},
"dependencies": {
"@keystonejs/auth-password": "^5.0.1",
"@keystonejs/auth-password": "^5.1.0",
"express": "^4.17.1"
}
}
17 changes: 17 additions & 0 deletions benchmarks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @keystonejs/benchmarks

## 5.1.0

### Minor Changes

- [`517b23e4`](https://github.com/keystonejs/keystone/commit/517b23e4b17414ed1807e8d7af1e67377ba3b7bf) [#2391](https://github.com/keystonejs/keystone/pull/2391) Thanks [@timleslie](https://github.com/timleslie)! - Removed support for Node 8.x, as it is [no longer in maintenance mode](https://nodejs.org/en/about/releases/).

### Patch Changes

- Updated dependencies [[`517b23e4`](https://github.com/keystonejs/keystone/commit/517b23e4b17414ed1807e8d7af1e67377ba3b7bf)]:
- @keystonejs/adapter-knex@6.3.0
- @keystonejs/adapter-mongoose@5.2.0
- @keystonejs/app-graphql@5.1.0
- @keystonejs/fields@6.3.0
- @keystonejs/keystone@5.5.0
- @keystonejs/session@5.1.0
- @keystonejs/test-utils@5.1.0

## 5.0.1

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.0.1",
"version": "5.1.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -14,13 +14,13 @@
"repository": "https://github.com/keystonejs/keystone.git",
"homepage": "https://github.com/keystonejs/keystone",
"dependencies": {
"@keystonejs/adapter-knex": "^6.0.0",
"@keystonejs/adapter-mongoose": "^5.1.3",
"@keystonejs/app-graphql": "^5.0.1",
"@keystonejs/fields": "^6.0.0",
"@keystonejs/keystone": "^5.3.0",
"@keystonejs/session": "^5.0.0",
"@keystonejs/test-utils": "^5.0.2",
"@keystonejs/adapter-knex": "^6.3.0",
"@keystonejs/adapter-mongoose": "^5.2.0",
"@keystonejs/app-graphql": "^5.1.0",
"@keystonejs/fields": "^6.3.0",
"@keystonejs/keystone": "^5.5.0",
"@keystonejs/session": "^5.1.0",
"@keystonejs/test-utils": "^5.1.0",
"body-parser": "^1.18.2",
"cookie-signature": "^1.1.0",
"cuid": "^2.1.6",
Expand Down
22 changes: 22 additions & 0 deletions demo-projects/blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# keystone_demo_blog

## 5.2.0

### Minor Changes

- [`517b23e4`](https://github.com/keystonejs/keystone/commit/517b23e4b17414ed1807e8d7af1e67377ba3b7bf) [#2391](https://github.com/keystonejs/keystone/pull/2391) Thanks [@timleslie](https://github.com/timleslie)! - Removed support for Node 8.x, as it is [no longer in maintenance mode](https://nodejs.org/en/about/releases/).

### Patch Changes

- Updated dependencies [[`517b23e4`](https://github.com/keystonejs/keystone/commit/517b23e4b17414ed1807e8d7af1e67377ba3b7bf)]:
- @keystonejs/adapter-mongoose@5.2.0
- @keystonejs/app-admin-ui@5.8.0
- @keystonejs/app-graphql@5.1.0
- @keystonejs/app-next@5.1.0
- @keystonejs/app-static@5.1.0
- @keystonejs/auth-password@5.1.0
- @keystonejs/fields-markdown@5.1.0
- @keystonejs/fields-wysiwyg-tinymce@5.1.0
- @keystonejs/fields@6.3.0
- @keystonejs/file-adapters@5.5.0
- @keystonejs/keystone@5.5.0
- @keystonejs/oembed-adapters@5.1.0

## 5.1.5

### Patch Changes
Expand Down
26 changes: 13 additions & 13 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.1.5",
"version": "5.2.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -18,18 +18,18 @@
"@arch-ui/typography": "^0.0.12",
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.22",
"@keystonejs/adapter-mongoose": "^5.1.5",
"@keystonejs/app-admin-ui": "^5.7.3",
"@keystonejs/app-graphql": "^5.0.4",
"@keystonejs/app-next": "^5.0.2",
"@keystonejs/app-static": "^5.0.0",
"@keystonejs/auth-password": "^5.0.1",
"@keystonejs/fields": "^6.2.3",
"@keystonejs/fields-markdown": "^5.0.4",
"@keystonejs/fields-wysiwyg-tinymce": "^5.0.4",
"@keystonejs/file-adapters": "^5.3.2",
"@keystonejs/keystone": "^5.4.4",
"@keystonejs/oembed-adapters": "^5.0.4",
"@keystonejs/adapter-mongoose": "^5.2.0",
"@keystonejs/app-admin-ui": "^5.8.0",
"@keystonejs/app-graphql": "^5.1.0",
"@keystonejs/app-next": "^5.1.0",
"@keystonejs/app-static": "^5.1.0",
"@keystonejs/auth-password": "^5.1.0",
"@keystonejs/fields": "^6.3.0",
"@keystonejs/fields-markdown": "^5.1.0",
"@keystonejs/fields-wysiwyg-tinymce": "^5.1.0",
"@keystonejs/file-adapters": "^5.5.0",
"@keystonejs/keystone": "^5.5.0",
"@keystonejs/oembed-adapters": "^5.1.0",
"apollo-boost": "^0.4.7",
"apollo-client": "^2.6.8",
"apollo-upload-client": "^12.1.0",
Expand Down
21 changes: 21 additions & 0 deletions demo-projects/meetup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @keystonejs/demo-project-meetup

## 5.1.0

### Minor Changes

- [`517b23e4`](https://github.com/keystonejs/keystone/commit/517b23e4b17414ed1807e8d7af1e67377ba3b7bf) [#2391](https://github.com/keystonejs/keystone/pull/2391) Thanks [@timleslie](https://github.com/timleslie)! - Removed support for Node 8.x, as it is [no longer in maintenance mode](https://nodejs.org/en/about/releases/).

### Patch Changes

- Updated dependencies [[`517b23e4`](https://github.com/keystonejs/keystone/commit/517b23e4b17414ed1807e8d7af1e67377ba3b7bf)]:
- @keystonejs/adapter-mongoose@5.2.0
- @keystonejs/app-admin-ui@5.8.0
- @keystonejs/app-graphql@5.1.0
- @keystonejs/app-next@5.1.0
- @keystonejs/auth-password@5.1.0
- @keystonejs/email@5.1.0
- @keystonejs/fields-wysiwyg-tinymce@5.1.0
- @keystonejs/fields@6.3.0
- @keystonejs/file-adapters@5.5.0
- @keystonejs/keystone@5.5.0
- @keystonejs/session@5.1.0

## 5.0.7

### Patch Changes
Expand Down
24 changes: 12 additions & 12 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.7",
"version": "5.1.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -15,17 +15,17 @@
},
"dependencies": {
"@emotion/core": "^10.0.22",
"@keystonejs/adapter-mongoose": "^5.1.5",
"@keystonejs/app-admin-ui": "^5.7.3",
"@keystonejs/app-graphql": "^5.0.4",
"@keystonejs/app-next": "^5.0.2",
"@keystonejs/auth-password": "^5.0.1",
"@keystonejs/email": "^5.0.2",
"@keystonejs/fields": "^6.2.3",
"@keystonejs/fields-wysiwyg-tinymce": "^5.0.4",
"@keystonejs/file-adapters": "^5.3.2",
"@keystonejs/keystone": "^5.4.4",
"@keystonejs/session": "^5.0.0",
"@keystonejs/adapter-mongoose": "^5.2.0",
"@keystonejs/app-admin-ui": "^5.8.0",
"@keystonejs/app-graphql": "^5.1.0",
"@keystonejs/app-next": "^5.1.0",
"@keystonejs/auth-password": "^5.1.0",
"@keystonejs/email": "^5.1.0",
"@keystonejs/fields": "^6.3.0",
"@keystonejs/fields-wysiwyg-tinymce": "^5.1.0",
"@keystonejs/file-adapters": "^5.5.0",
"@keystonejs/keystone": "^5.5.0",
"@keystonejs/session": "^5.1.0",
"apollo-boost": "^0.4.7",
"apollo-client": "^2.6.8",
"body-parser": "^1.18.2",
Expand Down
16 changes: 16 additions & 0 deletions demo-projects/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @keystonejs/demo-project-todo

## 5.1.0

### Minor Changes

- [`517b23e4`](https://github.com/keystonejs/keystone/commit/517b23e4b17414ed1807e8d7af1e67377ba3b7bf) [#2391](https://github.com/keystonejs/keystone/pull/2391) Thanks [@timleslie](https://github.com/timleslie)! - Removed support for Node 8.x, as it is [no longer in maintenance mode](https://nodejs.org/en/about/releases/).

### Patch Changes

- Updated dependencies [[`517b23e4`](https://github.com/keystonejs/keystone/commit/517b23e4b17414ed1807e8d7af1e67377ba3b7bf)]:
- @keystonejs/adapter-mongoose@5.2.0
- @keystonejs/app-admin-ui@5.8.0
- @keystonejs/app-graphql@5.1.0
- @keystonejs/app-static@5.1.0
- @keystonejs/fields@6.3.0
- @keystonejs/keystone@5.5.0

## 5.0.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions demo-projects/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystonejs/demo-project-todo",
"description": "An example KeystoneJS project showcasing a simple Todo List.",
"private": true,
"version": "5.0.1",
"version": "5.1.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -14,12 +14,12 @@
"start": "cross-env NODE_ENV=production keystone start"
},
"dependencies": {
"@keystonejs/adapter-mongoose": "^5.1.3",
"@keystonejs/app-admin-ui": "^5.3.0",
"@keystonejs/app-graphql": "^5.0.1",
"@keystonejs/app-static": "^5.0.0",
"@keystonejs/fields": "^6.0.0",
"@keystonejs/keystone": "^5.3.0",
"@keystonejs/adapter-mongoose": "^5.2.0",
"@keystonejs/app-admin-ui": "^5.8.0",
"@keystonejs/app-graphql": "^5.1.0",
"@keystonejs/app-static": "^5.1.0",
"@keystonejs/fields": "^6.3.0",
"@keystonejs/keystone": "^5.5.0",
"cross-env": "^5.2.0"
}
}
11 changes: 11 additions & 0 deletions packages/access-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystonejs/access-control

## 5.1.0

### Minor Changes

- [`517b23e4`](https://github.com/keystonejs/keystone/commit/517b23e4b17414ed1807e8d7af1e67377ba3b7bf) [#2391](https://github.com/keystonejs/keystone/pull/2391) Thanks [@timleslie](https://github.com/timleslie)! - Removed support for Node 8.x, as it is [no longer in maintenance mode](https://nodejs.org/en/about/releases/).

### Patch Changes

- Updated dependencies [[`517b23e4`](https://github.com/keystonejs/keystone/commit/517b23e4b17414ed1807e8d7af1e67377ba3b7bf)]:
- @keystonejs/utils@5.2.0

## 5.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/access-control/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@keystonejs/access-control",
"description": "KeystoneJS Access Control parsing and validating utilities.",
"version": "5.0.0",
"version": "5.1.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@keystonejs/utils": "^5.0.0"
"@keystonejs/utils": "^5.2.0"
}
}
Loading

0 comments on commit a3328df

Please sign in to comment.