Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3271

Merged
merged 1 commit into from
Aug 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/breezy-planets-dream.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bright-badgers-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-dancers-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-balloons-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-donkeys-cheat.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/grumpy-coats-shake.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset/hot-olives-reply.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-days-retire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-laws-compare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mighty-brooms-glow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-oranges-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-geckos-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-buckets-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-maps-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-zoos-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-bags-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-numbers-flash.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/silver-walls-shake.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/sixty-brooms-work.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/two-dogs-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-phones-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-buttons-collect.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/wet-masks-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-bikes-fry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/young-months-drop.md

This file was deleted.

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

## 7.0.0

### Major Changes

- [`2e10b1083`](https://github.com/keystonejs/keystone/commit/2e10b1083c0ab3925b877f16543c3d302f618313) [#3309](https://github.com/keystonejs/keystone/pull/3309) Thanks [@timleslie](https://github.com/timleslie)! - Changed the default `schemaName` in `setupServer()` from `"testing"` to `"public"`.

### Patch Changes

- [`acaf19cd9`](https://github.com/keystonejs/keystone/commit/acaf19cd9679861234e67f9e130aea83d052f01e) [#3301](https://github.com/keystonejs/keystone/pull/3301) Thanks [@MadeByMike](https://github.com/MadeByMike)! - No functional changes. Update all internal usages of `keystone.createItems` to the new `createItems` function.

* [`afe661e60`](https://github.com/keystonejs/keystone/commit/afe661e607539df13584d460e1016ba0fa883cb8) [#3274](https://github.com/keystonejs/keystone/pull/3274) Thanks [@jordanoverbye](https://github.com/jordanoverbye)! - Added the ability for static cache hints to be added to custom queries generated using `keystone.extendGraphQLSchema()`

- [`04f9be03d`](https://github.com/keystonejs/keystone/commit/04f9be03de7fe82035205379208511c6e49890b3) [#3319](https://github.com/keystonejs/keystone/pull/3319) Thanks [@timleslie](https://github.com/timleslie)! - Fixed invalid GraphQL schema when using `access: { update: false, auth: true }` on a list configured with an `AuthStrategy`.

* [`50d33ddf9`](https://github.com/keystonejs/keystone/commit/50d33ddf937ae68b4a9ca7f0c0892637c5622b3d) [#3281](https://github.com/keystonejs/keystone/pull/3281) Thanks [@timleslie](https://github.com/timleslie)! - Updated tests to not depend on resolver order.

- [`cefbca4f8`](https://github.com/keystonejs/keystone/commit/cefbca4f899ddd58c7f69180f453d5d9587e2df4) [#3310](https://github.com/keystonejs/keystone/pull/3310) Thanks [@timleslie](https://github.com/timleslie)! - Use `authedGraphqlRequest` rather than `networkedGraphqlRequest` where appropriate.

* [`70fbbac0b`](https://github.com/keystonejs/keystone/commit/70fbbac0b4c20f151fba3030a6958a2c19615daa) [#3312](https://github.com/keystonejs/keystone/pull/3312) Thanks [@timleslie](https://github.com/timleslie)! - Use `keystone.executeGraphQL` in place of `authedGraphqlRequest`, as they are equivalent.

- [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2) [#3299](https://github.com/keystonejs/keystone/pull/3299) Thanks [@timleslie](https://github.com/timleslie)! - Added more robust checks for support of the `isUnique` flag config. Added tests for this flag.

* [`eb70800f7`](https://github.com/keystonejs/keystone/commit/eb70800f74d7238e4378a00a4fb628fa767ce5e7) [#3311](https://github.com/keystonejs/keystone/pull/3311) Thanks [@timleslie](https://github.com/timleslie)! - Use `server-side-graphql-client` functions rather than `findById` and `findOne`.

* Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`271f1a40b`](https://github.com/keystonejs/keystone/commit/271f1a40b97e03aaa00ce920a6515b8f18669428), [`acaf19cd9`](https://github.com/keystonejs/keystone/commit/acaf19cd9679861234e67f9e130aea83d052f01e), [`22b4a5c1a`](https://github.com/keystonejs/keystone/commit/22b4a5c1a13c3cca47190467be9d56e836f180f1), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`afe661e60`](https://github.com/keystonejs/keystone/commit/afe661e607539df13584d460e1016ba0fa883cb8), [`04f9be03d`](https://github.com/keystonejs/keystone/commit/04f9be03de7fe82035205379208511c6e49890b3), [`ef7074977`](https://github.com/keystonejs/keystone/commit/ef70749775ce1565eafd7f94c3d7438c8ebd474e), [`e07c42d4e`](https://github.com/keystonejs/keystone/commit/e07c42d4ec75d5703bec4a2e419a42d18bed90ca), [`5a3849806`](https://github.com/keystonejs/keystone/commit/5a3849806d00e62b722461d02f6e4639bc45c1eb), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`24af20b38`](https://github.com/keystonejs/keystone/commit/24af20b38ab89a452edc7a060c9bc936cda55a4a), [`5332988e3`](https://github.com/keystonejs/keystone/commit/5332988e3fafe6a3594f7dcecd79a9402df28015), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6), [`2e10b1083`](https://github.com/keystonejs/keystone/commit/2e10b1083c0ab3925b877f16543c3d302f618313)]:
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]

## 6.0.1

### 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": "6.0.1",
"version": "7.0.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -24,9 +24,9 @@
"testcheck": "^1.0.0-rc.2"
},
"dependencies": {
"@keystonejs/auth-password": "^5.1.11",
"@keystonejs/fields": "^14.0.0",
"@keystonejs/test-utils": "^7.1.0",
"@keystonejs/auth-password": "^5.1.12",
"@keystonejs/fields": "^15.0.0",
"@keystonejs/test-utils": "^7.1.1",
"@keystonejs/utils": "^5.4.2",
"date-fns": "^2.14.0",
"express": "^4.17.1"
Expand Down
12 changes: 12 additions & 0 deletions benchmarks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystonejs/benchmarks

## 5.1.16

### Patch Changes

- Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`271f1a40b`](https://github.com/keystonejs/keystone/commit/271f1a40b97e03aaa00ce920a6515b8f18669428), [`22b4a5c1a`](https://github.com/keystonejs/keystone/commit/22b4a5c1a13c3cca47190467be9d56e836f180f1), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`afe661e60`](https://github.com/keystonejs/keystone/commit/afe661e607539df13584d460e1016ba0fa883cb8), [`04f9be03d`](https://github.com/keystonejs/keystone/commit/04f9be03de7fe82035205379208511c6e49890b3), [`ef7074977`](https://github.com/keystonejs/keystone/commit/ef70749775ce1565eafd7f94c3d7438c8ebd474e), [`e07c42d4e`](https://github.com/keystonejs/keystone/commit/e07c42d4ec75d5703bec4a2e419a42d18bed90ca), [`5a3849806`](https://github.com/keystonejs/keystone/commit/5a3849806d00e62b722461d02f6e4639bc45c1eb), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`5332988e3`](https://github.com/keystonejs/keystone/commit/5332988e3fafe6a3594f7dcecd79a9402df28015), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6), [`2e10b1083`](https://github.com/keystonejs/keystone/commit/2e10b1083c0ab3925b877f16543c3d302f618313)]:
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]

## 5.1.15

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.15",
"version": "5.1.16",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -14,13 +14,13 @@
"repository": "https://github.com/keystonejs/keystone/tree/master/benchmarks",
"homepage": "https://github.com/keystonejs/keystone",
"dependencies": {
"@keystonejs/adapter-knex": "^11.0.0",
"@keystonejs/adapter-mongoose": "^9.0.0",
"@keystonejs/app-graphql": "^6.0.0",
"@keystonejs/fields": "^14.0.0",
"@keystonejs/keystone": "^12.0.0",
"@keystonejs/adapter-knex": "^11.0.1",
"@keystonejs/adapter-mongoose": "^9.0.1",
"@keystonejs/app-graphql": "^6.1.0",
"@keystonejs/fields": "^15.0.0",
"@keystonejs/keystone": "^13.0.0",
"@keystonejs/session": "^8.0.0",
"@keystonejs/test-utils": "^7.1.0",
"@keystonejs/test-utils": "^7.1.1",
"body-parser": "^1.18.2",
"cookie-signature": "^1.1.0",
"supertest-light": "^1.0.3",
Expand Down
21 changes: 21 additions & 0 deletions demo-projects/blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# keystone_demo_blog

## 6.1.4

### Patch Changes

- [`acaf19cd9`](https://github.com/keystonejs/keystone/commit/acaf19cd9679861234e67f9e130aea83d052f01e) [#3301](https://github.com/keystonejs/keystone/pull/3301) Thanks [@MadeByMike](https://github.com/MadeByMike)! - No functional changes. Update all internal usages of `keystone.createItems` to the new `createItems` function.

* [`16730291d`](https://github.com/keystonejs/keystone/commit/16730291d6724baeea8cb7a1f25ea3dfe47db6a3) [#3315](https://github.com/keystonejs/keystone/pull/3315) Thanks [@gautamsi](https://github.com/gautamsi)! - Updated Next.js to 9.5.1 which make revalidate prop a stable api.

* Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`271f1a40b`](https://github.com/keystonejs/keystone/commit/271f1a40b97e03aaa00ce920a6515b8f18669428), [`acaf19cd9`](https://github.com/keystonejs/keystone/commit/acaf19cd9679861234e67f9e130aea83d052f01e), [`22b4a5c1a`](https://github.com/keystonejs/keystone/commit/22b4a5c1a13c3cca47190467be9d56e836f180f1), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`afe661e60`](https://github.com/keystonejs/keystone/commit/afe661e607539df13584d460e1016ba0fa883cb8), [`16730291d`](https://github.com/keystonejs/keystone/commit/16730291d6724baeea8cb7a1f25ea3dfe47db6a3), [`04f9be03d`](https://github.com/keystonejs/keystone/commit/04f9be03de7fe82035205379208511c6e49890b3), [`ef7074977`](https://github.com/keystonejs/keystone/commit/ef70749775ce1565eafd7f94c3d7438c8ebd474e), [`b53b6fe5a`](https://github.com/keystonejs/keystone/commit/b53b6fe5a8cbefba20008ca54ee3fe4b346e8497), [`e07c42d4e`](https://github.com/keystonejs/keystone/commit/e07c42d4ec75d5703bec4a2e419a42d18bed90ca), [`5a3849806`](https://github.com/keystonejs/keystone/commit/5a3849806d00e62b722461d02f6e4639bc45c1eb), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`24af20b38`](https://github.com/keystonejs/keystone/commit/24af20b38ab89a452edc7a060c9bc936cda55a4a), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6), [`2e10b1083`](https://github.com/keystonejs/keystone/commit/2e10b1083c0ab3925b877f16543c3d302f618313)]:
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]
- @keystonejs/[email protected]

## 6.1.3

### Patch Changes
Expand Down
Loading