diff --git a/.changeset/breezy-planets-dream.md b/.changeset/breezy-planets-dream.md deleted file mode 100644 index adf4d93be88..00000000000 --- a/.changeset/breezy-planets-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/build-field-types': patch ---- - -Upgraded Jest to v26. diff --git a/.changeset/bright-badgers-relate.md b/.changeset/bright-badgers-relate.md deleted file mode 100644 index 22a270d7d1f..00000000000 --- a/.changeset/bright-badgers-relate.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@keystonejs/fields': major -'@keystonejs/keystone': major -'@keystonejs/mongo-join-builder': patch ---- - -Removed `BaseListAdapter.findFieldAdapterForQuerySegment()` and `MongoRelationshipInterface.supportsRelationshipQuery()`. diff --git a/.changeset/chatty-dancers-hunt.md b/.changeset/chatty-dancers-hunt.md deleted file mode 100644 index 49e055b5e11..00000000000 --- a/.changeset/chatty-dancers-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/api-tests': major ---- - -Changed the default `schemaName` in `setupServer()` from `"testing"` to `"public"`. diff --git a/.changeset/dry-balloons-tell.md b/.changeset/dry-balloons-tell.md deleted file mode 100644 index 7d37a967e90..00000000000 --- a/.changeset/dry-balloons-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/fields': patch ---- - -Fixed a bug on `MongooseAdapter` where `DateTime` fields did not respect the `isUnique` flag. diff --git a/.changeset/fast-donkeys-cheat.md b/.changeset/fast-donkeys-cheat.md deleted file mode 100644 index 1d1bafbed2a..00000000000 --- a/.changeset/fast-donkeys-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/keystone': major ---- - -Removed `keystone.createHTTPContext()`. diff --git a/.changeset/grumpy-coats-shake.md b/.changeset/grumpy-coats-shake.md deleted file mode 100644 index 1c7adcea281..00000000000 --- a/.changeset/grumpy-coats-shake.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@keystonejs/api-tests': patch -'@keystonejs/demo-project-blog': patch -'@keystonejs/demo-project-meetup': patch -'@keystonejs/server-side-graphql-client': patch -'@keystonejs/cypress-project-access-control': patch -'@keystonejs/cypress-project-basic': patch -'@keystonejs/cypress-project-client-validation': patch -'@keystonejs/cypress-project-login': patch -'@keystonejs/cypress-project-social-login': patch ---- - -No functional changes. Update all internal usages of `keystone.createItems` to the new `createItems` function. diff --git a/.changeset/hot-olives-reply.md b/.changeset/hot-olives-reply.md deleted file mode 100644 index 6ce57fa35ed..00000000000 --- a/.changeset/hot-olives-reply.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -'@keystonejs/keystone': major ---- - -Removed the `keystone.createItems` and `keystone.createItem` methods. These have been replaced with the corresponding functions `createItems` and `createItem` in `@keystonejs/server-side-graphql-client`. - -If you have examples like: - -``` -keystone.createItems({ - User: [{ name: 'Ticiana' }, { name: 'Lauren' }], -}); -``` - -You will need to change this to: - -``` -const { createItems } = require('@keystonejs/server-side-graphql-client'); -createItems({ - keystone, - listName: 'User', - items: [{ data: { name: 'Ticiana' } }, {data: { name: 'Lauren' } }] -}) -``` diff --git a/.changeset/long-days-retire.md b/.changeset/long-days-retire.md deleted file mode 100644 index 2dba46af0f2..00000000000 --- a/.changeset/long-days-retire.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystonejs/fields': major -'@keystonejs/mongo-join-builder': patch ---- - -Removed `MongoRelationshipInterface.getRefListAdapter()` and `KnexRelationshipInterface.getRefListAdapter()`. diff --git a/.changeset/many-laws-compare.md b/.changeset/many-laws-compare.md deleted file mode 100644 index e5ca4aaba72..00000000000 --- a/.changeset/many-laws-compare.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystonejs/api-tests': patch -'@keystonejs/keystone': minor ---- - -Added the ability for static cache hints to be added to custom queries generated using `keystone.extendGraphQLSchema()` diff --git a/.changeset/mighty-brooms-glow.md b/.changeset/mighty-brooms-glow.md deleted file mode 100644 index 57a23b24e4e..00000000000 --- a/.changeset/mighty-brooms-glow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@keystonejs/demo-project-blog': patch -'@keystonejs/demo-project-meetup': patch -'@keystonejs/app-next': patch ---- - -Updated Next.js to 9.5.1 which make revalidate prop a stable api. diff --git a/.changeset/neat-geckos-rush.md b/.changeset/neat-geckos-rush.md deleted file mode 100644 index 452589aec10..00000000000 --- a/.changeset/neat-geckos-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/keystone': patch ---- - -Updated `BaseKeystoneAdapter` to pass `rels` to `._connect()`. diff --git a/.changeset/new-buckets-jog.md b/.changeset/new-buckets-jog.md deleted file mode 100644 index 8e324dbad25..00000000000 --- a/.changeset/new-buckets-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/app-admin-ui': patch ---- - -Fixed a bug where dev features would show in development even if ENABLE_DEV_FEATURES was explicitly set to false. diff --git a/.changeset/popular-maps-juggle.md b/.changeset/popular-maps-juggle.md deleted file mode 100644 index 3aaf7019519..00000000000 --- a/.changeset/popular-maps-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/api-tests': patch ---- - -Updated tests to not depend on resolver order. diff --git a/.changeset/real-zoos-kick.md b/.changeset/real-zoos-kick.md deleted file mode 100644 index e4c4cbc7e81..00000000000 --- a/.changeset/real-zoos-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/keystone': major ---- - -Removed `keystone.registerSchema()`. diff --git a/.changeset/silly-bags-jam.md b/.changeset/silly-bags-jam.md deleted file mode 100644 index 1c3e79e5dff..00000000000 --- a/.changeset/silly-bags-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/api-tests': patch ---- - -Use `authedGraphqlRequest` rather than `networkedGraphqlRequest` where appropriate. diff --git a/.changeset/silver-numbers-flash.md b/.changeset/silver-numbers-flash.md deleted file mode 100644 index d8e4cfdee1e..00000000000 --- a/.changeset/silver-numbers-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/api-tests': patch ---- - -Use `keystone.executeGraphQL` in place of `authedGraphqlRequest`, as they are equivalent. diff --git a/.changeset/silver-walls-shake.md b/.changeset/silver-walls-shake.md deleted file mode 100644 index 1e7129a0d80..00000000000 --- a/.changeset/silver-walls-shake.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@keystonejs/access-control': minor -'@keystonejs/app-graphql': minor -'@keystonejs/app-admin-ui': minor -'@keystonejs/keystone': minor ---- - -Added a new private internal schema that will allow a better method of bypassing access control on the `executeGraphQL` function. - -The schema name `internal` is now a reserved name and if you have a schema with this name you will need to change it with this update. - -Note: You cannot change access control on the `internal` schema. diff --git a/.changeset/sixty-brooms-work.md b/.changeset/sixty-brooms-work.md deleted file mode 100644 index e549b4a17e4..00000000000 --- a/.changeset/sixty-brooms-work.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@keystonejs/api-tests': patch -'@keystonejs/field-content': patch -'@keystonejs/fields-authed-relationship': patch -'@keystonejs/fields-auto-increment': patch -'@keystonejs/fields-datetime-utc': patch -'@keystonejs/fields-markdown': patch -'@keystonejs/fields-mongoid': patch -'@keystonejs/fields-wysiwyg-tinymce': patch -'@keystonejs/fields': patch ---- - -Added more robust checks for support of the `isUnique` flag config. Added tests for this flag. diff --git a/.changeset/two-dogs-push.md b/.changeset/two-dogs-push.md deleted file mode 100644 index c22023316ca..00000000000 --- a/.changeset/two-dogs-push.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -'@keystonejs/server-side-graphql-client': major ---- - -This is the initial release of `@keystonejs/server-side-graphql-client,` a library for running server-side graphQL queries and mutations in Keystone. - -It is intended to replace the `keystone.createItems` method with a set of utility functions to generate and execute graphQL queries. - -Note: In a future change we will remove the `keystone.createItems` method. You will need to update code that used `createItems`. - -If you have examples like: - -``` -keystone.createItems({ - User: [{ name: 'Ticiana' }, { name: 'Lauren' }], -}); -``` - -You will need to change this to: - -``` -const { createItems } = require('@keystonejs/server-side-graphql-client'); - -createItems({ - keystone, - listKey: 'User', - items: [{ data: { name: 'Ticiana' } }, {data: { name: 'Lauren' } }] -}) -``` diff --git a/.changeset/warm-phones-play.md b/.changeset/warm-phones-play.md deleted file mode 100644 index 8ac1cb99195..00000000000 --- a/.changeset/warm-phones-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/api-tests': patch ---- - -Use `server-side-graphql-client` functions rather than `findById` and `findOne`. diff --git a/.changeset/wet-buttons-collect.md b/.changeset/wet-buttons-collect.md deleted file mode 100644 index b8ce26acbb5..00000000000 --- a/.changeset/wet-buttons-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/test-utils': patch ---- - -Replaced use of "p-finally" library with native Node code. diff --git a/.changeset/wet-masks-sort.md b/.changeset/wet-masks-sort.md deleted file mode 100644 index d4996c4e650..00000000000 --- a/.changeset/wet-masks-sort.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@keystonejs/fields': major ---- - -`many` relationships now have a GraphQL type of `[Item!]!`, rather than `[Item]`. - -The old type of `[Item]` implied that the relationship field could return `null`, or that some of the items it returned could be `null`. In practice, neither of these things ever happened. The new type better reflects this reality. - -The filter argument `{path}_is_null` has also been removed for `many` relationships, as it does not apply to a non-null array type. diff --git a/.changeset/wicked-bikes-fry.md b/.changeset/wicked-bikes-fry.md deleted file mode 100644 index fb5503e2c95..00000000000 --- a/.changeset/wicked-bikes-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/fields': patch ---- - -Refactored relationship internals. No functional changes. diff --git a/.changeset/young-months-drop.md b/.changeset/young-months-drop.md deleted file mode 100644 index d85b7639d2f..00000000000 --- a/.changeset/young-months-drop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystonejs/server-side-graphql-client': patch -'@keystonejs/test-utils': patch ---- - -Simplified tests using the updated `test-utils` API. diff --git a/api-tests/CHANGELOG.md b/api-tests/CHANGELOG.md index 4bf1be27aae..4b59aa8f656 100644 --- a/api-tests/CHANGELOG.md +++ b/api-tests/CHANGELOG.md @@ -1,5 +1,37 @@ # @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()` + +- [`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), [`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/fields@15.0.0 + - @keystonejs/keystone@13.0.0 + - @keystonejs/server-side-graphql-client@1.0.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/test-utils@7.1.1 + - @keystonejs/auth-password@5.1.12 + - @keystonejs/adapter-knex@11.0.1 + - @keystonejs/adapter-mongoose@9.0.1 + ## 6.0.1 ### Patch Changes diff --git a/api-tests/package.json b/api-tests/package.json index 4029965427f..a9c196b3de6 100644 --- a/api-tests/package.json +++ b/api-tests/package.json @@ -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": { @@ -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" diff --git a/benchmarks/CHANGELOG.md b/benchmarks/CHANGELOG.md index 9997450c27b..d64fcf9ef1e 100644 --- a/benchmarks/CHANGELOG.md +++ b/benchmarks/CHANGELOG.md @@ -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), [`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/fields@15.0.0 + - @keystonejs/keystone@13.0.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/test-utils@7.1.1 + - @keystonejs/adapter-knex@11.0.1 + - @keystonejs/adapter-mongoose@9.0.1 + ## 5.1.15 ### Patch Changes diff --git a/benchmarks/package.json b/benchmarks/package.json index 0598955b777..82506675bba 100644 --- a/benchmarks/package.json +++ b/benchmarks/package.json @@ -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": { @@ -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", diff --git a/demo-projects/blog/CHANGELOG.md b/demo-projects/blog/CHANGELOG.md index 9b3b7416d28..7eff016f998 100644 --- a/demo-projects/blog/CHANGELOG.md +++ b/demo-projects/blog/CHANGELOG.md @@ -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), [`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/fields@15.0.0 + - @keystonejs/keystone@13.0.0 + - @keystonejs/server-side-graphql-client@1.0.0 + - @keystonejs/app-next@5.2.1 + - @keystonejs/app-admin-ui@7.2.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/fields-authed-relationship@1.0.9 + - @keystonejs/fields-markdown@5.2.3 + - @keystonejs/fields-wysiwyg-tinymce@5.3.4 + - @keystonejs/auth-password@5.1.12 + - @keystonejs/adapter-mongoose@9.0.1 + ## 6.1.3 ### Patch Changes diff --git a/demo-projects/blog/package.json b/demo-projects/blog/package.json index 901adfcfdde..a8368c51f65 100644 --- a/demo-projects/blog/package.json +++ b/demo-projects/blog/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/demo-project-blog", "description": "An example KeystoneJS project showcasing a Blogging Site.", "private": true, - "version": "6.1.3", + "version": "6.1.4", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -20,20 +20,20 @@ "@arch-ui/typography": "^0.0.17", "@emotion/core": "^10.0.28", "@emotion/styled": "^10.0.27", - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-admin-ui": "^7.1.0", - "@keystonejs/app-graphql": "^6.0.0", - "@keystonejs/app-next": "^5.2.0", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/app-admin-ui": "^7.2.0", + "@keystonejs/app-graphql": "^6.1.0", + "@keystonejs/app-next": "^5.2.1", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/auth-password": "^5.1.11", - "@keystonejs/fields": "^14.0.0", - "@keystonejs/fields-authed-relationship": "^1.0.8", - "@keystonejs/fields-markdown": "^5.2.2", - "@keystonejs/fields-wysiwyg-tinymce": "^5.3.3", + "@keystonejs/auth-password": "^5.1.12", + "@keystonejs/fields": "^15.0.0", + "@keystonejs/fields-authed-relationship": "^1.0.9", + "@keystonejs/fields-markdown": "^5.2.3", + "@keystonejs/fields-wysiwyg-tinymce": "^5.3.4", "@keystonejs/file-adapters": "^7.0.2", - "@keystonejs/keystone": "^12.0.0", + "@keystonejs/keystone": "^13.0.0", "@keystonejs/oembed-adapters": "^5.1.4", - "@keystonejs/server-side-graphql-client": "^0.0.0", + "@keystonejs/server-side-graphql-client": "^1.0.0", "apollo-cache-inmemory": "^1.6.6", "apollo-client": "^2.6.10", "apollo-upload-client": "^13.0.0", @@ -49,4 +49,4 @@ "react-dom": "^16.13.1" }, "repository": "https://github.com/keystonejs/keystone/tree/master/demo-projects/blog" -} \ No newline at end of file +} diff --git a/demo-projects/custom-fields/CHANGELOG.md b/demo-projects/custom-fields/CHANGELOG.md index 51a65e3b437..1741b9f9f53 100644 --- a/demo-projects/custom-fields/CHANGELOG.md +++ b/demo-projects/custom-fields/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/demo-custom-fields +## 1.0.7 + +### 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), [`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), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/fields@15.0.0 + - @keystonejs/keystone@13.0.0 + - @keystonejs/app-admin-ui@7.2.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/adapter-mongoose@9.0.1 + ## 1.0.6 ### Patch Changes diff --git a/demo-projects/custom-fields/package.json b/demo-projects/custom-fields/package.json index 3d50533fdc5..ec84328bae1 100644 --- a/demo-projects/custom-fields/package.json +++ b/demo-projects/custom-fields/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/demo-custom-fields", "description": "An example KeystoneJS project showcasing custom fields.", "private": true, - "version": "1.0.6", + "version": "1.0.7", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -19,12 +19,12 @@ "@arch-ui/lozenge": "^0.0.16", "@arch-ui/theme": "^0.0.10", "@emotion/core": "^10.0.28", - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-admin-ui": "^7.1.0", - "@keystonejs/app-graphql": "^6.0.0", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/app-admin-ui": "^7.2.0", + "@keystonejs/app-graphql": "^6.1.0", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/fields": "^14.0.0", - "@keystonejs/keystone": "^12.0.0", + "@keystonejs/fields": "^15.0.0", + "@keystonejs/keystone": "^13.0.0", "@primer/octicons-react": "^10.0.0", "cross-env": "^7.0.0", "react": "^16.13.1" diff --git a/demo-projects/meetup/CHANGELOG.md b/demo-projects/meetup/CHANGELOG.md index 6bc4e7f39cc..f43926f0010 100644 --- a/demo-projects/meetup/CHANGELOG.md +++ b/demo-projects/meetup/CHANGELOG.md @@ -1,5 +1,24 @@ # @keystonejs/demo-project-meetup +## 6.1.5 + +### 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), [`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/fields@15.0.0 + - @keystonejs/keystone@13.0.0 + - @keystonejs/server-side-graphql-client@1.0.0 + - @keystonejs/app-next@5.2.1 + - @keystonejs/app-admin-ui@7.2.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/fields-wysiwyg-tinymce@5.3.4 + - @keystonejs/auth-password@5.1.12 + - @keystonejs/adapter-mongoose@9.0.1 + ## 6.1.4 ### Patch Changes diff --git a/demo-projects/meetup/package.json b/demo-projects/meetup/package.json index c1f7754c692..3a5e7e21cb8 100644 --- a/demo-projects/meetup/package.json +++ b/demo-projects/meetup/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/demo-project-meetup", "description": "An example KeystoneJS project showcasing a Meetup Site.", "private": true, - "version": "6.1.4", + "version": "6.1.5", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -17,17 +17,17 @@ "@apollo/react-hooks": "^3.1.5", "@apollo/react-ssr": "^3.1.5", "@emotion/core": "^10.0.28", - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-admin-ui": "^7.1.0", - "@keystonejs/app-graphql": "^6.0.0", - "@keystonejs/app-next": "^5.2.0", - "@keystonejs/auth-password": "^5.1.11", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/app-admin-ui": "^7.2.0", + "@keystonejs/app-graphql": "^6.1.0", + "@keystonejs/app-next": "^5.2.1", + "@keystonejs/auth-password": "^5.1.12", "@keystonejs/email": "^5.1.5", - "@keystonejs/fields": "^14.0.0", - "@keystonejs/fields-wysiwyg-tinymce": "^5.3.3", + "@keystonejs/fields": "^15.0.0", + "@keystonejs/fields-wysiwyg-tinymce": "^5.3.4", "@keystonejs/file-adapters": "^7.0.2", - "@keystonejs/keystone": "^12.0.0", - "@keystonejs/server-side-graphql-client": "^0.0.0", + "@keystonejs/keystone": "^13.0.0", + "@keystonejs/server-side-graphql-client": "^1.0.0", "@keystonejs/session": "^8.0.0", "apollo-cache-inmemory": "^1.6.6", "apollo-client": "^2.6.10", diff --git a/demo-projects/todo/CHANGELOG.md b/demo-projects/todo/CHANGELOG.md index 442c196fabd..6f8892979aa 100644 --- a/demo-projects/todo/CHANGELOG.md +++ b/demo-projects/todo/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/demo-project-todo +## 5.1.13 + +### 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), [`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), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/fields@15.0.0 + - @keystonejs/keystone@13.0.0 + - @keystonejs/app-admin-ui@7.2.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/adapter-mongoose@9.0.1 + ## 5.1.12 ### Patch Changes diff --git a/demo-projects/todo/package.json b/demo-projects/todo/package.json index 9982ef42bbe..58b45bd933c 100644 --- a/demo-projects/todo/package.json +++ b/demo-projects/todo/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/demo-project-todo", "description": "An example KeystoneJS project showcasing a simple Todo List.", "private": true, - "version": "5.1.12", + "version": "5.1.13", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -14,12 +14,12 @@ "start": "cross-env NODE_ENV=production keystone start" }, "dependencies": { - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-admin-ui": "^7.1.0", - "@keystonejs/app-graphql": "^6.0.0", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/app-admin-ui": "^7.2.0", + "@keystonejs/app-graphql": "^6.1.0", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/fields": "^14.0.0", - "@keystonejs/keystone": "^12.0.0", + "@keystonejs/fields": "^15.0.0", + "@keystonejs/keystone": "^13.0.0", "cross-env": "^7.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/master/demo-projects/todo" diff --git a/packages/access-control/CHANGELOG.md b/packages/access-control/CHANGELOG.md index bb2f67e68f7..99e33a3c2f9 100644 --- a/packages/access-control/CHANGELOG.md +++ b/packages/access-control/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystonejs/access-control +## 6.3.0 + +### Minor Changes + +- [`5a3849806`](https://github.com/keystonejs/keystone/commit/5a3849806d00e62b722461d02f6e4639bc45c1eb) [#3262](https://github.com/keystonejs/keystone/pull/3262) Thanks [@MadeByMike](https://github.com/MadeByMike)! - Added a new private internal schema that will allow a better method of bypassing access control on the `executeGraphQL` function. + + The schema name `internal` is now a reserved name and if you have a schema with this name you will need to change it with this update. + + Note: You cannot change access control on the `internal` schema. + ## 6.2.0 ### Minor Changes diff --git a/packages/access-control/package.json b/packages/access-control/package.json index 6b649a69988..9b9832350f4 100644 --- a/packages/access-control/package.json +++ b/packages/access-control/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/access-control", "description": "KeystoneJS Access Control parsing and validating utilities.", - "version": "6.2.0", + "version": "6.3.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { diff --git a/packages/adapter-knex/CHANGELOG.md b/packages/adapter-knex/CHANGELOG.md index 06cfb727196..85d157ca3fc 100644 --- a/packages/adapter-knex/CHANGELOG.md +++ b/packages/adapter-knex/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystonejs/adapter-knex +## 11.0.1 + +### Patch Changes + +- Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`271f1a40b`](https://github.com/keystonejs/keystone/commit/271f1a40b97e03aaa00ce920a6515b8f18669428), [`22b4a5c1a`](https://github.com/keystonejs/keystone/commit/22b4a5c1a13c3cca47190467be9d56e836f180f1), [`afe661e60`](https://github.com/keystonejs/keystone/commit/afe661e607539df13584d460e1016ba0fa883cb8), [`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)]: + - @keystonejs/keystone@13.0.0 + - @keystonejs/fields-auto-increment@5.1.12 + ## 11.0.0 ### Major Changes diff --git a/packages/adapter-knex/package.json b/packages/adapter-knex/package.json index 7dcfc2e379d..a4cccef37b2 100644 --- a/packages/adapter-knex/package.json +++ b/packages/adapter-knex/package.json @@ -1,15 +1,15 @@ { "name": "@keystonejs/adapter-knex", "description": "KeystoneJS Knex Database Adapter", - "version": "11.0.0", + "version": "11.0.1", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/fields-auto-increment": "^5.1.11", - "@keystonejs/keystone": "^12.0.0", + "@keystonejs/fields-auto-increment": "^5.1.12", + "@keystonejs/keystone": "^13.0.0", "@keystonejs/logger": "^5.1.2", "@keystonejs/utils": "^5.4.1", "@sindresorhus/slugify": "^0.11.0", diff --git a/packages/adapter-mongoose/CHANGELOG.md b/packages/adapter-mongoose/CHANGELOG.md index 4697b10ef4d..f8cfad05111 100644 --- a/packages/adapter-mongoose/CHANGELOG.md +++ b/packages/adapter-mongoose/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystonejs/adapter-mongoose +## 9.0.1 + +### Patch Changes + +- Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`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), [`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)]: + - @keystonejs/keystone@13.0.0 + - @keystonejs/mongo-join-builder@7.1.2 + - @keystonejs/fields-mongoid@6.0.3 + ## 9.0.0 ### Major Changes diff --git a/packages/adapter-mongoose/package.json b/packages/adapter-mongoose/package.json index 426f720ab31..d8f312423a4 100644 --- a/packages/adapter-mongoose/package.json +++ b/packages/adapter-mongoose/package.json @@ -1,17 +1,17 @@ { "name": "@keystonejs/adapter-mongoose", "description": "KeystoneJS Mongoose Database adapter.", - "version": "9.0.0", + "version": "9.0.1", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/fields-mongoid": "^6.0.2", - "@keystonejs/keystone": "^12.0.0", + "@keystonejs/fields-mongoid": "^6.0.3", + "@keystonejs/keystone": "^13.0.0", "@keystonejs/logger": "^5.1.2", - "@keystonejs/mongo-join-builder": "^7.1.1", + "@keystonejs/mongo-join-builder": "^7.1.2", "@keystonejs/utils": "^5.4.1", "@sindresorhus/slugify": "^0.11.0", "mongoose": "^5.9.11", diff --git a/packages/app-admin-ui/CHANGELOG.md b/packages/app-admin-ui/CHANGELOG.md index d2169a14644..0c515169b6c 100644 --- a/packages/app-admin-ui/CHANGELOG.md +++ b/packages/app-admin-ui/CHANGELOG.md @@ -1,5 +1,23 @@ # @keystonejs/app-admin-ui +## 7.2.0 + +### Minor Changes + +- [`5a3849806`](https://github.com/keystonejs/keystone/commit/5a3849806d00e62b722461d02f6e4639bc45c1eb) [#3262](https://github.com/keystonejs/keystone/pull/3262) Thanks [@MadeByMike](https://github.com/MadeByMike)! - Added a new private internal schema that will allow a better method of bypassing access control on the `executeGraphQL` function. + + The schema name `internal` is now a reserved name and if you have a schema with this name you will need to change it with this update. + + Note: You cannot change access control on the `internal` schema. + +### Patch Changes + +- [`b53b6fe5a`](https://github.com/keystonejs/keystone/commit/b53b6fe5a8cbefba20008ca54ee3fe4b346e8497) [#3293](https://github.com/keystonejs/keystone/pull/3293) Thanks [@MadeByMike](https://github.com/MadeByMike)! - Fixed a bug where dev features would show in development even if ENABLE_DEV_FEATURES was explicitly set to false. + +- Updated dependencies [[`d7e011319`](https://github.com/keystonejs/keystone/commit/d7e011319d18275e7e3ca1ab2209b2042c6775cb), [`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/build-field-types@5.2.11 + - @keystonejs/fields@15.0.0 + ## 7.1.0 ### Minor Changes diff --git a/packages/app-admin-ui/package.json b/packages/app-admin-ui/package.json index f375705ce9a..bb7011865dd 100644 --- a/packages/app-admin-ui/package.json +++ b/packages/app-admin-ui/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/app-admin-ui", "description": "KeystoneJS Admin UI App.", - "version": "7.1.0", + "version": "7.2.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -38,9 +38,9 @@ "@babel/core": "^7.9.0", "@babel/runtime": "^7.8.4", "@emotion/core": "^10.0.28", - "@keystonejs/build-field-types": "^5.2.10", + "@keystonejs/build-field-types": "^5.2.11", "@keystonejs/field-views-loader": "^6.0.0", - "@keystonejs/fields": "^14.0.0", + "@keystonejs/fields": "^15.0.0", "@keystonejs/session": "^8.0.0", "@keystonejs/utils": "^5.4.2", "@primer/octicons-react": "^10.0.0", diff --git a/packages/app-graphql/CHANGELOG.md b/packages/app-graphql/CHANGELOG.md index 5adfc020431..5d88a30355f 100644 --- a/packages/app-graphql/CHANGELOG.md +++ b/packages/app-graphql/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystonejs/app-graphql +## 6.1.0 + +### Minor Changes + +- [`5a3849806`](https://github.com/keystonejs/keystone/commit/5a3849806d00e62b722461d02f6e4639bc45c1eb) [#3262](https://github.com/keystonejs/keystone/pull/3262) Thanks [@MadeByMike](https://github.com/MadeByMike)! - Added a new private internal schema that will allow a better method of bypassing access control on the `executeGraphQL` function. + + The schema name `internal` is now a reserved name and if you have a schema with this name you will need to change it with this update. + + Note: You cannot change access control on the `internal` schema. + ## 6.0.0 ### Major Changes diff --git a/packages/app-graphql/package.json b/packages/app-graphql/package.json index e0d264b444e..d5518488b80 100644 --- a/packages/app-graphql/package.json +++ b/packages/app-graphql/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/app-graphql", "description": "KeystoneJS GraphQL App.", - "version": "6.0.0", + "version": "6.1.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { diff --git a/packages/app-next/CHANGELOG.md b/packages/app-next/CHANGELOG.md index 5ed51ec5790..6b4c05b7d18 100644 --- a/packages/app-next/CHANGELOG.md +++ b/packages/app-next/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystonejs/app-next +## 5.2.1 + +### Patch Changes + +- [`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. + ## 5.2.0 ### Minor Changes diff --git a/packages/app-next/package.json b/packages/app-next/package.json index 3ce7f166d59..a060f74b1aa 100644 --- a/packages/app-next/package.json +++ b/packages/app-next/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/app-next", "description": "KeystoneJS Next.js App.", - "version": "5.2.0", + "version": "5.2.1", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { diff --git a/packages/auth-passport/CHANGELOG.md b/packages/auth-passport/CHANGELOG.md index 7e5b53255ba..36fbd72ff69 100644 --- a/packages/auth-passport/CHANGELOG.md +++ b/packages/auth-passport/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystonejs/auth-passport +## 5.2.5 + +### Patch Changes + +- Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/fields@15.0.0 + ## 5.2.4 ### Patch Changes diff --git a/packages/auth-passport/package.json b/packages/auth-passport/package.json index 71b95370f3d..baf76e88e5b 100644 --- a/packages/auth-passport/package.json +++ b/packages/auth-passport/package.json @@ -1,14 +1,14 @@ { "name": "@keystonejs/auth-passport", "description": "Provides Social Authentication Strategies based on PassportJS.", - "version": "5.2.4", + "version": "5.2.5", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/fields": "^14.0.0", + "@keystonejs/fields": "^15.0.0", "@keystonejs/session": "^8.0.0", "express": "^4.17.1", "nanoassert": "^2.0.0", diff --git a/packages/auth-password/CHANGELOG.md b/packages/auth-password/CHANGELOG.md index 03f9cdbba88..4a661ed5ed5 100644 --- a/packages/auth-password/CHANGELOG.md +++ b/packages/auth-password/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystonejs/auth-password +## 5.1.12 + +### Patch Changes + +- Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/fields@15.0.0 + ## 5.1.11 ### Patch Changes diff --git a/packages/auth-password/package.json b/packages/auth-password/package.json index 1ba93a3bad7..22c3073e8d9 100644 --- a/packages/auth-password/package.json +++ b/packages/auth-password/package.json @@ -1,14 +1,14 @@ { "name": "@keystonejs/auth-password", "description": "Provides a basic password authentication strategy.", - "version": "5.1.11", + "version": "5.1.12", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/fields": "^14.0.0", + "@keystonejs/fields": "^15.0.0", "@keystonejs/session": "^8.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/master/packages/auth-password" diff --git a/packages/build-field-types/CHANGELOG.md b/packages/build-field-types/CHANGELOG.md index cdd73914f04..5a9cdc0dfa8 100644 --- a/packages/build-field-types/CHANGELOG.md +++ b/packages/build-field-types/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystonejs/build-field-types +## 5.2.11 + +### Patch Changes + +- [`d7e011319`](https://github.com/keystonejs/keystone/commit/d7e011319d18275e7e3ca1ab2209b2042c6775cb) [#3277](https://github.com/keystonejs/keystone/pull/3277) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Jest to v26. + ## 5.2.10 ### Patch Changes diff --git a/packages/build-field-types/package.json b/packages/build-field-types/package.json index 0dfc76a4c6a..23e6768fc0a 100644 --- a/packages/build-field-types/package.json +++ b/packages/build-field-types/package.json @@ -1,6 +1,6 @@ { "name": "@keystonejs/build-field-types", - "version": "5.2.10", + "version": "5.2.11", "description": "A build tool for KeystoneJS 5 Field Types", "homepage": "https://github.com/keystonejs/keystone", "repository": "https://github.com/keystonejs/keystone/tree/master/packages/build-field-types", diff --git a/packages/create-keystone-app/example-projects/blank/CHANGELOG.md b/packages/create-keystone-app/example-projects/blank/CHANGELOG.md index 0021dc84f47..9008d69173b 100644 --- a/packages/create-keystone-app/example-projects/blank/CHANGELOG.md +++ b/packages/create-keystone-app/example-projects/blank/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystonejs/example-projects-blank +## 5.0.9 + +### Patch Changes + +- Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`271f1a40b`](https://github.com/keystonejs/keystone/commit/271f1a40b97e03aaa00ce920a6515b8f18669428), [`22b4a5c1a`](https://github.com/keystonejs/keystone/commit/22b4a5c1a13c3cca47190467be9d56e836f180f1), [`afe661e60`](https://github.com/keystonejs/keystone/commit/afe661e607539df13584d460e1016ba0fa883cb8), [`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)]: + - @keystonejs/keystone@13.0.0 + - @keystonejs/app-admin-ui@7.2.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/adapter-mongoose@9.0.1 + ## 5.0.8 ### Patch Changes diff --git a/packages/create-keystone-app/example-projects/blank/package.json b/packages/create-keystone-app/example-projects/blank/package.json index d05d5d6037d..ea1093ac15a 100644 --- a/packages/create-keystone-app/example-projects/blank/package.json +++ b/packages/create-keystone-app/example-projects/blank/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/example-projects-blank", "description": "A blank KeystoneJS starter project.", "private": true, - "version": "5.0.8", + "version": "5.0.9", "author": "The KeystoneJS Development Team", "repository": "https://github.com/keystonejs/keystone/tree/master/packages/create-keystone-app/example-projects/blank", "homepage": "https://github.com/keystonejs/keystone", @@ -17,10 +17,10 @@ "create-tables": "cross-env keystone create-tables" }, "dependencies": { - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-admin-ui": "^7.1.0", - "@keystonejs/app-graphql": "^6.0.0", - "@keystonejs/keystone": "^12.0.0", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/app-admin-ui": "^7.2.0", + "@keystonejs/app-graphql": "^6.1.0", + "@keystonejs/keystone": "^13.0.0", "cross-env": "^7.0.0" } } diff --git a/packages/create-keystone-app/example-projects/nuxt/CHANGELOG.md b/packages/create-keystone-app/example-projects/nuxt/CHANGELOG.md index ce315109e0d..2b51cc0f6ea 100644 --- a/packages/create-keystone-app/example-projects/nuxt/CHANGELOG.md +++ b/packages/create-keystone-app/example-projects/nuxt/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/example-projects-nuxt +## 5.0.13 + +### 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), [`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), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/fields@15.0.0 + - @keystonejs/keystone@13.0.0 + - @keystonejs/app-admin-ui@7.2.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/adapter-mongoose@9.0.1 + ## 5.0.12 ### Patch Changes diff --git a/packages/create-keystone-app/example-projects/nuxt/package.json b/packages/create-keystone-app/example-projects/nuxt/package.json index 5f0e9473474..000d63ba477 100644 --- a/packages/create-keystone-app/example-projects/nuxt/package.json +++ b/packages/create-keystone-app/example-projects/nuxt/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/example-projects-nuxt", "description": "A NuxtJS example project.", "private": true, - "version": "5.0.12", + "version": "5.0.13", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -17,12 +17,12 @@ "repository": "https://github.com/keystonejs/keystone/tree/master/packages/create-keystone-app/example-projects/nuxt", "homepage": "https://github.com/keystonejs/keystone", "dependencies": { - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-admin-ui": "^7.1.0", - "@keystonejs/app-graphql": "^6.0.0", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/app-admin-ui": "^7.2.0", + "@keystonejs/app-graphql": "^6.1.0", "@keystonejs/app-nuxt": "^5.1.3", - "@keystonejs/fields": "^14.0.0", - "@keystonejs/keystone": "^12.0.0", + "@keystonejs/fields": "^15.0.0", + "@keystonejs/keystone": "^13.0.0", "cross-env": "^7.0.0", "express": "^4.17.1", "nuxt": "^2.11.0" diff --git a/packages/create-keystone-app/example-projects/starter/CHANGELOG.md b/packages/create-keystone-app/example-projects/starter/CHANGELOG.md index baa74fff8a8..7744037a226 100644 --- a/packages/create-keystone-app/example-projects/starter/CHANGELOG.md +++ b/packages/create-keystone-app/example-projects/starter/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystonejs/example-projects-starter +## 5.0.13 + +### 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), [`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), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/fields@15.0.0 + - @keystonejs/keystone@13.0.0 + - @keystonejs/app-admin-ui@7.2.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/auth-password@5.1.12 + - @keystonejs/adapter-mongoose@9.0.1 + ## 5.0.12 ### Patch Changes diff --git a/packages/create-keystone-app/example-projects/starter/package.json b/packages/create-keystone-app/example-projects/starter/package.json index a6dd4e44e4c..eed92e5de2b 100644 --- a/packages/create-keystone-app/example-projects/starter/package.json +++ b/packages/create-keystone-app/example-projects/starter/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/example-projects-starter", "description": "An example KeystoneJS project with a User list and Authentication.", "private": true, - "version": "5.0.12", + "version": "5.0.13", "author": "The KeystoneJS Development Team", "repository": "https://github.com/keystonejs/keystone/tree/master/packages/create-keystone-app/example-projects/starter", "homepage": "https://github.com/keystonejs/keystone", @@ -17,12 +17,12 @@ "create-tables": "cross-env CREATE_TABLES=true keystone create-tables" }, "dependencies": { - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-admin-ui": "^7.1.0", - "@keystonejs/app-graphql": "^6.0.0", - "@keystonejs/auth-password": "^5.1.11", - "@keystonejs/fields": "^14.0.0", - "@keystonejs/keystone": "^12.0.0", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/app-admin-ui": "^7.2.0", + "@keystonejs/app-graphql": "^6.1.0", + "@keystonejs/auth-password": "^5.1.12", + "@keystonejs/fields": "^15.0.0", + "@keystonejs/keystone": "^13.0.0", "cross-env": "^7.0.0" } } diff --git a/packages/create-keystone-app/example-projects/todo/CHANGELOG.md b/packages/create-keystone-app/example-projects/todo/CHANGELOG.md index 07e1794db90..a425d55b08b 100644 --- a/packages/create-keystone-app/example-projects/todo/CHANGELOG.md +++ b/packages/create-keystone-app/example-projects/todo/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/example-projects-todo +## 5.0.13 + +### 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), [`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), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/fields@15.0.0 + - @keystonejs/keystone@13.0.0 + - @keystonejs/app-admin-ui@7.2.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/adapter-mongoose@9.0.1 + ## 5.0.12 ### Patch Changes diff --git a/packages/create-keystone-app/example-projects/todo/package.json b/packages/create-keystone-app/example-projects/todo/package.json index 18196a97529..f94dab953d4 100644 --- a/packages/create-keystone-app/example-projects/todo/package.json +++ b/packages/create-keystone-app/example-projects/todo/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/example-projects-todo", "description": "An example KeystoneJS project showcasing a simple Todo List with a Keystone StaticApp front-end.", "private": true, - "version": "5.0.12", + "version": "5.0.13", "author": "The KeystoneJS Development Team", "repository": "https://github.com/keystonejs/keystone/tree/master/packages/create-keystone-app/example-projects/todo", "homepage": "https://github.com/keystonejs/keystone", @@ -17,12 +17,12 @@ "create-tables": "cross-env keystone create-tables" }, "dependencies": { - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-admin-ui": "^7.1.0", - "@keystonejs/app-graphql": "^6.0.0", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/app-admin-ui": "^7.2.0", + "@keystonejs/app-graphql": "^6.1.0", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/fields": "^14.0.0", - "@keystonejs/keystone": "^12.0.0", + "@keystonejs/fields": "^15.0.0", + "@keystonejs/keystone": "^13.0.0", "cross-env": "^7.0.0" } } diff --git a/packages/field-content/CHANGELOG.md b/packages/field-content/CHANGELOG.md index b07689d1881..f8ec25bd255 100644 --- a/packages/field-content/CHANGELOG.md +++ b/packages/field-content/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystonejs/field-content +## 7.0.3 + +### Patch Changes + +- [`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. + +- Updated dependencies [[`d7e011319`](https://github.com/keystonejs/keystone/commit/d7e011319d18275e7e3ca1ab2209b2042c6775cb), [`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/build-field-types@5.2.11 + - @keystonejs/fields@15.0.0 + ## 7.0.2 ### Patch Changes diff --git a/packages/field-content/package.json b/packages/field-content/package.json index ab5537ae044..9caa2e26a0c 100644 --- a/packages/field-content/package.json +++ b/packages/field-content/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/field-content", "description": "A block-based content field for KeystoneJS", - "version": "7.0.2", + "version": "7.0.3", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -17,8 +17,8 @@ "@arch-ui/typography": "^0.0.17", "@babel/runtime": "^7.8.4", "@emotion/core": "^10.0.28", - "@keystonejs/build-field-types": "^5.2.10", - "@keystonejs/fields": "^14.0.0", + "@keystonejs/build-field-types": "^5.2.11", + "@keystonejs/fields": "^15.0.0", "@keystonejs/utils": "^5.4.1", "@popperjs/core": "^2.3.3", "@primer/octicons-react": "^10.0.0", diff --git a/packages/fields-authed-relationship/CHANGELOG.md b/packages/fields-authed-relationship/CHANGELOG.md index 41540eda1b7..3d2a7cffa74 100644 --- a/packages/fields-authed-relationship/CHANGELOG.md +++ b/packages/fields-authed-relationship/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystonejs/fields-authed-relationship +## 1.0.9 + +### Patch Changes + +- [`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. + +- Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/fields@15.0.0 + ## 1.0.8 ### Patch Changes diff --git a/packages/fields-authed-relationship/package.json b/packages/fields-authed-relationship/package.json index c1bdc91c6e0..3afc4945ba9 100644 --- a/packages/fields-authed-relationship/package.json +++ b/packages/fields-authed-relationship/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/fields-authed-relationship", "description": "KeystoneJS AuthedRelationship Field Type", - "version": "1.0.8", + "version": "1.0.9", "author": "The KeystoneJS Development Team", "license": "MIT", "main": "dist/fields-authed-relationship.cjs.js", @@ -12,7 +12,7 @@ }, "dependencies": { "@babel/runtime": "^7.8.4", - "@keystonejs/fields": "^14.0.0" + "@keystonejs/fields": "^15.0.0" }, "module": "dist/fields-authed-relationship.esm.js" } diff --git a/packages/fields-auto-increment/CHANGELOG.md b/packages/fields-auto-increment/CHANGELOG.md index befbdd9a46a..3514630eedb 100644 --- a/packages/fields-auto-increment/CHANGELOG.md +++ b/packages/fields-auto-increment/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystonejs/fields-auto-increment +## 5.1.12 + +### Patch Changes + +- [`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. + +- Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/fields@15.0.0 + - @keystonejs/adapter-knex@11.0.1 + ## 5.1.11 ### Patch Changes diff --git a/packages/fields-auto-increment/package.json b/packages/fields-auto-increment/package.json index 7810e9fb01e..fd4f0ba0d4a 100644 --- a/packages/fields-auto-increment/package.json +++ b/packages/fields-auto-increment/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/fields-auto-increment", "description": "KeystoneJS AutoIncrement Field Type", - "version": "5.1.11", + "version": "5.1.12", "author": "The KeystoneJS Development Team", "license": "MIT", "repository": "https://github.com/keystonejs/keystone/tree/master/packages/fields-auto-increment", @@ -11,8 +11,8 @@ }, "dependencies": { "@babel/runtime": "^7.8.4", - "@keystonejs/adapter-knex": "^11.0.0", - "@keystonejs/fields": "^14.0.0" + "@keystonejs/adapter-knex": "^11.0.1", + "@keystonejs/fields": "^15.0.0" }, "main": "dist/fields-auto-increment.cjs.js", "module": "dist/fields-auto-increment.esm.js" diff --git a/packages/fields-datetime-utc/CHANGELOG.md b/packages/fields-datetime-utc/CHANGELOG.md index 73a4562270b..e856c586016 100644 --- a/packages/fields-datetime-utc/CHANGELOG.md +++ b/packages/fields-datetime-utc/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/fields-datetime-utc +## 6.0.4 + +### Patch Changes + +- [`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. + +- Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/fields@15.0.0 + - @keystonejs/adapter-knex@11.0.1 + - @keystonejs/adapter-mongoose@9.0.1 + ## 6.0.3 ### Patch Changes diff --git a/packages/fields-datetime-utc/package.json b/packages/fields-datetime-utc/package.json index 127fc73a555..58be6578df2 100644 --- a/packages/fields-datetime-utc/package.json +++ b/packages/fields-datetime-utc/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/fields-datetime-utc", "description": "KeystoneJS DatetimeUtc Field Type", - "version": "6.0.3", + "version": "6.0.4", "author": "The KeystoneJS Development Team", "license": "MIT", "repository": "https://github.com/keystonejs/keystone/tree/master/packages/fields-datetime-utc", @@ -11,9 +11,9 @@ }, "dependencies": { "@babel/runtime": "^7.8.4", - "@keystonejs/adapter-knex": "^11.0.0", - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/fields": "^14.0.0", + "@keystonejs/adapter-knex": "^11.0.1", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/fields": "^15.0.0", "luxon": "^1.11.4" }, "main": "dist/fields-datetime-utc.cjs.js", diff --git a/packages/fields-markdown/CHANGELOG.md b/packages/fields-markdown/CHANGELOG.md index 8c729e3f16b..f1d18de14ef 100644 --- a/packages/fields-markdown/CHANGELOG.md +++ b/packages/fields-markdown/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystonejs/fields-markdown +## 5.2.3 + +### Patch Changes + +- [`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. + +- Updated dependencies [[`d7e011319`](https://github.com/keystonejs/keystone/commit/d7e011319d18275e7e3ca1ab2209b2042c6775cb), [`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/build-field-types@5.2.11 + - @keystonejs/fields@15.0.0 + ## 5.2.2 ### Patch Changes diff --git a/packages/fields-markdown/package.json b/packages/fields-markdown/package.json index 6fae14c6382..85416174ebb 100644 --- a/packages/fields-markdown/package.json +++ b/packages/fields-markdown/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/fields-markdown", "description": "KeystoneJS Markdown Field Type", - "version": "5.2.2", + "version": "5.2.3", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -15,8 +15,8 @@ "@arch-ui/typography": "^0.0.17", "@babel/runtime": "^7.8.4", "@emotion/core": "^10.0.28", - "@keystonejs/build-field-types": "^5.2.10", - "@keystonejs/fields": "^14.0.0", + "@keystonejs/build-field-types": "^5.2.11", + "@keystonejs/fields": "^15.0.0", "@primer/octicons-react": "^10.0.0", "codemirror": "^5.48.0", "prop-types": "^15.7.2", diff --git a/packages/fields-mongoid/CHANGELOG.md b/packages/fields-mongoid/CHANGELOG.md index 06e5b5eec3f..eefed122eb0 100644 --- a/packages/fields-mongoid/CHANGELOG.md +++ b/packages/fields-mongoid/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystonejs/fields-mongoid +## 6.0.3 + +### Patch Changes + +- [`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. + +- Updated dependencies [[`d7e011319`](https://github.com/keystonejs/keystone/commit/d7e011319d18275e7e3ca1ab2209b2042c6775cb), [`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/build-field-types@5.2.11 + - @keystonejs/fields@15.0.0 + - @keystonejs/adapter-knex@11.0.1 + - @keystonejs/adapter-mongoose@9.0.1 + ## 6.0.2 ### Patch Changes diff --git a/packages/fields-mongoid/package.json b/packages/fields-mongoid/package.json index 71f1d43e118..b96cee1460c 100644 --- a/packages/fields-mongoid/package.json +++ b/packages/fields-mongoid/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/fields-mongoid", "description": "KeystoneJS MongoId Field Type", - "version": "6.0.2", + "version": "6.0.3", "author": "The KeystoneJS Development Team", "license": "MIT", "main": "dist/fields-mongoid.cjs.js", @@ -13,10 +13,10 @@ "dependencies": { "@arch-ui/input": "^0.1.10", "@babel/runtime": "^7.8.4", - "@keystonejs/adapter-knex": "^11.0.0", - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/build-field-types": "^5.2.10", - "@keystonejs/fields": "^14.0.0", + "@keystonejs/adapter-knex": "^11.0.1", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/build-field-types": "^5.2.11", + "@keystonejs/fields": "^15.0.0", "react": "^16.13.1" }, "module": "dist/fields-mongoid.esm.js" diff --git a/packages/fields-wysiwyg-tinymce/CHANGELOG.md b/packages/fields-wysiwyg-tinymce/CHANGELOG.md index 02acb981c2b..9e42bf206c4 100644 --- a/packages/fields-wysiwyg-tinymce/CHANGELOG.md +++ b/packages/fields-wysiwyg-tinymce/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystonejs/fields-wysiwyg-tinymce +## 5.3.4 + +### Patch Changes + +- [`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. + +- Updated dependencies [[`d7e011319`](https://github.com/keystonejs/keystone/commit/d7e011319d18275e7e3ca1ab2209b2042c6775cb), [`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/build-field-types@5.2.11 + - @keystonejs/fields@15.0.0 + ## 5.3.3 ### Patch Changes diff --git a/packages/fields-wysiwyg-tinymce/package.json b/packages/fields-wysiwyg-tinymce/package.json index 1c885a52567..38c78ca8be1 100644 --- a/packages/fields-wysiwyg-tinymce/package.json +++ b/packages/fields-wysiwyg-tinymce/package.json @@ -3,7 +3,7 @@ "description": "KeystoneJS WYSIWYG HTML Field Type, powered by TinyMCE", "homepage": "https://github.com/keystonejs/keystone", "repository": "https://github.com/keystonejs/keystone/tree/master/packages/fields-wysiwyg-tinymce", - "version": "5.3.3", + "version": "5.3.4", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -15,8 +15,8 @@ "@arch-ui/theme": "^0.0.10", "@babel/runtime": "^7.8.4", "@emotion/core": "^10.0.28", - "@keystonejs/build-field-types": "^5.2.10", - "@keystonejs/fields": "^14.0.0", + "@keystonejs/build-field-types": "^5.2.11", + "@keystonejs/fields": "^15.0.0", "@primer/octicons-react": "^10.0.0", "@tinymce/tinymce-react": "^3.5.0", "prop-types": "^15.7.2", diff --git a/packages/fields/CHANGELOG.md b/packages/fields/CHANGELOG.md index 9db3c03247b..e74446a5166 100644 --- a/packages/fields/CHANGELOG.md +++ b/packages/fields/CHANGELOG.md @@ -1,5 +1,36 @@ # @keystonejs/fields +## 15.0.0 + +### Major Changes + +- [`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122) [#3283](https://github.com/keystonejs/keystone/pull/3283) Thanks [@timleslie](https://github.com/timleslie)! - Removed `BaseListAdapter.findFieldAdapterForQuerySegment()` and `MongoRelationshipInterface.supportsRelationshipQuery()`. + +* [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d) [#3284](https://github.com/keystonejs/keystone/pull/3284) Thanks [@timleslie](https://github.com/timleslie)! - Removed `MongoRelationshipInterface.getRefListAdapter()` and `KnexRelationshipInterface.getRefListAdapter()`. + +- [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364) [#3261](https://github.com/keystonejs/keystone/pull/3261) Thanks [@timleslie](https://github.com/timleslie)! - `many` relationships now have a GraphQL type of `[Item!]!`, rather than `[Item]`. + + The old type of `[Item]` implied that the relationship field could return `null`, or that some of the items it returned could be `null`. In practice, neither of these things ever happened. The new type better reflects this reality. + + The filter argument `{path}_is_null` has also been removed for `many` relationships, as it does not apply to a non-null array type. + +### Patch Changes + +- [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2) [#3299](https://github.com/keystonejs/keystone/pull/3299) Thanks [@timleslie](https://github.com/timleslie)! - Fixed a bug on `MongooseAdapter` where `DateTime` fields did not respect the `isUnique` flag. + +* [`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. + +- [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6) [#3290](https://github.com/keystonejs/keystone/pull/3290) Thanks [@timleslie](https://github.com/timleslie)! - Refactored relationship internals. No functional changes. + +- Updated dependencies [[`d7e011319`](https://github.com/keystonejs/keystone/commit/d7e011319d18275e7e3ca1ab2209b2042c6775cb), [`b53b6fe5a`](https://github.com/keystonejs/keystone/commit/b53b6fe5a8cbefba20008ca54ee3fe4b346e8497), [`5a3849806`](https://github.com/keystonejs/keystone/commit/5a3849806d00e62b722461d02f6e4639bc45c1eb), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`5332988e3`](https://github.com/keystonejs/keystone/commit/5332988e3fafe6a3594f7dcecd79a9402df28015), [`2e10b1083`](https://github.com/keystonejs/keystone/commit/2e10b1083c0ab3925b877f16543c3d302f618313)]: + - @keystonejs/build-field-types@5.2.11 + - @keystonejs/app-admin-ui@7.2.0 + - @keystonejs/access-control@6.3.0 + - @keystonejs/field-content@7.0.3 + - @keystonejs/test-utils@7.1.1 + - @keystonejs/adapter-knex@11.0.1 + - @keystonejs/adapter-mongoose@9.0.1 + ## 14.0.0 ### Major Changes diff --git a/packages/fields/package.json b/packages/fields/package.json index ccecc5c1e27..17b0fa81229 100644 --- a/packages/fields/package.json +++ b/packages/fields/package.json @@ -3,7 +3,7 @@ "description": "KeystoneJS Field Types including Text, Password, DateTime, Integer, and more.", "homepage": "https://github.com/keystonejs/keystone", "repository": "https://github.com/keystonejs/keystone/tree/master/packages/fields", - "version": "14.0.0", + "version": "15.0.0", "main": "dist/fields.cjs.js", "module": "dist/fields.esm.js", "author": "The KeystoneJS Development Team", @@ -32,12 +32,12 @@ "@arch-ui/typography": "^0.0.17", "@babel/runtime": "^7.8.4", "@emotion/core": "^10.0.28", - "@keystonejs/access-control": "^6.2.0", - "@keystonejs/adapter-knex": "^11.0.0", - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-admin-ui": "^7.1.0", - "@keystonejs/build-field-types": "^5.2.10", - "@keystonejs/field-content": "^7.0.2", + "@keystonejs/access-control": "^6.3.0", + "@keystonejs/adapter-knex": "^11.0.1", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/app-admin-ui": "^7.2.0", + "@keystonejs/build-field-types": "^5.2.11", + "@keystonejs/field-content": "^7.0.3", "@keystonejs/utils": "^5.4.2", "@primer/octicons-react": "^10.0.0", "@sindresorhus/slugify": "^0.11.0", diff --git a/packages/keystone/CHANGELOG.md b/packages/keystone/CHANGELOG.md index ff1d6de4778..31d9bf29323 100644 --- a/packages/keystone/CHANGELOG.md +++ b/packages/keystone/CHANGELOG.md @@ -1,5 +1,55 @@ # @keystonejs/keystone +## 13.0.0 + +### Major Changes + +- [`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122) [#3283](https://github.com/keystonejs/keystone/pull/3283) Thanks [@timleslie](https://github.com/timleslie)! - Removed `BaseListAdapter.findFieldAdapterForQuerySegment()` and `MongoRelationshipInterface.supportsRelationshipQuery()`. + +* [`271f1a40b`](https://github.com/keystonejs/keystone/commit/271f1a40b97e03aaa00ce920a6515b8f18669428) [#3289](https://github.com/keystonejs/keystone/pull/3289) Thanks [@timleslie](https://github.com/timleslie)! - Removed `keystone.createHTTPContext()`. + +- [`22b4a5c1a`](https://github.com/keystonejs/keystone/commit/22b4a5c1a13c3cca47190467be9d56e836f180f1) [#3302](https://github.com/keystonejs/keystone/pull/3302) Thanks [@MadeByMike](https://github.com/MadeByMike)! - Removed the `keystone.createItems` and `keystone.createItem` methods. These have been replaced with the corresponding functions `createItems` and `createItem` in `@keystonejs/server-side-graphql-client`. + + If you have examples like: + + ``` + keystone.createItems({ + User: [{ name: 'Ticiana' }, { name: 'Lauren' }], + }); + ``` + + You will need to change this to: + + ``` + const { createItems } = require('@keystonejs/server-side-graphql-client'); + createItems({ + keystone, + listName: 'User', + items: [{ data: { name: 'Ticiana' } }, {data: { name: 'Lauren' } }] + }) + ``` + +* [`e07c42d4e`](https://github.com/keystonejs/keystone/commit/e07c42d4ec75d5703bec4a2e419a42d18bed90ca) [#3288](https://github.com/keystonejs/keystone/pull/3288) Thanks [@timleslie](https://github.com/timleslie)! - Removed `keystone.registerSchema()`. + +### Minor Changes + +- [`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()` + +* [`5a3849806`](https://github.com/keystonejs/keystone/commit/5a3849806d00e62b722461d02f6e4639bc45c1eb) [#3262](https://github.com/keystonejs/keystone/pull/3262) Thanks [@MadeByMike](https://github.com/MadeByMike)! - Added a new private internal schema that will allow a better method of bypassing access control on the `executeGraphQL` function. + + The schema name `internal` is now a reserved name and if you have a schema with this name you will need to change it with this update. + + Note: You cannot change access control on the `internal` schema. + +### Patch Changes + +- [`ef7074977`](https://github.com/keystonejs/keystone/commit/ef70749775ce1565eafd7f94c3d7438c8ebd474e) [#3282](https://github.com/keystonejs/keystone/pull/3282) Thanks [@timleslie](https://github.com/timleslie)! - Updated `BaseKeystoneAdapter` to pass `rels` to `._connect()`. + +- Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`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/fields@15.0.0 + - @keystonejs/access-control@6.3.0 + - @keystonejs/test-utils@7.1.1 + ## 12.0.0 ### Major Changes diff --git a/packages/keystone/package.json b/packages/keystone/package.json index 7d48ca5decc..0e566cc6621 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/keystone", "description": "The main @keystonejs class & CLI. This is where the magic happens.", - "version": "12.0.0", + "version": "13.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -11,9 +11,9 @@ "keystone": "bin/cli.js" }, "dependencies": { - "@keystonejs/access-control": "^6.2.0", + "@keystonejs/access-control": "^6.3.0", "@keystonejs/app-version": "^1.0.2", - "@keystonejs/fields": "^14.0.0", + "@keystonejs/fields": "^15.0.0", "@keystonejs/logger": "^5.1.2", "@keystonejs/session": "^8.0.0", "@keystonejs/utils": "^5.4.2", diff --git a/packages/list-plugins/CHANGELOG.md b/packages/list-plugins/CHANGELOG.md index f32accde971..06df08e3d63 100644 --- a/packages/list-plugins/CHANGELOG.md +++ b/packages/list-plugins/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystonejs/list-plugins +## 7.0.4 + +### Patch Changes + +- Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`c3883e01c`](https://github.com/keystonejs/keystone/commit/c3883e01c01b83cf5938de9bebf2dd68f4861364), [`fd2b8d1cf`](https://github.com/keystonejs/keystone/commit/fd2b8d1cf0b23b177951d65006a0d0faf666a5d6)]: + - @keystonejs/fields@15.0.0 + - @keystonejs/fields-authed-relationship@1.0.9 + ## 7.0.3 ### Patch Changes diff --git a/packages/list-plugins/package.json b/packages/list-plugins/package.json index 7ef6491febb..e29f6868f01 100644 --- a/packages/list-plugins/package.json +++ b/packages/list-plugins/package.json @@ -1,15 +1,15 @@ { "name": "@keystonejs/list-plugins", "description": "List level plugins which can update list config during list initialization including adding additional fields", - "version": "7.0.3", + "version": "7.0.4", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/fields": "^14.0.0", - "@keystonejs/fields-authed-relationship": "^1.0.8" + "@keystonejs/fields": "^15.0.0", + "@keystonejs/fields-authed-relationship": "^1.0.9" }, "repository": "https://github.com/keystonejs/keystone/tree/master/packages/list-plugins" } diff --git a/packages/mongo-join-builder/CHANGELOG.md b/packages/mongo-join-builder/CHANGELOG.md index ebcc7912d75..68a78a64c61 100644 --- a/packages/mongo-join-builder/CHANGELOG.md +++ b/packages/mongo-join-builder/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystonejs/mongo-join-builder +## 7.1.2 + +### Patch Changes + +- [`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122) [#3283](https://github.com/keystonejs/keystone/pull/3283) Thanks [@timleslie](https://github.com/timleslie)! - Removed `BaseListAdapter.findFieldAdapterForQuerySegment()` and `MongoRelationshipInterface.supportsRelationshipQuery()`. + +* [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d) [#3284](https://github.com/keystonejs/keystone/pull/3284) Thanks [@timleslie](https://github.com/timleslie)! - Removed `MongoRelationshipInterface.getRefListAdapter()` and `KnexRelationshipInterface.getRefListAdapter()`. + ## 7.1.1 ### Patch Changes diff --git a/packages/mongo-join-builder/package.json b/packages/mongo-join-builder/package.json index bb88279af9a..6dc2ff3e39b 100644 --- a/packages/mongo-join-builder/package.json +++ b/packages/mongo-join-builder/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/mongo-join-builder", "description": "Programmatically build JOIN-like Mongo aggregations based on arbitrarily nested relationships.", - "version": "7.1.1", + "version": "7.1.2", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { diff --git a/packages/server-side-graphql-client/CHANGELOG.md b/packages/server-side-graphql-client/CHANGELOG.md index 2e031e162d7..f4f489a38a3 100644 --- a/packages/server-side-graphql-client/CHANGELOG.md +++ b/packages/server-side-graphql-client/CHANGELOG.md @@ -1 +1,41 @@ # @keystonejs/server-side-graphql-client + +## 1.0.0 + +### Major Changes + +- [`24af20b38`](https://github.com/keystonejs/keystone/commit/24af20b38ab89a452edc7a060c9bc936cda55a4a) [#3300](https://github.com/keystonejs/keystone/pull/3300) Thanks [@MadeByMike](https://github.com/MadeByMike)! - This is the initial release of `@keystonejs/server-side-graphql-client,` a library for running server-side graphQL queries and mutations in Keystone. + + It is intended to replace the `keystone.createItems` method with a set of utility functions to generate and execute graphQL queries. + + Note: In a future change we will remove the `keystone.createItems` method. You will need to update code that used `createItems`. + + If you have examples like: + + ``` + keystone.createItems({ + User: [{ name: 'Ticiana' }, { name: 'Lauren' }], + }); + ``` + + You will need to change this to: + + ``` + const { createItems } = require('@keystonejs/server-side-graphql-client'); + + createItems({ + keystone, + listKey: 'User', + items: [{ data: { name: 'Ticiana' } }, {data: { name: 'Lauren' } }] + }) + ``` + +### 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. + +* [`2e10b1083`](https://github.com/keystonejs/keystone/commit/2e10b1083c0ab3925b877f16543c3d302f618313) [#3309](https://github.com/keystonejs/keystone/pull/3309) Thanks [@timleslie](https://github.com/timleslie)! - Simplified tests using the updated `test-utils` API. + +* Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`086b6baec`](https://github.com/keystonejs/keystone/commit/086b6baecdb8730bd7ae7001a96ae881fb13bac2), [`7da9d67d7`](https://github.com/keystonejs/keystone/commit/7da9d67d7d481c44a81406c6b34540a3f0a8340d), [`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/fields@15.0.0 + - @keystonejs/test-utils@7.1.1 diff --git a/packages/server-side-graphql-client/package.json b/packages/server-side-graphql-client/package.json index dede128de2b..b69c8fca6aa 100644 --- a/packages/server-side-graphql-client/package.json +++ b/packages/server-side-graphql-client/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/server-side-graphql-client", "description": "A library for running server-side graphQL queries and mutations in Keystone.", - "version": "0.0.0", + "version": "1.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "homepage": "https://github.com/keystonejs/keystone", @@ -9,8 +9,8 @@ "engines": { "node": ">=10.0.0" }, - "devDependencies": { - "@keystonejs/fields": "*", - "@keystonejs/test-utils": "*" + "devDependencies": { + "@keystonejs/fields": "*", + "@keystonejs/test-utils": "*" } } diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 39de75adf5a..5316f0e41f3 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,19 @@ # @keystonejs/test-utils +## 7.1.1 + +### Patch Changes + +- [`5332988e3`](https://github.com/keystonejs/keystone/commit/5332988e3fafe6a3594f7dcecd79a9402df28015) [#3278](https://github.com/keystonejs/keystone/pull/3278) Thanks [@timleslie](https://github.com/timleslie)! - Replaced use of "p-finally" library with native Node code. + +* [`2e10b1083`](https://github.com/keystonejs/keystone/commit/2e10b1083c0ab3925b877f16543c3d302f618313) [#3309](https://github.com/keystonejs/keystone/pull/3309) Thanks [@timleslie](https://github.com/timleslie)! - Simplified tests using the updated `test-utils` API. + +* Updated dependencies [[`af5171563`](https://github.com/keystonejs/keystone/commit/af51715637433bcdd2538835c98ac71a8eb86122), [`271f1a40b`](https://github.com/keystonejs/keystone/commit/271f1a40b97e03aaa00ce920a6515b8f18669428), [`22b4a5c1a`](https://github.com/keystonejs/keystone/commit/22b4a5c1a13c3cca47190467be9d56e836f180f1), [`afe661e60`](https://github.com/keystonejs/keystone/commit/afe661e607539df13584d460e1016ba0fa883cb8), [`ef7074977`](https://github.com/keystonejs/keystone/commit/ef70749775ce1565eafd7f94c3d7438c8ebd474e), [`e07c42d4e`](https://github.com/keystonejs/keystone/commit/e07c42d4ec75d5703bec4a2e419a42d18bed90ca), [`5a3849806`](https://github.com/keystonejs/keystone/commit/5a3849806d00e62b722461d02f6e4639bc45c1eb)]: + - @keystonejs/keystone@13.0.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/adapter-knex@11.0.1 + - @keystonejs/adapter-mongoose@9.0.1 + ## 7.1.0 ### Minor Changes diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index ef05aa57dc4..92bf9d338cf 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,17 +1,17 @@ { "name": "@keystonejs/test-utils", "description": "Common utilities used while testing @keystonejs/* packages.", - "version": "7.1.0", + "version": "7.1.1", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/adapter-knex": "^11.0.0", - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-graphql": "^6.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/keystone": "^13.0.0", "express": "^4.17.1", "mongodb-memory-server-core": "^6.5.2", "supertest-light": "^1.0.3" diff --git a/test-projects/access-control/CHANGELOG.md b/test-projects/access-control/CHANGELOG.md index f695e87de30..c0cac71988b 100644 --- a/test-projects/access-control/CHANGELOG.md +++ b/test-projects/access-control/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystonejs/cypress-project-access-control +## 5.1.14 + +### 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. + +- 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), [`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/fields@15.0.0 + - @keystonejs/keystone@13.0.0 + - @keystonejs/server-side-graphql-client@1.0.0 + - @keystonejs/app-admin-ui@7.2.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/auth-password@5.1.12 + - @keystonejs/adapter-mongoose@9.0.1 + ## 5.1.13 ### Patch Changes diff --git a/test-projects/access-control/package.json b/test-projects/access-control/package.json index 0ff1840e1cc..520fe0d9c62 100644 --- a/test-projects/access-control/package.json +++ b/test-projects/access-control/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/cypress-project-access-control", "description": "A KeystoneJS demo project for integration testing. See @keystonejs/keystone for more.", "private": true, - "version": "5.1.13", + "version": "5.1.14", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -18,13 +18,13 @@ "cypress:open": "if [ -f .env ]; then yarn prepare-test-server cypress:open:cmd; else echo \"\nError: Must create a test-projects/access-control/.env file.\nSee test-projects/access-control/.env.example for values\n\"; exit 1; fi" }, "dependencies": { - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-admin-ui": "^7.1.0", - "@keystonejs/app-graphql": "^6.0.0", - "@keystonejs/auth-password": "^5.1.11", - "@keystonejs/fields": "^14.0.0", - "@keystonejs/keystone": "^12.0.0", - "@keystonejs/server-side-graphql-client": "^0.0.0", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/app-admin-ui": "^7.2.0", + "@keystonejs/app-graphql": "^6.1.0", + "@keystonejs/auth-password": "^5.1.12", + "@keystonejs/fields": "^15.0.0", + "@keystonejs/keystone": "^13.0.0", + "@keystonejs/server-side-graphql-client": "^1.0.0", "@keystonejs/utils": "^5.4.1", "cross-env": "^7.0.0", "express": "^4.17.1" diff --git a/test-projects/basic/CHANGELOG.md b/test-projects/basic/CHANGELOG.md index ad209a74296..c53d4eae81a 100644 --- a/test-projects/basic/CHANGELOG.md +++ b/test-projects/basic/CHANGELOG.md @@ -1,5 +1,22 @@ # @keystonejs/cypress-project-basic +## 6.0.5 + +### 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. + +- 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), [`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/fields@15.0.0 + - @keystonejs/keystone@13.0.0 + - @keystonejs/server-side-graphql-client@1.0.0 + - @keystonejs/app-admin-ui@7.2.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/field-content@7.0.3 + - @keystonejs/fields-markdown@5.2.3 + - @keystonejs/fields-wysiwyg-tinymce@5.3.4 + - @keystonejs/adapter-mongoose@9.0.1 + ## 6.0.4 ### Patch Changes diff --git a/test-projects/basic/package.json b/test-projects/basic/package.json index a9f3af73fc7..964d410b0c8 100644 --- a/test-projects/basic/package.json +++ b/test-projects/basic/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/cypress-project-basic", "description": "A KeystoneJS demo project for integration testing. See @keystonejs/keystone for more.", "private": true, - "version": "6.0.4", + "version": "6.0.5", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -20,18 +20,18 @@ }, "dependencies": { "@arch-ui/fields": "^3.0.3", - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-admin-ui": "^7.1.0", - "@keystonejs/app-graphql": "^6.0.0", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/app-admin-ui": "^7.2.0", + "@keystonejs/app-graphql": "^6.1.0", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/field-content": "^7.0.2", - "@keystonejs/fields": "^14.0.0", - "@keystonejs/fields-markdown": "^5.2.2", - "@keystonejs/fields-wysiwyg-tinymce": "^5.3.3", + "@keystonejs/field-content": "^7.0.3", + "@keystonejs/fields": "^15.0.0", + "@keystonejs/fields-markdown": "^5.2.3", + "@keystonejs/fields-wysiwyg-tinymce": "^5.3.4", "@keystonejs/file-adapters": "^7.0.2", - "@keystonejs/keystone": "^12.0.0", + "@keystonejs/keystone": "^13.0.0", "@keystonejs/oembed-adapters": "^5.1.4", - "@keystonejs/server-side-graphql-client": "^0.0.0", + "@keystonejs/server-side-graphql-client": "^1.0.0", "cross-env": "^7.0.0", "date-fns": "^2.14.0", "express": "^4.17.1", diff --git a/test-projects/client-validation/CHANGELOG.md b/test-projects/client-validation/CHANGELOG.md index 421c489680a..bb94c3dabd6 100644 --- a/test-projects/client-validation/CHANGELOG.md +++ b/test-projects/client-validation/CHANGELOG.md @@ -1,5 +1,19 @@ # @keystonejs/cypress-project-client-validation +## 6.0.5 + +### 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. + +- 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), [`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/fields@15.0.0 + - @keystonejs/keystone@13.0.0 + - @keystonejs/server-side-graphql-client@1.0.0 + - @keystonejs/app-admin-ui@7.2.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/adapter-mongoose@9.0.1 + ## 6.0.4 ### Patch Changes diff --git a/test-projects/client-validation/package.json b/test-projects/client-validation/package.json index 19c4d9d47c7..dc8f04cc2d5 100644 --- a/test-projects/client-validation/package.json +++ b/test-projects/client-validation/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/cypress-project-client-validation", "description": "A KeystoneJS demo project for integration testing. See @keystonejs/keystone for more.", "private": true, - "version": "6.0.4", + "version": "6.0.5", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -19,14 +19,14 @@ }, "dependencies": { "@arch-ui/fields": "^3.0.3", - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-admin-ui": "^7.1.0", - "@keystonejs/app-graphql": "^6.0.0", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/app-admin-ui": "^7.2.0", + "@keystonejs/app-graphql": "^6.1.0", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/fields": "^14.0.0", + "@keystonejs/fields": "^15.0.0", "@keystonejs/file-adapters": "^7.0.2", - "@keystonejs/keystone": "^12.0.0", - "@keystonejs/server-side-graphql-client": "^0.0.0", + "@keystonejs/keystone": "^13.0.0", + "@keystonejs/server-side-graphql-client": "^1.0.0", "cross-env": "^7.0.0", "date-fns": "^2.14.0", "express": "^4.17.1", diff --git a/test-projects/login/CHANGELOG.md b/test-projects/login/CHANGELOG.md index 809aff6ea7b..36ce55920c1 100644 --- a/test-projects/login/CHANGELOG.md +++ b/test-projects/login/CHANGELOG.md @@ -1,5 +1,21 @@ # @keystonejs/cypress-project-login +## 5.1.14 + +### 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. + +- 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), [`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/fields@15.0.0 + - @keystonejs/keystone@13.0.0 + - @keystonejs/server-side-graphql-client@1.0.0 + - @keystonejs/app-admin-ui@7.2.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/auth-password@5.1.12 + - @keystonejs/list-plugins@7.0.4 + - @keystonejs/adapter-mongoose@9.0.1 + ## 5.1.13 ### Patch Changes diff --git a/test-projects/login/package.json b/test-projects/login/package.json index f288fe09318..ae20adef606 100644 --- a/test-projects/login/package.json +++ b/test-projects/login/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/cypress-project-login", "description": "A KeystoneJS demo project for integration testing. See @keystonejs/keystone for more.", "private": true, - "version": "5.1.13", + "version": "5.1.14", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -18,15 +18,15 @@ "cypress:open": "if [ -f .env ]; then yarn prepare-test-server cypress:open:cmd; else echo \"\nError: Must create a test-projects/login/.env file.\nSee test-projects/login/.env.example for values\n\"; exit 1; fi" }, "dependencies": { - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-admin-ui": "^7.1.0", - "@keystonejs/app-graphql": "^6.0.0", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/app-admin-ui": "^7.2.0", + "@keystonejs/app-graphql": "^6.1.0", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/auth-password": "^5.1.11", - "@keystonejs/fields": "^14.0.0", - "@keystonejs/keystone": "^12.0.0", - "@keystonejs/list-plugins": "^7.0.3", - "@keystonejs/server-side-graphql-client": "^0.0.0", + "@keystonejs/auth-password": "^5.1.12", + "@keystonejs/fields": "^15.0.0", + "@keystonejs/keystone": "^13.0.0", + "@keystonejs/list-plugins": "^7.0.4", + "@keystonejs/server-side-graphql-client": "^1.0.0", "@keystonejs/session": "^8.0.0", "body-parser": "^1.18.2", "cross-env": "^7.0.0", diff --git a/test-projects/social-login/CHANGELOG.md b/test-projects/social-login/CHANGELOG.md index bddfbb11d20..b34edc89402 100644 --- a/test-projects/social-login/CHANGELOG.md +++ b/test-projects/social-login/CHANGELOG.md @@ -1,5 +1,21 @@ # @keystonejs/cypress-project-facebook-login +## 5.1.14 + +### 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. + +- 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), [`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/fields@15.0.0 + - @keystonejs/keystone@13.0.0 + - @keystonejs/server-side-graphql-client@1.0.0 + - @keystonejs/app-admin-ui@7.2.0 + - @keystonejs/app-graphql@6.1.0 + - @keystonejs/auth-passport@5.2.5 + - @keystonejs/auth-password@5.1.12 + - @keystonejs/adapter-mongoose@9.0.1 + ## 5.1.13 ### Patch Changes diff --git a/test-projects/social-login/package.json b/test-projects/social-login/package.json index 6af3238296f..8030dfa5d60 100644 --- a/test-projects/social-login/package.json +++ b/test-projects/social-login/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/cypress-project-social-login", "description": "A KeystoneJS demo project for integration testing. See @keystonejs/keystone for more.", "private": true, - "version": "5.1.13", + "version": "5.1.14", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -17,16 +17,16 @@ "dependencies": { "@arch-ui/fields": "^3.0.3", "@arch-ui/input": "^0.1.10", - "@keystonejs/adapter-mongoose": "^9.0.0", - "@keystonejs/app-admin-ui": "^7.1.0", - "@keystonejs/app-graphql": "^6.0.0", + "@keystonejs/adapter-mongoose": "^9.0.1", + "@keystonejs/app-admin-ui": "^7.2.0", + "@keystonejs/app-graphql": "^6.1.0", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/auth-passport": "^5.2.4", - "@keystonejs/auth-password": "^5.1.11", - "@keystonejs/fields": "^14.0.0", + "@keystonejs/auth-passport": "^5.2.5", + "@keystonejs/auth-password": "^5.1.12", + "@keystonejs/fields": "^15.0.0", "@keystonejs/file-adapters": "^7.0.2", - "@keystonejs/keystone": "^12.0.0", - "@keystonejs/server-side-graphql-client": "^0.0.0", + "@keystonejs/keystone": "^13.0.0", + "@keystonejs/server-side-graphql-client": "^1.0.0", "cookie-parser": "^1.4.4", "express": "^4.17.1", "passport-wordpress": "^0.0.4",