Skip to content

Commit

Permalink
Version Packages (keystonejs#3364)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 16, 2020
1 parent 7e78ffd commit 63c1ff4
Show file tree
Hide file tree
Showing 42 changed files with 216 additions and 154 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-snakes-ring.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/clever-phones-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-flies-bake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/funny-ants-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-rockets-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-eagles-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-ladybugs-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-parents-stare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rotten-shrimps-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-tips-dance.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/sixty-suits-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-bananas-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-cups-protect.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-emus-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-boxes-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-zoos-tickle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-ways-mix.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 @@
3
4
13 changes: 13 additions & 0 deletions api-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @keystonejs/api-tests

## 7.0.2

### Patch Changes

- [`eeba6c7a8`](https://github.com/keystonejs/keystone/commit/eeba6c7a88a550c94c22f6e05d72c573fb0b8bdc) [#3379](https://github.com/keystonejs/keystone/pull/3379) Thanks [@timleslie](https://github.com/timleslie)! - Update default value testing.

- Updated dependencies [[`9338f3739`](https://github.com/keystonejs/keystone/commit/9338f3739ecff5f626a713a06ce65c1e29888d25), [`3db2f3956`](https://github.com/keystonejs/keystone/commit/3db2f395688342fe9a1dda14be5ce8308c9c39a6), [`7e78ffdaa`](https://github.com/keystonejs/keystone/commit/7e78ffdaa96050e49e8e2678a3c4f1897fedae4f), [`72cd47b35`](https://github.com/keystonejs/keystone/commit/72cd47b357052b69e1d525758ff8a1a0cf44c5c2), [`7b0875723`](https://github.com/keystonejs/keystone/commit/7b0875723783780988f2dee4e5ee406a3b44ca98), [`0369985e3`](https://github.com/keystonejs/keystone/commit/0369985e320afd6112f2664f8a8edc1ed7167130), [`714316718`](https://github.com/keystonejs/keystone/commit/7143167187e3e3519b0b58e2b04ff0fee8fc75dc), [`7422922f5`](https://github.com/keystonejs/keystone/commit/7422922f5649a2b52699f67a77645e9c91800688), [`df8f92a37`](https://github.com/keystonejs/keystone/commit/df8f92a378d2d787f5bee774f013767c09ec35cf), [`cc5bb8915`](https://github.com/keystonejs/keystone/commit/cc5bb891579281338ad7fad0873531be81d877d4), [`1b3943e4f`](https://github.com/keystonejs/keystone/commit/1b3943e4f66c61c446085736949c6b83e9087afb), [`b300720eb`](https://github.com/keystonejs/keystone/commit/b300720eb4e079bc30efb17ed3b48ab71cadc160)]:
- @keystonejs/fields@16.1.0
- @keystonejs/adapter-mongoose@9.0.2
- @keystonejs/server-side-graphql-client@1.1.1
- @keystonejs/test-utils@8.0.0
- @keystonejs/keystone@13.1.1

## 7.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "7.0.1",
"version": "7.0.2",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"@keystonejs/auth-password": "^5.1.13",
"@keystonejs/fields": "^16.0.0",
"@keystonejs/test-utils": "^7.1.1",
"@keystonejs/fields": "^16.1.0",
"@keystonejs/test-utils": "^8.0.0",
"@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.18

### Patch Changes

- [`cc5bb8915`](https://github.com/keystonejs/keystone/commit/cc5bb891579281338ad7fad0873531be81d877d4) [#3387](https://github.com/keystonejs/keystone/pull/3387) Thanks [@singhArmani](https://github.com/singhArmani)! - Refactored internals to use `server-side-graphql-client`.

- Updated dependencies [[`9338f3739`](https://github.com/keystonejs/keystone/commit/9338f3739ecff5f626a713a06ce65c1e29888d25), [`3db2f3956`](https://github.com/keystonejs/keystone/commit/3db2f395688342fe9a1dda14be5ce8308c9c39a6), [`7e78ffdaa`](https://github.com/keystonejs/keystone/commit/7e78ffdaa96050e49e8e2678a3c4f1897fedae4f), [`72cd47b35`](https://github.com/keystonejs/keystone/commit/72cd47b357052b69e1d525758ff8a1a0cf44c5c2), [`7b0875723`](https://github.com/keystonejs/keystone/commit/7b0875723783780988f2dee4e5ee406a3b44ca98), [`0369985e3`](https://github.com/keystonejs/keystone/commit/0369985e320afd6112f2664f8a8edc1ed7167130), [`714316718`](https://github.com/keystonejs/keystone/commit/7143167187e3e3519b0b58e2b04ff0fee8fc75dc), [`7422922f5`](https://github.com/keystonejs/keystone/commit/7422922f5649a2b52699f67a77645e9c91800688), [`df8f92a37`](https://github.com/keystonejs/keystone/commit/df8f92a378d2d787f5bee774f013767c09ec35cf), [`cc5bb8915`](https://github.com/keystonejs/keystone/commit/cc5bb891579281338ad7fad0873531be81d877d4), [`1b3943e4f`](https://github.com/keystonejs/keystone/commit/1b3943e4f66c61c446085736949c6b83e9087afb), [`b300720eb`](https://github.com/keystonejs/keystone/commit/b300720eb4e079bc30efb17ed3b48ab71cadc160)]:
- @keystonejs/fields@16.1.0
- @keystonejs/adapter-mongoose@9.0.2
- @keystonejs/server-side-graphql-client@1.1.1
- @keystonejs/test-utils@8.0.0
- @keystonejs/keystone@13.1.1

## 5.1.17

### 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.17",
"version": "5.1.18",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -15,13 +15,13 @@
"homepage": "https://github.com/keystonejs/keystone",
"dependencies": {
"@keystonejs/adapter-knex": "^11.0.1",
"@keystonejs/adapter-mongoose": "^9.0.1",
"@keystonejs/adapter-mongoose": "^9.0.2",
"@keystonejs/app-graphql": "^6.1.0",
"@keystonejs/fields": "^16.0.0",
"@keystonejs/keystone": "^13.1.0",
"@keystonejs/server-side-graphql-client": "^1.1.0",
"@keystonejs/fields": "^16.1.0",
"@keystonejs/keystone": "^13.1.1",
"@keystonejs/server-side-graphql-client": "^1.1.1",
"@keystonejs/session": "^8.1.0",
"@keystonejs/test-utils": "^7.1.1",
"@keystonejs/test-utils": "^8.0.0",
"body-parser": "^1.18.2",
"cookie-signature": "^1.1.0",
"supertest-light": "^1.0.3",
Expand Down
18 changes: 18 additions & 0 deletions demo-projects/meetup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @keystonejs/demo-project-meetup

## 6.2.1

### Patch Changes

- [`30bfdc158`](https://github.com/keystonejs/keystone/commit/30bfdc1586009cca8ff027b95fc68063047e8621) [#3372](https://github.com/keystonejs/keystone/pull/3372) Thanks [@singhArmani](https://github.com/singhArmani)! - **Fixed the `CloudinaryImage` field import in meetup demo**

The `CloudinaryImage` was wrongly imported from `@keystonejs/fields` package causing an invalid type error.

This change imports it correctly from `@keystonejs/fields-cloudinary-image`.

- Updated dependencies [[`9338f3739`](https://github.com/keystonejs/keystone/commit/9338f3739ecff5f626a713a06ce65c1e29888d25), [`3db2f3956`](https://github.com/keystonejs/keystone/commit/3db2f395688342fe9a1dda14be5ce8308c9c39a6), [`7e78ffdaa`](https://github.com/keystonejs/keystone/commit/7e78ffdaa96050e49e8e2678a3c4f1897fedae4f), [`72cd47b35`](https://github.com/keystonejs/keystone/commit/72cd47b357052b69e1d525758ff8a1a0cf44c5c2), [`7b0875723`](https://github.com/keystonejs/keystone/commit/7b0875723783780988f2dee4e5ee406a3b44ca98), [`2f76473ae`](https://github.com/keystonejs/keystone/commit/2f76473ae045b1d8b48688ac6de842c51a2fc345), [`0369985e3`](https://github.com/keystonejs/keystone/commit/0369985e320afd6112f2664f8a8edc1ed7167130), [`9338f3739`](https://github.com/keystonejs/keystone/commit/9338f3739ecff5f626a713a06ce65c1e29888d25), [`7422922f5`](https://github.com/keystonejs/keystone/commit/7422922f5649a2b52699f67a77645e9c91800688), [`df8f92a37`](https://github.com/keystonejs/keystone/commit/df8f92a378d2d787f5bee774f013767c09ec35cf), [`cc5bb8915`](https://github.com/keystonejs/keystone/commit/cc5bb891579281338ad7fad0873531be81d877d4), [`1b3943e4f`](https://github.com/keystonejs/keystone/commit/1b3943e4f66c61c446085736949c6b83e9087afb), [`b300720eb`](https://github.com/keystonejs/keystone/commit/b300720eb4e079bc30efb17ed3b48ab71cadc160)]:
- @keystonejs/fields@16.1.0
- @keystonejs/adapter-mongoose@9.0.2
- @keystonejs/server-side-graphql-client@1.1.1
- @keystonejs/file-adapters@7.0.3
- @keystonejs/keystone@13.1.1
- @keystonejs/app-admin-ui@7.3.1

## 6.2.0

### Minor 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": "6.2.0",
"version": "6.2.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -16,18 +16,18 @@
"dependencies": {
"@apollo/client": "^3.1.2",
"@emotion/core": "^10.0.28",
"@keystonejs/adapter-mongoose": "^9.0.1",
"@keystonejs/app-admin-ui": "^7.3.0",
"@keystonejs/adapter-mongoose": "^9.0.2",
"@keystonejs/app-admin-ui": "^7.3.1",
"@keystonejs/app-graphql": "^6.1.0",
"@keystonejs/app-next": "^5.2.1",
"@keystonejs/auth-password": "^5.1.13",
"@keystonejs/email": "^5.1.5",
"@keystonejs/fields": "^16.0.0",
"@keystonejs/fields": "^16.1.0",
"@keystonejs/fields-cloudinary-image": "^1.0.1",
"@keystonejs/fields-wysiwyg-tinymce": "^5.3.5",
"@keystonejs/file-adapters": "^7.0.2",
"@keystonejs/keystone": "^13.1.0",
"@keystonejs/server-side-graphql-client": "^1.1.0",
"@keystonejs/file-adapters": "^7.0.3",
"@keystonejs/keystone": "^13.1.1",
"@keystonejs/server-side-graphql-client": "^1.1.1",
"@keystonejs/session": "^8.1.0",
"apollo-upload-client": "^14.1.1",
"body-parser": "^1.18.2",
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

## 9.0.2

### Patch Changes

- [`7e78ffdaa`](https://github.com/keystonejs/keystone/commit/7e78ffdaa96050e49e8e2678a3c4f1897fedae4f) [#3400](https://github.com/keystonejs/keystone/pull/3400) Thanks [@timleslie](https://github.com/timleslie)! - Restricted `mongoose` to the version range `~5.9.11` to avoid a [bug](https://github.com/keystonejs/keystone/issues/3397) in `5.10.0`.

- Updated dependencies [[`0369985e3`](https://github.com/keystonejs/keystone/commit/0369985e320afd6112f2664f8a8edc1ed7167130)]:
- @keystonejs/keystone@13.1.1

## 9.0.1

### Patch 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": "9.0.1",
"version": "9.0.2",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@keystonejs/fields-mongoid": "^6.0.3",
"@keystonejs/keystone": "^13.0.0",
"@keystonejs/keystone": "^13.1.1",
"@keystonejs/logger": "^5.1.2",
"@keystonejs/mongo-join-builder": "^7.1.2",
"@keystonejs/utils": "^5.4.1",
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 @@
# @keystonejs/app-admin-ui

## 7.3.1

### Patch Changes

- [`9338f3739`](https://github.com/keystonejs/keystone/commit/9338f3739ecff5f626a713a06ce65c1e29888d25) [#3363](https://github.com/keystonejs/keystone/pull/3363) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Remove dependency on `@keystonejs/build-field-types`

- Updated dependencies [[`9338f3739`](https://github.com/keystonejs/keystone/commit/9338f3739ecff5f626a713a06ce65c1e29888d25), [`3db2f3956`](https://github.com/keystonejs/keystone/commit/3db2f395688342fe9a1dda14be5ce8308c9c39a6), [`7e78ffdaa`](https://github.com/keystonejs/keystone/commit/7e78ffdaa96050e49e8e2678a3c4f1897fedae4f), [`7b0875723`](https://github.com/keystonejs/keystone/commit/7b0875723783780988f2dee4e5ee406a3b44ca98), [`0369985e3`](https://github.com/keystonejs/keystone/commit/0369985e320afd6112f2664f8a8edc1ed7167130), [`7422922f5`](https://github.com/keystonejs/keystone/commit/7422922f5649a2b52699f67a77645e9c91800688), [`df8f92a37`](https://github.com/keystonejs/keystone/commit/df8f92a378d2d787f5bee774f013767c09ec35cf), [`cc5bb8915`](https://github.com/keystonejs/keystone/commit/cc5bb891579281338ad7fad0873531be81d877d4), [`1b3943e4f`](https://github.com/keystonejs/keystone/commit/1b3943e4f66c61c446085736949c6b83e9087afb), [`b300720eb`](https://github.com/keystonejs/keystone/commit/b300720eb4e079bc30efb17ed3b48ab71cadc160)]:
- @keystonejs/fields@16.1.0

## 7.3.0

### Minor 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": "@keystonejs/app-admin-ui",
"description": "KeystoneJS Admin UI App.",
"version": "7.3.0",
"version": "7.3.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"@babel/runtime": "^7.8.4",
"@emotion/core": "^10.0.28",
"@keystonejs/field-views-loader": "^6.0.0",
"@keystonejs/fields": "^16.0.0",
"@keystonejs/fields": "^16.1.0",
"@keystonejs/session": "^8.1.0",
"@keystonejs/utils": "^5.4.2",
"@primer/octicons-react": "^10.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/create-keystone-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# create-keystone-app

## 3.3.1

### Patch Changes

- [`59d1eae47`](https://github.com/keystonejs/keystone/commit/59d1eae47a32fea711a1b9a728bc7bb9688aa124) [#3370](https://github.com/keystonejs/keystone/pull/3370) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fetch commits to find the last release from the default branch rather than `create-keystone-app-from-github`

- Updated dependencies [[`7e78ffdaa`](https://github.com/keystonejs/keystone/commit/7e78ffdaa96050e49e8e2678a3c4f1897fedae4f)]:
- @keystonejs/adapter-mongoose@9.0.2

## 3.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-keystone-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-keystone-app",
"description": "Generate starter apps for Keystone 5",
"version": "3.3.0",
"version": "3.3.1",
"bin": {
"create-keystone-app": "bin/cli.js"
},
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"@keystonejs/adapter-knex": "^11.0.0",
"@keystonejs/adapter-mongoose": "^9.0.0",
"@keystonejs/adapter-mongoose": "^9.0.2",
"@sindresorhus/slugify": "^0.11.0",
"arg": "^4.1.1",
"cfonts": "^2.7.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/fields-location-google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystonejs/fields-location-google

## 1.0.1

### Patch Changes

- [`7e78ffdaa`](https://github.com/keystonejs/keystone/commit/7e78ffdaa96050e49e8e2678a3c4f1897fedae4f) [#3400](https://github.com/keystonejs/keystone/pull/3400) Thanks [@timleslie](https://github.com/timleslie)! - Restricted `mongoose` to the version range `~5.9.11` to avoid a [bug](https://github.com/keystonejs/keystone/issues/3397) in `5.10.0`.

* [`b300720eb`](https://github.com/keystonejs/keystone/commit/b300720eb4e079bc30efb17ed3b48ab71cadc160) [#3373](https://github.com/keystonejs/keystone/pull/3373) Thanks [@timleslie](https://github.com/timleslie)! - Removed internal global variables.

* Updated dependencies [[`9338f3739`](https://github.com/keystonejs/keystone/commit/9338f3739ecff5f626a713a06ce65c1e29888d25), [`3db2f3956`](https://github.com/keystonejs/keystone/commit/3db2f395688342fe9a1dda14be5ce8308c9c39a6), [`7e78ffdaa`](https://github.com/keystonejs/keystone/commit/7e78ffdaa96050e49e8e2678a3c4f1897fedae4f), [`7b0875723`](https://github.com/keystonejs/keystone/commit/7b0875723783780988f2dee4e5ee406a3b44ca98), [`0369985e3`](https://github.com/keystonejs/keystone/commit/0369985e320afd6112f2664f8a8edc1ed7167130), [`7422922f5`](https://github.com/keystonejs/keystone/commit/7422922f5649a2b52699f67a77645e9c91800688), [`df8f92a37`](https://github.com/keystonejs/keystone/commit/df8f92a378d2d787f5bee774f013767c09ec35cf), [`cc5bb8915`](https://github.com/keystonejs/keystone/commit/cc5bb891579281338ad7fad0873531be81d877d4), [`1b3943e4f`](https://github.com/keystonejs/keystone/commit/1b3943e4f66c61c446085736949c6b83e9087afb), [`b300720eb`](https://github.com/keystonejs/keystone/commit/b300720eb4e079bc30efb17ed3b48ab71cadc160)]:
- @keystonejs/fields@16.1.0
- @keystonejs/adapter-mongoose@9.0.2

## 1.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 63c1ff4

Please sign in to comment.