Skip to content

Commit

Permalink
Version Packages (keystonejs#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jesstelford committed Oct 23, 2019
1 parent 327c5a0 commit 4bd01e8
Show file tree
Hide file tree
Showing 67 changed files with 423 additions and 162 deletions.
1 change: 0 additions & 1 deletion .changeset/curly-paws-beg/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/curly-paws-beg/changes.md

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/famous-numbers-happen/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/famous-numbers-happen/changes.md

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/fresh-readers-rush/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/fresh-readers-rush/changes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-pens-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-foxes-mix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-islands-thank.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/thick-jeans-run/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/thick-jeans-run/changes.md

This file was deleted.

12 changes: 12 additions & 0 deletions api-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-alpha/api-tests

## 1.8.2

### Patch Changes

- Updated dependencies [[`0a36b0f4`](https://github.com/keystonejs/keystone-5/commit/0a36b0f403da73a76106b5e14940a789466b4f94), [`7129c887`](https://github.com/keystonejs/keystone-5/commit/7129c8878a825d961f2772be497dcd5bd6b2b697), [`3bc02545`](https://github.com/keystonejs/keystone-5/commit/3bc025452fb8e6e69790bdbee032ddfdeeb7dabb), [`768420f5`](https://github.com/keystonejs/keystone-5/commit/768420f567c244d57a4e2a3aaafe628ea9813d9d), [`a48281ba`](https://github.com/keystonejs/keystone-5/commit/a48281ba605bf5bebc89fcbb36d3e69c17182eec), [`effc1f63`](https://github.com/keystonejs/keystone-5/commit/effc1f639d5824720b7a9d82c2ee881d77acb901)]:
- @keystone-alpha/keystone@16.1.0
- @keystone-alpha/app-graphql@8.2.1
- @keystone-alpha/adapter-knex@6.0.2
- @keystone-alpha/adapter-mongoose@6.0.1
- @keystone-alpha/fields@15.0.0
- @keystone-alpha/auth-password@1.0.6

## 1.8.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions api-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@keystone-alpha/api-tests",
"description": "A set of tests for running against the KeystoneJS API.",
"private": true,
"version": "1.8.1",
"version": "1.8.2",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=8.4.0"
},
"devDependencies": {
"@keystone-alpha/adapter-knex": "^6.0.0",
"@keystone-alpha/adapter-mongoose": "^6.0.0",
"@keystone-alpha/app-graphql": "^8.2.0",
"@keystone-alpha/fields": "^14.0.0",
"@keystone-alpha/keystone": "^16.0.0",
"@keystone-alpha/adapter-knex": "^6.0.2",
"@keystone-alpha/adapter-mongoose": "^6.0.1",
"@keystone-alpha/app-graphql": "^8.2.1",
"@keystone-alpha/fields": "^15.0.0",
"@keystone-alpha/keystone": "^16.1.0",
"@keystone-alpha/session": "^3.0.2",
"@keystone-alpha/test-utils": "^2.6.3",
"body-parser": "^1.18.2",
Expand All @@ -23,7 +23,7 @@
"testcheck": "^1.0.0-rc.2"
},
"dependencies": {
"@keystone-alpha/auth-password": "^1.0.5",
"@keystone-alpha/auth-password": "^1.0.6",
"express": "^4.17.1"
}
}
11 changes: 11 additions & 0 deletions benchmarks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-alpha/benchmarks

## 1.0.1

### Patch Changes

- Updated dependencies [[`0a36b0f4`](https://github.com/keystonejs/keystone-5/commit/0a36b0f403da73a76106b5e14940a789466b4f94), [`7129c887`](https://github.com/keystonejs/keystone-5/commit/7129c8878a825d961f2772be497dcd5bd6b2b697), [`3bc02545`](https://github.com/keystonejs/keystone-5/commit/3bc025452fb8e6e69790bdbee032ddfdeeb7dabb), [`768420f5`](https://github.com/keystonejs/keystone-5/commit/768420f567c244d57a4e2a3aaafe628ea9813d9d), [`a48281ba`](https://github.com/keystonejs/keystone-5/commit/a48281ba605bf5bebc89fcbb36d3e69c17182eec), [`effc1f63`](https://github.com/keystonejs/keystone-5/commit/effc1f639d5824720b7a9d82c2ee881d77acb901)]:
- @keystone-alpha/keystone@16.1.0
- @keystone-alpha/app-graphql@8.2.1
- @keystone-alpha/adapter-knex@6.0.2
- @keystone-alpha/adapter-mongoose@6.0.1
- @keystone-alpha/fields@15.0.0

## 1.0.0

### Major 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": "@keystone-alpha/benchmarks",
"description": "A set of benchmarks for running against the KeystoneJS API.",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -12,11 +12,11 @@
"go": "node fixtures/index.js"
},
"dependencies": {
"@keystone-alpha/adapter-knex": "^6.0.0",
"@keystone-alpha/adapter-mongoose": "^6.0.0",
"@keystone-alpha/app-graphql": "^8.2.0",
"@keystone-alpha/fields": "^14.0.0",
"@keystone-alpha/keystone": "^16.0.0",
"@keystone-alpha/adapter-knex": "^6.0.2",
"@keystone-alpha/adapter-mongoose": "^6.0.1",
"@keystone-alpha/app-graphql": "^8.2.1",
"@keystone-alpha/fields": "^15.0.0",
"@keystone-alpha/keystone": "^16.1.0",
"@keystone-alpha/session": "^3.0.2",
"@keystone-alpha/test-utils": "^2.6.3",
"body-parser": "^1.18.2",
Expand Down
14 changes: 14 additions & 0 deletions demo-projects/blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# keystone_demo_blog

## 2.3.8

### Patch Changes

- Updated dependencies [[`0a36b0f4`](https://github.com/keystonejs/keystone-5/commit/0a36b0f403da73a76106b5e14940a789466b4f94), [`7129c887`](https://github.com/keystonejs/keystone-5/commit/7129c8878a825d961f2772be497dcd5bd6b2b697), [`3bc02545`](https://github.com/keystonejs/keystone-5/commit/3bc025452fb8e6e69790bdbee032ddfdeeb7dabb), [`768420f5`](https://github.com/keystonejs/keystone-5/commit/768420f567c244d57a4e2a3aaafe628ea9813d9d), [`a48281ba`](https://github.com/keystonejs/keystone-5/commit/a48281ba605bf5bebc89fcbb36d3e69c17182eec), [`a8ee0179`](https://github.com/keystonejs/keystone-5/commit/a8ee0179842f790dd3b5d4aae3524793e752ee26), [`effc1f63`](https://github.com/keystonejs/keystone-5/commit/effc1f639d5824720b7a9d82c2ee881d77acb901)]:
- @keystone-alpha/keystone@16.1.0
- @keystone-alpha/app-graphql@8.2.1
- @keystone-alpha/adapter-mongoose@6.0.1
- @keystone-alpha/app-admin-ui@5.10.3
- @keystone-alpha/fields@15.0.0
- @keystone-alpha/auth-password@1.0.6
- @keystone-alpha/fields-markdown@1.0.8
- @keystone-alpha/fields-wysiwyg-tinymce@3.0.10

## 2.3.7

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions demo-projects/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystone-alpha/demo-project-blog",
"description": "An example KeystoneJS project showcasing a Blogging Site.",
"private": true,
"version": "2.3.7",
"version": "2.3.8",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -18,17 +18,17 @@
"@arch-ui/typography": "^0.0.8",
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@keystone-alpha/adapter-mongoose": "^6.0.0",
"@keystone-alpha/app-admin-ui": "^5.10.2",
"@keystone-alpha/app-graphql": "^8.1.1",
"@keystone-alpha/adapter-mongoose": "^6.0.1",
"@keystone-alpha/app-admin-ui": "^5.10.3",
"@keystone-alpha/app-graphql": "^8.2.1",
"@keystone-alpha/app-next": "^2.0.0",
"@keystone-alpha/app-static": "^1.1.2",
"@keystone-alpha/auth-password": "^1.0.5",
"@keystone-alpha/fields": "^14.0.0",
"@keystone-alpha/fields-markdown": "^1.0.7",
"@keystone-alpha/fields-wysiwyg-tinymce": "^3.0.9",
"@keystone-alpha/auth-password": "^1.0.6",
"@keystone-alpha/fields": "^15.0.0",
"@keystone-alpha/fields-markdown": "^1.0.8",
"@keystone-alpha/fields-wysiwyg-tinymce": "^3.0.10",
"@keystone-alpha/file-adapters": "^2.0.1",
"@keystone-alpha/keystone": "^16.0.0",
"@keystone-alpha/keystone": "^16.1.0",
"@keystone-alpha/oembed-adapters": "^1.1.2",
"apollo-boost": "^0.3.1",
"apollo-client": "^2.5.1",
Expand Down
13 changes: 13 additions & 0 deletions demo-projects/meetup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @keystone-alpha/demo-project-meetup

## 0.3.7

### Patch Changes

- Updated dependencies [[`0a36b0f4`](https://github.com/keystonejs/keystone-5/commit/0a36b0f403da73a76106b5e14940a789466b4f94), [`7129c887`](https://github.com/keystonejs/keystone-5/commit/7129c8878a825d961f2772be497dcd5bd6b2b697), [`3bc02545`](https://github.com/keystonejs/keystone-5/commit/3bc025452fb8e6e69790bdbee032ddfdeeb7dabb), [`768420f5`](https://github.com/keystonejs/keystone-5/commit/768420f567c244d57a4e2a3aaafe628ea9813d9d), [`a48281ba`](https://github.com/keystonejs/keystone-5/commit/a48281ba605bf5bebc89fcbb36d3e69c17182eec), [`a8ee0179`](https://github.com/keystonejs/keystone-5/commit/a8ee0179842f790dd3b5d4aae3524793e752ee26), [`effc1f63`](https://github.com/keystonejs/keystone-5/commit/effc1f639d5824720b7a9d82c2ee881d77acb901)]:
- @keystone-alpha/keystone@16.1.0
- @keystone-alpha/app-graphql@8.2.1
- @keystone-alpha/adapter-mongoose@6.0.1
- @keystone-alpha/app-admin-ui@5.10.3
- @keystone-alpha/fields@15.0.0
- @keystone-alpha/auth-password@1.0.6
- @keystone-alpha/fields-wysiwyg-tinymce@3.0.10

## 0.3.6

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions demo-projects/meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystone-alpha/demo-project-meetup",
"description": "An example KeystoneJS project showcasing a Meetup Site.",
"private": true,
"version": "0.3.6",
"version": "0.3.7",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -15,16 +15,16 @@
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@keystone-alpha/adapter-mongoose": "^6.0.0",
"@keystone-alpha/app-admin-ui": "^5.10.2",
"@keystone-alpha/app-graphql": "^8.0.0",
"@keystone-alpha/adapter-mongoose": "^6.0.1",
"@keystone-alpha/app-admin-ui": "^5.10.3",
"@keystone-alpha/app-graphql": "^8.2.1",
"@keystone-alpha/app-next": "^2.0.0",
"@keystone-alpha/auth-password": "^1.0.5",
"@keystone-alpha/auth-password": "^1.0.6",
"@keystone-alpha/email": "^3.0.1",
"@keystone-alpha/fields": "^14.0.0",
"@keystone-alpha/fields-wysiwyg-tinymce": "^3.0.9",
"@keystone-alpha/fields": "^15.0.0",
"@keystone-alpha/fields-wysiwyg-tinymce": "^3.0.10",
"@keystone-alpha/file-adapters": "^2.0.0",
"@keystone-alpha/keystone": "^16.0.0",
"@keystone-alpha/keystone": "^16.1.0",
"@keystone-alpha/session": "^3.0.0",
"apollo-boost": "^0.3.1",
"apollo-client": "^2.5.1",
Expand Down
11 changes: 11 additions & 0 deletions demo-projects/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-alpha/demo-project-todo

## 1.1.18

### Patch Changes

- Updated dependencies [[`0a36b0f4`](https://github.com/keystonejs/keystone-5/commit/0a36b0f403da73a76106b5e14940a789466b4f94), [`7129c887`](https://github.com/keystonejs/keystone-5/commit/7129c8878a825d961f2772be497dcd5bd6b2b697), [`3bc02545`](https://github.com/keystonejs/keystone-5/commit/3bc025452fb8e6e69790bdbee032ddfdeeb7dabb), [`768420f5`](https://github.com/keystonejs/keystone-5/commit/768420f567c244d57a4e2a3aaafe628ea9813d9d), [`a48281ba`](https://github.com/keystonejs/keystone-5/commit/a48281ba605bf5bebc89fcbb36d3e69c17182eec), [`a8ee0179`](https://github.com/keystonejs/keystone-5/commit/a8ee0179842f790dd3b5d4aae3524793e752ee26), [`effc1f63`](https://github.com/keystonejs/keystone-5/commit/effc1f639d5824720b7a9d82c2ee881d77acb901)]:
- @keystone-alpha/keystone@16.1.0
- @keystone-alpha/app-graphql@8.2.1
- @keystone-alpha/adapter-mongoose@6.0.1
- @keystone-alpha/app-admin-ui@5.10.3
- @keystone-alpha/fields@15.0.0

## 1.1.17

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions demo-projects/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystone-alpha/demo-project-todo",
"description": "An example KeystoneJS project showcasing a simple Todo List.",
"private": true,
"version": "1.1.17",
"version": "1.1.18",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -14,12 +14,12 @@
"start": "cross-env NODE_ENV=production keystone start"
},
"dependencies": {
"@keystone-alpha/adapter-mongoose": "^6.0.0",
"@keystone-alpha/app-admin-ui": "^5.10.2",
"@keystone-alpha/app-graphql": "^8.1.1",
"@keystone-alpha/adapter-mongoose": "^6.0.1",
"@keystone-alpha/app-admin-ui": "^5.10.3",
"@keystone-alpha/app-graphql": "^8.2.1",
"@keystone-alpha/app-static": "^1.1.2",
"@keystone-alpha/fields": "^14.0.0",
"@keystone-alpha/keystone": "^16.0.0",
"@keystone-alpha/fields": "^15.0.0",
"@keystone-alpha/keystone": "^16.1.0",
"cross-env": "^5.2.0"
}
}
10 changes: 10 additions & 0 deletions packages/adapter-knex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-alpha/adapter-knex

## 6.0.2

### Patch Changes

- [`768420f5`](https://github.com/keystonejs/keystone-5/commit/768420f567c244d57a4e2a3aaafe628ea9813d9d) [#1781](https://github.com/keystonejs/keystone-5/pull/1781) Thanks [@simonswiss](https://github.com/simonswiss)! - changing require path to "@keystone-alpha" instead of "@keystonejs"

- Updated dependencies [[`0a36b0f4`](https://github.com/keystonejs/keystone-5/commit/0a36b0f403da73a76106b5e14940a789466b4f94), [`3bc02545`](https://github.com/keystonejs/keystone-5/commit/3bc025452fb8e6e69790bdbee032ddfdeeb7dabb), [`a48281ba`](https://github.com/keystonejs/keystone-5/commit/a48281ba605bf5bebc89fcbb36d3e69c17182eec), [`effc1f63`](https://github.com/keystonejs/keystone-5/commit/effc1f639d5824720b7a9d82c2ee881d77acb901)]:
- @keystone-alpha/keystone@16.1.0
- @keystone-alpha/fields-auto-increment@2.0.5

## 6.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter-knex/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@keystone-alpha/adapter-knex",
"description": "KeystoneJS Knex Database Adapter",
"version": "6.0.1",
"version": "6.0.2",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=8.4.0"
},
"dependencies": {
"@keystone-alpha/fields-auto-increment": "^2.0.4",
"@keystone-alpha/keystone": "^16.0.0",
"@keystone-alpha/fields-auto-increment": "^2.0.5",
"@keystone-alpha/keystone": "^16.1.0",
"@keystone-alpha/logger": "^2.0.1",
"@keystone-alpha/utils": "^3.1.0",
"@sindresorhus/slugify": "^0.6.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/adapter-mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-alpha/adapter-mongoose

## 6.0.1

### Patch Changes

- [`768420f5`](https://github.com/keystonejs/keystone-5/commit/768420f567c244d57a4e2a3aaafe628ea9813d9d) [#1781](https://github.com/keystonejs/keystone-5/pull/1781) Thanks [@simonswiss](https://github.com/simonswiss)! - changing require path to "@keystone-alpha" instead of "@keystonejs"

- Updated dependencies [[`0a36b0f4`](https://github.com/keystonejs/keystone-5/commit/0a36b0f403da73a76106b5e14940a789466b4f94), [`3bc02545`](https://github.com/keystonejs/keystone-5/commit/3bc025452fb8e6e69790bdbee032ddfdeeb7dabb), [`a48281ba`](https://github.com/keystonejs/keystone-5/commit/a48281ba605bf5bebc89fcbb36d3e69c17182eec), [`effc1f63`](https://github.com/keystonejs/keystone-5/commit/effc1f639d5824720b7a9d82c2ee881d77acb901)]:
- @keystone-alpha/keystone@16.1.0
- @keystone-alpha/fields-mongoid@1.1.6

## 6.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@keystone-alpha/adapter-mongoose",
"description": "KeystoneJS Mongoose Database adapter.",
"version": "6.0.0",
"version": "6.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=8.4.0"
},
"dependencies": {
"@keystone-alpha/fields-mongoid": "^1.1.5",
"@keystone-alpha/keystone": "^16.0.0",
"@keystone-alpha/fields-mongoid": "^1.1.6",
"@keystone-alpha/keystone": "^16.1.0",
"@keystone-alpha/logger": "^2.0.1",
"@keystone-alpha/mongo-join-builder": "^4.0.0",
"@keystone-alpha/utils": "^3.2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/app-admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-alpha/app-admin-ui

## 5.10.3

### Patch Changes

- [`a8ee0179`](https://github.com/keystonejs/keystone-5/commit/a8ee0179842f790dd3b5d4aae3524793e752ee26) [#1805](https://github.com/keystonejs/keystone-5/pull/1805) Thanks [@gautamsi](https://github.com/gautamsi)! - export `useAdminMeta` which is useful in developing custom pages

- Updated dependencies [[`effc1f63`](https://github.com/keystonejs/keystone-5/commit/effc1f639d5824720b7a9d82c2ee881d77acb901)]:
- @keystone-alpha/fields@15.0.0

## 5.10.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app-admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-alpha/app-admin-ui",
"description": "KeystoneJS Admin UI App.",
"version": "5.10.2",
"version": "5.10.3",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"@emotion/styled": "^10.0.14",
"@keystone-alpha/build-field-types": "^1.0.6",
"@keystone-alpha/field-views-loader": "^2.2.1",
"@keystone-alpha/fields": "^14.0.0",
"@keystone-alpha/fields": "^15.0.0",
"@keystone-alpha/session": "^3.0.2",
"@keystone-alpha/utils": "^3.2.0",
"apollo-cache-inmemory": "^1.5.1",
Expand Down
Loading

0 comments on commit 4bd01e8

Please sign in to comment.