diff --git a/.changeset/big-llamas-sparkle.md b/.changeset/big-llamas-sparkle.md deleted file mode 100644 index e88322b78ac..00000000000 --- a/.changeset/big-llamas-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/keystone': patch ---- - -Refactored hook management into a separate module. diff --git a/.changeset/breezy-cherries-exercise.md b/.changeset/breezy-cherries-exercise.md deleted file mode 100644 index 9eb347d24ab..00000000000 --- a/.changeset/breezy-cherries-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/file-adapters': patch ---- - -Fixed a bug in the delete function, due to which it was impossible to delete images in folders. diff --git a/.changeset/cold-lies-kiss.md b/.changeset/cold-lies-kiss.md deleted file mode 100644 index f992b73037c..00000000000 --- a/.changeset/cold-lies-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/test-utils': minor ---- - -The `knex` adapter now accepts `DATABASE_URL` as an environment variable for the database location. diff --git a/.changeset/dirty-points-work.md b/.changeset/dirty-points-work.md deleted file mode 100644 index 2cd90bf8f24..00000000000 --- a/.changeset/dirty-points-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/adapter-knex': patch ---- - -Fix bug where fields that contain underscores cause runtime error in Knex Adapter diff --git a/.changeset/famous-pumpkins-raise.md b/.changeset/famous-pumpkins-raise.md deleted file mode 100644 index c288a88100a..00000000000 --- a/.changeset/famous-pumpkins-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/keystone': patch ---- - -Fixed a bug where `existingItem` had the wrong value in hooks during an `updateManyMutation`. diff --git a/.changeset/famous-stingrays-add.md b/.changeset/famous-stingrays-add.md deleted file mode 100644 index 85334d0485a..00000000000 --- a/.changeset/famous-stingrays-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/keystone': patch ---- - -Removed `keystone._buildQueryHelper()` and `keystone._executeOperation()`. diff --git a/.changeset/five-cherries-shout.md b/.changeset/five-cherries-shout.md deleted file mode 100644 index 298082be43d..00000000000 --- a/.changeset/five-cherries-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/session': patch ---- - -Updated middleware to directly access the data adapter to find the authorised item. diff --git a/.changeset/fresh-gifts-type.md b/.changeset/fresh-gifts-type.md deleted file mode 100644 index c710e09e7a3..00000000000 --- a/.changeset/fresh-gifts-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/api-tests': patch ---- - -Updated the layout of queries for consistency. diff --git a/.changeset/friendly-plums-sort.md b/.changeset/friendly-plums-sort.md deleted file mode 100644 index 35bba9d1b1f..00000000000 --- a/.changeset/friendly-plums-sort.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -'@keystonejs/app-admin-ui': minor -'@keystonejs/demo-project-blog': patch -'@keystonejs/demo-custom-fields': patch -'@keystonejs/demo-project-meetup': patch -'@keystonejs/demo-project-todo': patch -'create-keystone-app': patch -'@keystonejs/keystone': major -'@keystonejs/test-utils': 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 ---- - -Moved `name` config option from Keystone constructor to Admin UI constructor. diff --git a/.changeset/lazy-numbers-leave.md b/.changeset/lazy-numbers-leave.md deleted file mode 100644 index 52d009690b9..00000000000 --- a/.changeset/lazy-numbers-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/session': major ---- - -`SessionManager.getContext()` no longer returns values for `{ authedItem, authedListKey }` as these values are already provided by the core of Keystone. diff --git a/.changeset/light-llamas-wonder.md b/.changeset/light-llamas-wonder.md deleted file mode 100644 index 63a1fcc1b01..00000000000 --- a/.changeset/light-llamas-wonder.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@keystonejs/demo-project-meetup': patch ---- - -Updated usage of Apollo based on Next.js [example](https://github.com/vercel/next.js/blob/canary/examples/with-apollo). - -The **key changes** are: -- Less boilerplate code for setting/initializing Apollo Client -- Update home, events and about page to opt in for SSG -- Removed MyApp.getIntialProps as it will stop the [Auto Static optimization](https://nextjs.org/docs/api-reference/data-fetching/getInitialProps#caveats). -- Handle the authentication in client-side only. diff --git a/.changeset/light-news-look.md b/.changeset/light-news-look.md deleted file mode 100644 index c927e5dd413..00000000000 --- a/.changeset/light-news-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/keystone': patch ---- - -Don't pass name through to adapter.connect. diff --git a/.changeset/lovely-keys-rule.md b/.changeset/lovely-keys-rule.md deleted file mode 100644 index e6379bfe861..00000000000 --- a/.changeset/lovely-keys-rule.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@keystonejs/app-admin-ui': patch ---- - -**Fix** - -Upon filtering out the lists based on the ids, an error could occur. Irrespective of the error, we were still storing the search value into the localStorage. -And when user transit back to this list page, the error would persist as we append the search query onto the url. - -This fix looks into any api error, and removes the localStorage search value `location.search`, which gets set when **Filter** form is submitted. - -See #3075 diff --git a/.changeset/lucky-buckets-carry.md b/.changeset/lucky-buckets-carry.md deleted file mode 100644 index 9c079484297..00000000000 --- a/.changeset/lucky-buckets-carry.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@keystonejs/fields': patch ---- - -Allow passing in the `null` value to the **CalendarDay**[https://www.keystonejs.com/keystonejs/fields/src/types/calendar-day/#calendarday] field type. - -Passing in the `null` value for **CalendarDay** field was throwing a `TypeError` inside the inputValidation method of CalendarDay. -This fix allow passing the null value. diff --git a/.changeset/lucky-jokes-warn.md b/.changeset/lucky-jokes-warn.md deleted file mode 100644 index 80236304c43..00000000000 --- a/.changeset/lucky-jokes-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/keystone': patch ---- - -Factored out utility `List` functions into a separate module. diff --git a/.changeset/many-penguins-repeat.md b/.changeset/many-penguins-repeat.md deleted file mode 100644 index 308b4d39a9c..00000000000 --- a/.changeset/many-penguins-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/session': patch ---- - -Updated `cookieSecret` doc link. diff --git a/.changeset/new-moons-travel.md b/.changeset/new-moons-travel.md deleted file mode 100644 index 1de654026d4..00000000000 --- a/.changeset/new-moons-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/api-tests': patch ---- - -Removed left/right relationship variations as these are now assured by `_consolidateRelationships()`. diff --git a/.changeset/nice-bags-type.md b/.changeset/nice-bags-type.md deleted file mode 100644 index 7fe01de1db2..00000000000 --- a/.changeset/nice-bags-type.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -'@keystonejs/fields': major -'@keystonejs/keystone': major -'@keystonejs/api-tests': patch -'@keystonejs/demo-custom-fields': patch ---- - -Hooks no longer recieve a `{ query }` argument. This functionality has been superseded by `context.executeGraphQL()`. - -``` -{ - ... - hooks: { - resolveInput: async ({ actions: { query } } ) => { - ... - const { data, errors } = await query(`{ ... }`); - ... - } - } -} -``` - -should be changed to - -``` -{ - ... - hooks: { - resolveInput: async ({ context } ) => { - ... - const { data, errors } = await context.executeGraphQL({ query: `{ ... }` }); - ... - } - } -} -``` - -See [the docs](/docs/discussions/server-side-graphql.md) for more details on how to use `context.executeGraphQL()`. diff --git a/.changeset/orange-actors-listen.md b/.changeset/orange-actors-listen.md deleted file mode 100644 index 40bc344676c..00000000000 --- a/.changeset/orange-actors-listen.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -'@keystonejs/keystone': major ---- - -Resolver functions for custom queries and mutations no longer recieve a `{ query }` argument. This functionality has been superseded by `context.executeGraphQL()`. - -``` -keystone.extendGraphQLSchema({ - queries: { - schema: '...', - resolver: async (item, args, context, info, { query }) => { - ... - const { data, errors } = await query(`{ ... }`); - ... - } - } -}); -``` - -should be changed to - -``` -keystone.extendGraphQLSchema({ - queries: { - schema: '...', - resolver: async (item, args, context) => { - ... - const { data, errors } = await context.executeGraphQL({ query: `{ ... }` }); - ... - } - } -}); -``` - -See [the docs](/docs/discussions/server-side-graphql.md) for more details on how to use `context.executeGraphQL()`. diff --git a/.changeset/poor-bananas-train.md b/.changeset/poor-bananas-train.md deleted file mode 100644 index 7f7cbddaebc..00000000000 --- a/.changeset/poor-bananas-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/api-tests': patch ---- - -Added more checks for errors being undefined when returned from a graphQL request. diff --git a/.changeset/pretty-radios-obey.md b/.changeset/pretty-radios-obey.md deleted file mode 100644 index eb80163cd1f..00000000000 --- a/.changeset/pretty-radios-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/keystone': patch ---- - -Updated internal access control functions to directly accept access control definition. diff --git a/.changeset/quiet-bees-rescue.md b/.changeset/quiet-bees-rescue.md deleted file mode 100644 index 3d6d3238e6e..00000000000 --- a/.changeset/quiet-bees-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/fields': patch ---- - -Fix a bug with the location field where it is unable to render in admin ui after deleting the value. diff --git a/.changeset/red-pandas-punch.md b/.changeset/red-pandas-punch.md deleted file mode 100644 index 1da2e65f107..00000000000 --- a/.changeset/red-pandas-punch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@keystonejs/api-tests': patch -'@keystonejs/build-field-types': patch -'@keystonejs/mongo-join-builder': patch ---- - -Updated tests to consistently use `jest.setTimeout()`. diff --git a/.changeset/silent-berries-swim.md b/.changeset/silent-berries-swim.md deleted file mode 100644 index cbdfaa56412..00000000000 --- a/.changeset/silent-berries-swim.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystonejs/keystone': major ---- - -Removed the method `keystone.executeQuery()`, which has been superseded by `keystone.executeGraphQL()`. -See [the docs](/docs/discussions/server-side-graphql.md) for more details on how to use `keystone.executeGraphQL()`. diff --git a/.changeset/silent-onions-taste.md b/.changeset/silent-onions-taste.md deleted file mode 100644 index 1d04267133d..00000000000 --- a/.changeset/silent-onions-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/test-utils': patch ---- - -Improved error reporting in `matchFilter`. diff --git a/.changeset/silver-tables-build.md b/.changeset/silver-tables-build.md deleted file mode 100644 index 0e4585f4ced..00000000000 --- a/.changeset/silver-tables-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/keystone': minor ---- - -Add Mutation.updateAuthenticated, commonly used as Mutation.updateAuthenticatedUser diff --git a/.changeset/sixty-cameras-invite.md b/.changeset/sixty-cameras-invite.md deleted file mode 100644 index a89f36b5d55..00000000000 --- a/.changeset/sixty-cameras-invite.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@keystonejs/adapter-knex': major -'@keystonejs/adapter-mongoose': major -'create-keystone-app': patch ---- - -Adapters must now be explicitly configured with a connection string. A default based on the project name is no longer used. See the docs for [`adapter-knex`](/packages/adapter-knex/README.md) and [`adapter-mongoose`](/packages/adapter-mongoose/README.md). diff --git a/.changeset/spotty-poets-beg.md b/.changeset/spotty-poets-beg.md deleted file mode 100644 index a9d294a4c48..00000000000 --- a/.changeset/spotty-poets-beg.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@keystonejs/app-graphql': major -'@keystonejs/keystone': major ---- - -Replaced `keystone.getGraphQlContext()` with `keystone.createHTTPContext()`, to be used primarily by the Apollo server. -If you need to create a context for executing server-side GraphQL operations please use `keystone.createContext()`. -See [the docs](/docs/discussions/server-side-graphql.md) for more details on how to use `keystone.createContext()`. diff --git a/.changeset/strong-colts-sing.md b/.changeset/strong-colts-sing.md deleted file mode 100644 index b3cd0838acf..00000000000 --- a/.changeset/strong-colts-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/api-tests': patch ---- - -Split search test into indivudual tests. diff --git a/.changeset/tasty-cooks-begin.md b/.changeset/tasty-cooks-begin.md deleted file mode 100644 index c7eadff3c88..00000000000 --- a/.changeset/tasty-cooks-begin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystonejs/app-admin-ui': minor -'@keystonejs/keystone': patch ---- - -Added defaultPageSize and maximumPageSize config options fto the Admin UI. These can be used to set defaults for all lists (previously, these defaults were 50 and 1000, respectively). diff --git a/.changeset/twenty-baboons-rest.md b/.changeset/twenty-baboons-rest.md deleted file mode 100644 index 26d432e9084..00000000000 --- a/.changeset/twenty-baboons-rest.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystonejs/api-tests': patch -'@keystonejs/adapter-knex': patch ---- - -Fixed bug where `_is_null` queries on relationship fields could generate invalid SQL in `one-to-one` relationships. diff --git a/.changeset/witty-lies-attend.md b/.changeset/witty-lies-attend.md deleted file mode 100644 index 45e30b5424c..00000000000 --- a/.changeset/witty-lies-attend.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -'@keystonejs/demo-custom-fields': patch -'@keystonejs/app-admin-ui': patch -'@arch-ui/day-picker': patch -'@arch-ui/fields': patch -'@arch-ui/modal-utils': patch -'@arch-ui/options': patch -'@arch-ui/pagination': patch -'@arch-ui/pill': patch -'@keystonejs/field-content': patch -'@keystonejs/fields': patch -'@keystonejs/fields-markdown': patch -'@keystonejs/fields-wysiwyg-tinymce': patch -'@keystonejs/website': patch ---- - -Migrated to @primer/octicons-react v10. diff --git a/api-tests/CHANGELOG.md b/api-tests/CHANGELOG.md index 7b8e4f4bd85..87a9e413a6d 100644 --- a/api-tests/CHANGELOG.md +++ b/api-tests/CHANGELOG.md @@ -1,5 +1,63 @@ # @keystonejs/api-tests +## 6.0.1 + +### Patch Changes + +- [`0f645ddca`](https://github.com/keystonejs/keystone/commit/0f645ddcad8f5b65e41fc731b8f10a7d406b3cda) [#3266](https://github.com/keystonejs/keystone/pull/3266) Thanks [@timleslie](https://github.com/timleslie)! - Updated the layout of queries for consistency. + +* [`587507495`](https://github.com/keystonejs/keystone/commit/587507495aeaa70c2f0566e1b573ca4b02d1e977) [#3263](https://github.com/keystonejs/keystone/pull/3263) Thanks [@timleslie](https://github.com/timleslie)! - Removed left/right relationship variations as these are now assured by `_consolidateRelationships()`. + +- [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a) [#3171](https://github.com/keystonejs/keystone/pull/3171) Thanks [@timleslie](https://github.com/timleslie)! - Hooks no longer recieve a `{ query }` argument. This functionality has been superseded by `context.executeGraphQL()`. + + ``` + { + ... + hooks: { + resolveInput: async ({ actions: { query } } ) => { + ... + const { data, errors } = await query(`{ ... }`); + ... + } + } + } + ``` + + should be changed to + + ``` + { + ... + hooks: { + resolveInput: async ({ context } ) => { + ... + const { data, errors } = await context.executeGraphQL({ query: `{ ... }` }); + ... + } + } + } + ``` + + See [the docs](/docs/discussions/server-side-graphql.md) for more details on how to use `context.executeGraphQL()`. + +* [`7d4469f93`](https://github.com/keystonejs/keystone/commit/7d4469f9366c8dc2984df55313e1bcf253d112ac) [#3253](https://github.com/keystonejs/keystone/pull/3253) Thanks [@timleslie](https://github.com/timleslie)! - Added more checks for errors being undefined when returned from a graphQL request. + +- [`283839cfb`](https://github.com/keystonejs/keystone/commit/283839cfb84f80818dd85699e011eee4775e550d) [#3265](https://github.com/keystonejs/keystone/pull/3265) Thanks [@timleslie](https://github.com/timleslie)! - Updated tests to consistently use `jest.setTimeout()`. + +* [`88aee0530`](https://github.com/keystonejs/keystone/commit/88aee0530829217c03bd233cf57c5476cf0e9a15) [#3250](https://github.com/keystonejs/keystone/pull/3250) Thanks [@timleslie](https://github.com/timleslie)! - Split search test into indivudual tests. + +- [`7bdec6446`](https://github.com/keystonejs/keystone/commit/7bdec6446ed97fa962bb96abe07975bb23c6ec7a) [#3264](https://github.com/keystonejs/keystone/pull/3264) Thanks [@timleslie](https://github.com/timleslie)! - Fixed bug where `_is_null` queries on relationship fields could generate invalid SQL in `one-to-one` relationships. + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`753fa13ab`](https://github.com/keystonejs/keystone/commit/753fa13ab976cebdd145f4da948e13244612eedb), [`51c898537`](https://github.com/keystonejs/keystone/commit/51c898537c7fdc8578fa47eade6a499594b0d154), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`e710cd445`](https://github.com/keystonejs/keystone/commit/e710cd445bfb71317ca38622cc3795da61d13dff), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`136cb505c`](https://github.com/keystonejs/keystone/commit/136cb505ce11931de7fc470debe438e335588781), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`e63b9f25a`](https://github.com/keystonejs/keystone/commit/e63b9f25adb64cecf0f65c6f97fe30c95e483996), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`79d4c0d92`](https://github.com/keystonejs/keystone/commit/79d4c0d9250c1d1c1c46bcb2eaddae313eb7ac5f), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`7bdec6446`](https://github.com/keystonejs/keystone/commit/7bdec6446ed97fa962bb96abe07975bb23c6ec7a), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/test-utils@7.1.0 + - @keystonejs/adapter-knex@11.0.0 + - @keystonejs/session@8.0.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + - @keystonejs/auth-password@5.1.11 + ## 6.0.0 ### Major Changes diff --git a/api-tests/package.json b/api-tests/package.json index b4bdf15b246..33f25529002 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.0", + "version": "6.0.1", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -23,9 +23,9 @@ "testcheck": "^1.0.0-rc.2" }, "dependencies": { - "@keystonejs/auth-password": "^5.1.10", - "@keystonejs/fields": "^13.0.2", - "@keystonejs/test-utils": "^7.0.1", + "@keystonejs/auth-password": "^5.1.11", + "@keystonejs/fields": "^14.0.0", + "@keystonejs/test-utils": "^7.1.0", "@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 6d873898c1a..9997450c27b 100644 --- a/benchmarks/CHANGELOG.md +++ b/benchmarks/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystonejs/benchmarks +## 5.1.15 + +### Patch Changes + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`753fa13ab`](https://github.com/keystonejs/keystone/commit/753fa13ab976cebdd145f4da948e13244612eedb), [`51c898537`](https://github.com/keystonejs/keystone/commit/51c898537c7fdc8578fa47eade6a499594b0d154), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`e710cd445`](https://github.com/keystonejs/keystone/commit/e710cd445bfb71317ca38622cc3795da61d13dff), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`136cb505c`](https://github.com/keystonejs/keystone/commit/136cb505ce11931de7fc470debe438e335588781), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`e63b9f25a`](https://github.com/keystonejs/keystone/commit/e63b9f25adb64cecf0f65c6f97fe30c95e483996), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`79d4c0d92`](https://github.com/keystonejs/keystone/commit/79d4c0d9250c1d1c1c46bcb2eaddae313eb7ac5f), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`7bdec6446`](https://github.com/keystonejs/keystone/commit/7bdec6446ed97fa962bb96abe07975bb23c6ec7a), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/test-utils@7.1.0 + - @keystonejs/adapter-knex@11.0.0 + - @keystonejs/session@8.0.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + ## 5.1.14 ### Patch Changes diff --git a/benchmarks/package.json b/benchmarks/package.json index a86cb5f0c03..0598955b777 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.14", + "version": "5.1.15", "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": "^10.1.0", - "@keystonejs/adapter-mongoose": "^8.1.3", - "@keystonejs/app-graphql": "^5.1.9", - "@keystonejs/fields": "^13.0.2", - "@keystonejs/keystone": "^11.2.0", - "@keystonejs/session": "^7.0.1", - "@keystonejs/test-utils": "^7.0.1", + "@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/session": "^8.0.0", + "@keystonejs/test-utils": "^7.1.0", "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 ba279c05e36..9b3b7416d28 100644 --- a/demo-projects/blog/CHANGELOG.md +++ b/demo-projects/blog/CHANGELOG.md @@ -1,5 +1,23 @@ # keystone_demo_blog +## 6.1.3 + +### Patch Changes + +- [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7) [#3227](https://github.com/keystonejs/keystone/pull/3227) Thanks [@Vultraz](https://github.com/Vultraz)! - Moved `name` config option from Keystone constructor to Admin UI constructor. + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`35335df8e`](https://github.com/keystonejs/keystone/commit/35335df8eb64541dc5c5685e89883f35aa85d3f5), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/file-adapters@7.0.2 + - @keystonejs/app-admin-ui@7.1.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + - @keystonejs/fields-markdown@5.2.2 + - @keystonejs/fields-wysiwyg-tinymce@5.3.3 + - @keystonejs/auth-password@5.1.11 + - @keystonejs/fields-authed-relationship@1.0.8 + ## 6.1.2 ### Patch Changes diff --git a/demo-projects/blog/package.json b/demo-projects/blog/package.json index 5bb36e543cf..c322dd246bf 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.2", + "version": "6.1.3", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -20,18 +20,18 @@ "@arch-ui/typography": "^0.0.17", "@emotion/core": "^10.0.28", "@emotion/styled": "^10.0.27", - "@keystonejs/adapter-mongoose": "^8.1.3", - "@keystonejs/app-admin-ui": "^7.0.3", - "@keystonejs/app-graphql": "^5.1.8", + "@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/app-static": "^5.1.2", - "@keystonejs/auth-password": "^5.1.10", - "@keystonejs/fields": "^13.0.0", - "@keystonejs/fields-authed-relationship": "^1.0.7", - "@keystonejs/fields-markdown": "^5.2.1", - "@keystonejs/fields-wysiwyg-tinymce": "^5.3.1", - "@keystonejs/file-adapters": "^7.0.0", - "@keystonejs/keystone": "^11.1.0", + "@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/file-adapters": "^7.0.2", + "@keystonejs/keystone": "^12.0.0", "@keystonejs/oembed-adapters": "^5.1.4", "apollo-cache-inmemory": "^1.6.6", "apollo-client": "^2.6.10", diff --git a/demo-projects/custom-fields/CHANGELOG.md b/demo-projects/custom-fields/CHANGELOG.md index 62eedba8cfa..51a65e3b437 100644 --- a/demo-projects/custom-fields/CHANGELOG.md +++ b/demo-projects/custom-fields/CHANGELOG.md @@ -1,5 +1,53 @@ # @keystonejs/demo-custom-fields +## 1.0.6 + +### Patch Changes + +- [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7) [#3227](https://github.com/keystonejs/keystone/pull/3227) Thanks [@Vultraz](https://github.com/Vultraz)! - Moved `name` config option from Keystone constructor to Admin UI constructor. + +* [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a) [#3171](https://github.com/keystonejs/keystone/pull/3171) Thanks [@timleslie](https://github.com/timleslie)! - Hooks no longer recieve a `{ query }` argument. This functionality has been superseded by `context.executeGraphQL()`. + + ``` + { + ... + hooks: { + resolveInput: async ({ actions: { query } } ) => { + ... + const { data, errors } = await query(`{ ... }`); + ... + } + } + } + ``` + + should be changed to + + ``` + { + ... + hooks: { + resolveInput: async ({ context } ) => { + ... + const { data, errors } = await context.executeGraphQL({ query: `{ ... }` }); + ... + } + } + } + ``` + + See [the docs](/docs/discussions/server-side-graphql.md) for more details on how to use `context.executeGraphQL()`. + +- [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669) [#3146](https://github.com/keystonejs/keystone/pull/3146) Thanks [@Vultraz](https://github.com/Vultraz)! - Migrated to @primer/octicons-react v10. + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/app-admin-ui@7.1.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + - @arch-ui/fields@3.0.3 + ## 1.0.5 ### Patch Changes diff --git a/demo-projects/custom-fields/package.json b/demo-projects/custom-fields/package.json index 5eab6df2fa7..3d50533fdc5 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.5", + "version": "1.0.6", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -15,16 +15,16 @@ }, "dependencies": { "@arch-ui/controls": "^0.1.8", - "@arch-ui/fields": "^3.0.2", + "@arch-ui/fields": "^3.0.3", "@arch-ui/lozenge": "^0.0.16", "@arch-ui/theme": "^0.0.10", "@emotion/core": "^10.0.28", - "@keystonejs/adapter-mongoose": "^8.1.3", - "@keystonejs/app-admin-ui": "^7.0.3", - "@keystonejs/app-graphql": "^5.1.8", + "@keystonejs/adapter-mongoose": "^9.0.0", + "@keystonejs/app-admin-ui": "^7.1.0", + "@keystonejs/app-graphql": "^6.0.0", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/fields": "^13.0.0", - "@keystonejs/keystone": "^11.1.0", + "@keystonejs/fields": "^14.0.0", + "@keystonejs/keystone": "^12.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 7a307e849e7..6bc4e7f39cc 100644 --- a/demo-projects/meetup/CHANGELOG.md +++ b/demo-projects/meetup/CHANGELOG.md @@ -1,5 +1,31 @@ # @keystonejs/demo-project-meetup +## 6.1.4 + +### Patch Changes + +- [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7) [#3227](https://github.com/keystonejs/keystone/pull/3227) Thanks [@Vultraz](https://github.com/Vultraz)! - Moved `name` config option from Keystone constructor to Admin UI constructor. + +* [`caf302129`](https://github.com/keystonejs/keystone/commit/caf3021295c4136ea48585d1687ad6fbf58ed4aa) [#3229](https://github.com/keystonejs/keystone/pull/3229) Thanks [@singhArmani](https://github.com/singhArmani)! - Updated usage of Apollo based on Next.js [example](https://github.com/vercel/next.js/blob/canary/examples/with-apollo). + + The **key changes** are: + + - Less boilerplate code for setting/initializing Apollo Client + - Update home, events and about page to opt in for SSG + - Removed MyApp.getIntialProps as it will stop the [Auto Static optimization](https://nextjs.org/docs/api-reference/data-fetching/getInitialProps#caveats). + - Handle the authentication in client-side only. + +* Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`35335df8e`](https://github.com/keystonejs/keystone/commit/35335df8eb64541dc5c5685e89883f35aa85d3f5), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`e710cd445`](https://github.com/keystonejs/keystone/commit/e710cd445bfb71317ca38622cc3795da61d13dff), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`136cb505c`](https://github.com/keystonejs/keystone/commit/136cb505ce11931de7fc470debe438e335588781), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`e63b9f25a`](https://github.com/keystonejs/keystone/commit/e63b9f25adb64cecf0f65c6f97fe30c95e483996), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/file-adapters@7.0.2 + - @keystonejs/session@8.0.0 + - @keystonejs/app-admin-ui@7.1.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + - @keystonejs/fields-wysiwyg-tinymce@5.3.3 + - @keystonejs/auth-password@5.1.11 + ## 6.1.3 ### Patch Changes diff --git a/demo-projects/meetup/package.json b/demo-projects/meetup/package.json index 23c97cfaea9..ef782ca0fdc 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.3", + "version": "6.1.4", "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": "^8.1.3", - "@keystonejs/app-admin-ui": "^7.0.3", - "@keystonejs/app-graphql": "^5.1.8", + "@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.10", + "@keystonejs/auth-password": "^5.1.11", "@keystonejs/email": "^5.1.5", - "@keystonejs/fields": "^13.0.1", - "@keystonejs/fields-wysiwyg-tinymce": "^5.3.1", - "@keystonejs/file-adapters": "^7.0.0", - "@keystonejs/keystone": "^11.1.1", - "@keystonejs/session": "^7.0.0", + "@keystonejs/fields": "^14.0.0", + "@keystonejs/fields-wysiwyg-tinymce": "^5.3.3", + "@keystonejs/file-adapters": "^7.0.2", + "@keystonejs/keystone": "^12.0.0", + "@keystonejs/session": "^8.0.0", "apollo-cache-inmemory": "^1.6.6", "apollo-client": "^2.6.10", "apollo-upload-client": "^13.0.0", diff --git a/demo-projects/todo/CHANGELOG.md b/demo-projects/todo/CHANGELOG.md index 42f48883472..442c196fabd 100644 --- a/demo-projects/todo/CHANGELOG.md +++ b/demo-projects/todo/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystonejs/demo-project-todo +## 5.1.12 + +### Patch Changes + +- [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7) [#3227](https://github.com/keystonejs/keystone/pull/3227) Thanks [@Vultraz](https://github.com/Vultraz)! - Moved `name` config option from Keystone constructor to Admin UI constructor. + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/app-admin-ui@7.1.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + ## 5.1.11 ### Patch Changes diff --git a/demo-projects/todo/package.json b/demo-projects/todo/package.json index 97e447840f3..9982ef42bbe 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.11", + "version": "5.1.12", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -14,12 +14,12 @@ "start": "cross-env NODE_ENV=production keystone start" }, "dependencies": { - "@keystonejs/adapter-mongoose": "^8.1.3", - "@keystonejs/app-admin-ui": "^7.0.3", - "@keystonejs/app-graphql": "^5.1.8", + "@keystonejs/adapter-mongoose": "^9.0.0", + "@keystonejs/app-admin-ui": "^7.1.0", + "@keystonejs/app-graphql": "^6.0.0", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/fields": "^13.0.0", - "@keystonejs/keystone": "^11.1.0", + "@keystonejs/fields": "^14.0.0", + "@keystonejs/keystone": "^12.0.0", "cross-env": "^7.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/master/demo-projects/todo" diff --git a/packages/adapter-knex/CHANGELOG.md b/packages/adapter-knex/CHANGELOG.md index c6a1e367e39..06cfb727196 100644 --- a/packages/adapter-knex/CHANGELOG.md +++ b/packages/adapter-knex/CHANGELOG.md @@ -1,5 +1,21 @@ # @keystonejs/adapter-knex +## 11.0.0 + +### Major Changes + +- [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504) [#3223](https://github.com/keystonejs/keystone/pull/3223) Thanks [@timleslie](https://github.com/timleslie)! - Adapters must now be explicitly configured with a connection string. A default based on the project name is no longer used. See the docs for [`adapter-knex`](/packages/adapter-knex/README.md) and [`adapter-mongoose`](/packages/adapter-mongoose/README.md). + +### Patch Changes + +- [`51c898537`](https://github.com/keystonejs/keystone/commit/51c898537c7fdc8578fa47eade6a499594b0d154) [#3225](https://github.com/keystonejs/keystone/pull/3225) Thanks [@BikramjeetSingh](https://github.com/BikramjeetSingh)! - Fix bug where fields that contain underscores cause runtime error in Knex Adapter + +* [`7bdec6446`](https://github.com/keystonejs/keystone/commit/7bdec6446ed97fa962bb96abe07975bb23c6ec7a) [#3264](https://github.com/keystonejs/keystone/pull/3264) Thanks [@timleslie](https://github.com/timleslie)! - Fixed bug where `_is_null` queries on relationship fields could generate invalid SQL in `one-to-one` relationships. + +* Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/fields-auto-increment@5.1.11 + ## 10.1.0 ### Minor Changes diff --git a/packages/adapter-knex/package.json b/packages/adapter-knex/package.json index dded3c86cfe..7dcfc2e379d 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": "10.1.0", + "version": "11.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/fields-auto-increment": "^5.1.9", - "@keystonejs/keystone": "^11.0.0", + "@keystonejs/fields-auto-increment": "^5.1.11", + "@keystonejs/keystone": "^12.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 fcc3060d8e7..4697b10ef4d 100644 --- a/packages/adapter-mongoose/CHANGELOG.md +++ b/packages/adapter-mongoose/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystonejs/adapter-mongoose +## 9.0.0 + +### Major Changes + +- [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504) [#3223](https://github.com/keystonejs/keystone/pull/3223) Thanks [@timleslie](https://github.com/timleslie)! - Adapters must now be explicitly configured with a connection string. A default based on the project name is no longer used. See the docs for [`adapter-knex`](/packages/adapter-knex/README.md) and [`adapter-mongoose`](/packages/adapter-mongoose/README.md). + +### Patch Changes + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`283839cfb`](https://github.com/keystonejs/keystone/commit/283839cfb84f80818dd85699e011eee4775e550d), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/mongo-join-builder@7.1.1 + - @keystonejs/fields-mongoid@6.0.2 + ## 8.1.3 ### Patch Changes diff --git a/packages/adapter-mongoose/package.json b/packages/adapter-mongoose/package.json index a6ed31cb9ac..426f720ab31 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": "8.1.3", + "version": "9.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/fields-mongoid": "^6.0.0", - "@keystonejs/keystone": "^11.0.0", + "@keystonejs/fields-mongoid": "^6.0.2", + "@keystonejs/keystone": "^12.0.0", "@keystonejs/logger": "^5.1.2", - "@keystonejs/mongo-join-builder": "^7.1.0", + "@keystonejs/mongo-join-builder": "^7.1.1", "@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 d537d20cf4b..5f93cc32366 100644 --- a/packages/app-admin-ui/CHANGELOG.md +++ b/packages/app-admin-ui/CHANGELOG.md @@ -1,5 +1,35 @@ # @keystonejs/app-admin-ui +## 7.1.0 + +### Minor Changes + +- [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7) [#3227](https://github.com/keystonejs/keystone/pull/3227) Thanks [@Vultraz](https://github.com/Vultraz)! - Moved `name` config option from Keystone constructor to Admin UI constructor. + +* [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7) [#2745](https://github.com/keystonejs/keystone/pull/2745) Thanks [@Vultraz](https://github.com/Vultraz)! - Added defaultPageSize and maximumPageSize config options fto the Admin UI. These can be used to set defaults for all lists (previously, these defaults were 50 and 1000, respectively). + +### Patch Changes + +- [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090) [#3221](https://github.com/keystonejs/keystone/pull/3221) Thanks [@singhArmani](https://github.com/singhArmani)! - **Fix** + + Upon filtering out the lists based on the ids, an error could occur. Irrespective of the error, we were still storing the search value into the localStorage. + And when user transit back to this list page, the error would persist as we append the search query onto the url. + + This fix looks into any api error, and removes the localStorage search value `location.search`, which gets set when **Filter** form is submitted. + + See #3075 + +* [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669) [#3146](https://github.com/keystonejs/keystone/pull/3146) Thanks [@Vultraz](https://github.com/Vultraz)! - Migrated to @primer/octicons-react v10. + +* Updated dependencies [[`e710cd445`](https://github.com/keystonejs/keystone/commit/e710cd445bfb71317ca38622cc3795da61d13dff), [`136cb505c`](https://github.com/keystonejs/keystone/commit/136cb505ce11931de7fc470debe438e335588781), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e63b9f25a`](https://github.com/keystonejs/keystone/commit/e63b9f25adb64cecf0f65c6f97fe30c95e483996), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`283839cfb`](https://github.com/keystonejs/keystone/commit/283839cfb84f80818dd85699e011eee4775e550d), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/session@8.0.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/build-field-types@5.2.10 + - @arch-ui/fields@3.0.3 + - @arch-ui/options@0.0.22 + - @arch-ui/pagination@0.0.24 + - @arch-ui/pill@0.1.16 + ## 7.0.5 ### Patch Changes diff --git a/packages/app-admin-ui/package.json b/packages/app-admin-ui/package.json index 021a6fa8080..f375705ce9a 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.0.5", + "version": "7.1.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -20,16 +20,16 @@ "@arch-ui/dialog": "^0.0.21", "@arch-ui/drawer": "^0.0.21", "@arch-ui/dropdown": "^0.0.18", - "@arch-ui/fields": "^3.0.2", + "@arch-ui/fields": "^3.0.3", "@arch-ui/hooks": "^0.0.10", "@arch-ui/input": "^0.1.10", "@arch-ui/layout": "^0.2.13", "@arch-ui/loading": "^0.0.17", "@arch-ui/lozenge": "^0.0.16", "@arch-ui/navbar": "^0.1.11", - "@arch-ui/options": "^0.0.21", - "@arch-ui/pagination": "^0.0.23", - "@arch-ui/pill": "^0.1.15", + "@arch-ui/options": "^0.0.22", + "@arch-ui/pagination": "^0.0.24", + "@arch-ui/pill": "^0.1.16", "@arch-ui/popout": "^0.0.19", "@arch-ui/select": "^0.1.8", "@arch-ui/theme": "^0.0.10", @@ -38,10 +38,10 @@ "@babel/core": "^7.9.0", "@babel/runtime": "^7.8.4", "@emotion/core": "^10.0.28", - "@keystonejs/build-field-types": "^5.2.9", + "@keystonejs/build-field-types": "^5.2.10", "@keystonejs/field-views-loader": "^6.0.0", - "@keystonejs/fields": "^13.0.2", - "@keystonejs/session": "^7.0.1", + "@keystonejs/fields": "^14.0.0", + "@keystonejs/session": "^8.0.0", "@keystonejs/utils": "^5.4.2", "@primer/octicons-react": "^10.0.0", "@types/react": "^16.8.12", diff --git a/packages/app-graphql-playground/CHANGELOG.md b/packages/app-graphql-playground/CHANGELOG.md index b041bd5bdd5..91d8894785e 100644 --- a/packages/app-graphql-playground/CHANGELOG.md +++ b/packages/app-graphql-playground/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystonejs/app-graphql-playground +## 5.1.5 + +### Patch Changes + +- Updated dependencies [[`e710cd445`](https://github.com/keystonejs/keystone/commit/e710cd445bfb71317ca38622cc3795da61d13dff), [`136cb505c`](https://github.com/keystonejs/keystone/commit/136cb505ce11931de7fc470debe438e335588781), [`e63b9f25a`](https://github.com/keystonejs/keystone/commit/e63b9f25adb64cecf0f65c6f97fe30c95e483996)]: + - @keystonejs/session@8.0.0 + ## 5.1.4 ### Patch Changes diff --git a/packages/app-graphql-playground/package.json b/packages/app-graphql-playground/package.json index b8583f94636..55e4ed8c808 100644 --- a/packages/app-graphql-playground/package.json +++ b/packages/app-graphql-playground/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/app-graphql-playground", "description": "KeystoneJS GraphQL Playground App.", - "version": "5.1.4", + "version": "5.1.5", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -11,7 +11,7 @@ "@apollographql/graphql-playground-html": "^1.6.24", "@apollographql/graphql-playground-react": "^1.7.32", "@keystonejs/logger": "^5.1.2", - "@keystonejs/session": "^7.0.0", + "@keystonejs/session": "^8.0.0", "@keystonejs/utils": "^5.4.1", "body-parser": "^1.18.2", "chalk": "^2.4.2", diff --git a/packages/app-graphql/CHANGELOG.md b/packages/app-graphql/CHANGELOG.md index ba4d47feab4..5adfc020431 100644 --- a/packages/app-graphql/CHANGELOG.md +++ b/packages/app-graphql/CHANGELOG.md @@ -1,5 +1,19 @@ # @keystonejs/app-graphql +## 6.0.0 + +### Major Changes + +- [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a) [#3174](https://github.com/keystonejs/keystone/pull/3174) Thanks [@timleslie](https://github.com/timleslie)! - Replaced `keystone.getGraphQlContext()` with `keystone.createHTTPContext()`, to be used primarily by the Apollo server. + If you need to create a context for executing server-side GraphQL operations please use `keystone.createContext()`. + See [the docs](/docs/discussions/server-side-graphql.md) for more details on how to use `keystone.createContext()`. + +### Patch Changes + +- Updated dependencies [[`e710cd445`](https://github.com/keystonejs/keystone/commit/e710cd445bfb71317ca38622cc3795da61d13dff), [`136cb505c`](https://github.com/keystonejs/keystone/commit/136cb505ce11931de7fc470debe438e335588781), [`e63b9f25a`](https://github.com/keystonejs/keystone/commit/e63b9f25adb64cecf0f65c6f97fe30c95e483996)]: + - @keystonejs/session@8.0.0 + - @keystonejs/app-graphql-playground@5.1.5 + ## 5.1.9 ### Patch Changes diff --git a/packages/app-graphql/package.json b/packages/app-graphql/package.json index 0e6e557c25f..7bdc807d334 100644 --- a/packages/app-graphql/package.json +++ b/packages/app-graphql/package.json @@ -1,16 +1,16 @@ { "name": "@keystonejs/app-graphql", "description": "KeystoneJS GraphQL App.", - "version": "5.1.9", + "version": "6.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/app-graphql-playground": "^5.1.4", + "@keystonejs/app-graphql-playground": "^5.1.5", "@keystonejs/logger": "^5.1.2", - "@keystonejs/session": "^7.0.1", + "@keystonejs/session": "^8.0.0", "@keystonejs/utils": "^5.4.2", "apollo-errors": "^1.9.0", "apollo-server-express": "^2.15.1", diff --git a/packages/arch/docs/CHANGELOG.md b/packages/arch/docs/CHANGELOG.md index dc93bb31482..16f5827a345 100644 --- a/packages/arch/docs/CHANGELOG.md +++ b/packages/arch/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # @arch-ui/docs +## 1.1.25 + +### Patch Changes + +- Updated dependencies [[`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @arch-ui/fields@3.0.3 + - @arch-ui/pagination@0.0.24 + - @arch-ui/pill@0.1.16 + ## 1.1.24 ### Patch Changes diff --git a/packages/arch/docs/package.json b/packages/arch/docs/package.json index 9e2876efc19..24c0490fc35 100644 --- a/packages/arch/docs/package.json +++ b/packages/arch/docs/package.json @@ -1,6 +1,6 @@ { "name": "@arch-ui/docs", - "version": "1.1.24", + "version": "1.1.25", "private": true, "license": "MIT", "dependencies": { @@ -10,15 +10,15 @@ "@arch-ui/controls": "^0.1.8", "@arch-ui/dialog": "^0.0.21", "@arch-ui/dropdown": "^0.0.18", - "@arch-ui/fields": "^3.0.2", + "@arch-ui/fields": "^3.0.3", "@arch-ui/icons": "^0.1.1", "@arch-ui/input": "^0.1.10", "@arch-ui/layout": "^0.2.13", "@arch-ui/loading": "^0.0.17", "@arch-ui/lozenge": "^0.0.16", "@arch-ui/navbar": "^0.1.11", - "@arch-ui/pagination": "^0.0.23", - "@arch-ui/pill": "^0.1.15", + "@arch-ui/pagination": "^0.0.24", + "@arch-ui/pill": "^0.1.16", "@arch-ui/popout": "^0.0.19", "@arch-ui/select": "^0.1.8", "@arch-ui/theme": "^0.0.10", diff --git a/packages/arch/packages/day-picker/CHANGELOG.md b/packages/arch/packages/day-picker/CHANGELOG.md index e26a0e2171d..4d6ed7b53be 100644 --- a/packages/arch/packages/day-picker/CHANGELOG.md +++ b/packages/arch/packages/day-picker/CHANGELOG.md @@ -1,5 +1,11 @@ # @arch-ui/day-picker +## 1.0.2 + +### Patch Changes + +- [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669) [#3146](https://github.com/keystonejs/keystone/pull/3146) Thanks [@Vultraz](https://github.com/Vultraz)! - Migrated to @primer/octicons-react v10. + ## 1.0.1 ### Patch Changes diff --git a/packages/arch/packages/day-picker/package.json b/packages/arch/packages/day-picker/package.json index 16035c210ce..fef1dcf6a7a 100644 --- a/packages/arch/packages/day-picker/package.json +++ b/packages/arch/packages/day-picker/package.json @@ -1,7 +1,7 @@ { "name": "@arch-ui/day-picker", "description": "Day Picker UI as used in @keystonejs Admin UI.", - "version": "1.0.1", + "version": "1.0.2", "author": "Jed Watson", "license": "MIT", "main": "dist/day-picker.cjs.js", diff --git a/packages/arch/packages/fields/CHANGELOG.md b/packages/arch/packages/fields/CHANGELOG.md index ca69b850605..76f4198bb64 100644 --- a/packages/arch/packages/fields/CHANGELOG.md +++ b/packages/arch/packages/fields/CHANGELOG.md @@ -1,5 +1,11 @@ # @arch-ui/fields +## 3.0.3 + +### Patch Changes + +- [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669) [#3146](https://github.com/keystonejs/keystone/pull/3146) Thanks [@Vultraz](https://github.com/Vultraz)! - Migrated to @primer/octicons-react v10. + ## 3.0.2 ### Patch Changes diff --git a/packages/arch/packages/fields/package.json b/packages/arch/packages/fields/package.json index 2c64dccc44d..38726da8524 100644 --- a/packages/arch/packages/fields/package.json +++ b/packages/arch/packages/fields/package.json @@ -1,7 +1,7 @@ { "name": "@arch-ui/fields", "description": "Form Field Components used in @keystonejs Admin UI.", - "version": "3.0.2", + "version": "3.0.3", "author": "Jed Watson", "license": "MIT", "main": "dist/fields.cjs.js", diff --git a/packages/arch/packages/modal-utils/CHANGELOG.md b/packages/arch/packages/modal-utils/CHANGELOG.md index 8edaa58619c..9b339be5129 100644 --- a/packages/arch/packages/modal-utils/CHANGELOG.md +++ b/packages/arch/packages/modal-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @arch-ui/modal-utils +## 1.0.12 + +### Patch Changes + +- [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669) [#3146](https://github.com/keystonejs/keystone/pull/3146) Thanks [@Vultraz](https://github.com/Vultraz)! - Migrated to @primer/octicons-react v10. + ## 1.0.11 ### Patch Changes diff --git a/packages/arch/packages/modal-utils/package.json b/packages/arch/packages/modal-utils/package.json index 888a9377ff3..1bbe93de4f4 100644 --- a/packages/arch/packages/modal-utils/package.json +++ b/packages/arch/packages/modal-utils/package.json @@ -1,7 +1,7 @@ { "name": "@arch-ui/modal-utils", "description": "Modal Utilities as used in @keystonejs Admin UI.", - "version": "1.0.11", + "version": "1.0.12", "author": "Jed Watson", "license": "MIT", "main": "dist/modal-utils.cjs.js", diff --git a/packages/arch/packages/options/CHANGELOG.md b/packages/arch/packages/options/CHANGELOG.md index bdb9417d58b..f324c7e8764 100644 --- a/packages/arch/packages/options/CHANGELOG.md +++ b/packages/arch/packages/options/CHANGELOG.md @@ -1,5 +1,11 @@ # @arch-ui/options +## 0.0.22 + +### Patch Changes + +- [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669) [#3146](https://github.com/keystonejs/keystone/pull/3146) Thanks [@Vultraz](https://github.com/Vultraz)! - Migrated to @primer/octicons-react v10. + ## 0.0.21 ### Patch Changes diff --git a/packages/arch/packages/options/package.json b/packages/arch/packages/options/package.json index f5013f4e4aa..28549ff963a 100644 --- a/packages/arch/packages/options/package.json +++ b/packages/arch/packages/options/package.json @@ -1,7 +1,7 @@ { "name": "@arch-ui/options", "description": "Options UI as used in @keystonejs Admin UI.", - "version": "0.0.21", + "version": "0.0.22", "author": "Jed Watson", "license": "MIT", "main": "dist/options.cjs.js", diff --git a/packages/arch/packages/pagination/CHANGELOG.md b/packages/arch/packages/pagination/CHANGELOG.md index 860d34f79c8..aa7455a34fa 100644 --- a/packages/arch/packages/pagination/CHANGELOG.md +++ b/packages/arch/packages/pagination/CHANGELOG.md @@ -1,5 +1,11 @@ # @arch-ui/pagination +## 0.0.24 + +### Patch Changes + +- [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669) [#3146](https://github.com/keystonejs/keystone/pull/3146) Thanks [@Vultraz](https://github.com/Vultraz)! - Migrated to @primer/octicons-react v10. + ## 0.0.23 ### Patch Changes diff --git a/packages/arch/packages/pagination/package.json b/packages/arch/packages/pagination/package.json index e3892c5396b..ea98b08c7d0 100644 --- a/packages/arch/packages/pagination/package.json +++ b/packages/arch/packages/pagination/package.json @@ -1,7 +1,7 @@ { "name": "@arch-ui/pagination", "description": "Pagination UI as used in @keystonejs Admin UI.", - "version": "0.0.23", + "version": "0.0.24", "author": "Jed Watson", "license": "MIT", "main": "dist/pagination.cjs.js", diff --git a/packages/arch/packages/pill/CHANGELOG.md b/packages/arch/packages/pill/CHANGELOG.md index efeb8bf096f..8d25b32b99c 100644 --- a/packages/arch/packages/pill/CHANGELOG.md +++ b/packages/arch/packages/pill/CHANGELOG.md @@ -1,5 +1,11 @@ # @arch-ui/pill +## 0.1.16 + +### Patch Changes + +- [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669) [#3146](https://github.com/keystonejs/keystone/pull/3146) Thanks [@Vultraz](https://github.com/Vultraz)! - Migrated to @primer/octicons-react v10. + ## 0.1.15 ### Patch Changes diff --git a/packages/arch/packages/pill/package.json b/packages/arch/packages/pill/package.json index 111c2946302..91f8f0e96e2 100644 --- a/packages/arch/packages/pill/package.json +++ b/packages/arch/packages/pill/package.json @@ -1,7 +1,7 @@ { "name": "@arch-ui/pill", "description": "Pill Component as used in @keystonejs Admin UI.", - "version": "0.1.15", + "version": "0.1.16", "author": "Jed Watson", "license": "MIT", "main": "dist/pill.cjs.js", diff --git a/packages/auth-passport/CHANGELOG.md b/packages/auth-passport/CHANGELOG.md index a464254c7cb..7e5b53255ba 100644 --- a/packages/auth-passport/CHANGELOG.md +++ b/packages/auth-passport/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystonejs/auth-passport +## 5.2.4 + +### Patch Changes + +- Updated dependencies [[`e710cd445`](https://github.com/keystonejs/keystone/commit/e710cd445bfb71317ca38622cc3795da61d13dff), [`136cb505c`](https://github.com/keystonejs/keystone/commit/136cb505ce11931de7fc470debe438e335588781), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e63b9f25a`](https://github.com/keystonejs/keystone/commit/e63b9f25adb64cecf0f65c6f97fe30c95e483996), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/session@8.0.0 + - @keystonejs/fields@14.0.0 + ## 5.2.3 ### Patch Changes diff --git a/packages/auth-passport/package.json b/packages/auth-passport/package.json index 3fc30901416..71b95370f3d 100644 --- a/packages/auth-passport/package.json +++ b/packages/auth-passport/package.json @@ -1,15 +1,15 @@ { "name": "@keystonejs/auth-passport", "description": "Provides Social Authentication Strategies based on PassportJS.", - "version": "5.2.3", + "version": "5.2.4", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/fields": "^13.0.2", - "@keystonejs/session": "^7.0.1", + "@keystonejs/fields": "^14.0.0", + "@keystonejs/session": "^8.0.0", "express": "^4.17.1", "nanoassert": "^2.0.0", "passport": "^0.4.0", diff --git a/packages/auth-password/CHANGELOG.md b/packages/auth-password/CHANGELOG.md index 4f5f2c879cb..03f9cdbba88 100644 --- a/packages/auth-password/CHANGELOG.md +++ b/packages/auth-password/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystonejs/auth-password +## 5.1.11 + +### Patch Changes + +- Updated dependencies [[`e710cd445`](https://github.com/keystonejs/keystone/commit/e710cd445bfb71317ca38622cc3795da61d13dff), [`136cb505c`](https://github.com/keystonejs/keystone/commit/136cb505ce11931de7fc470debe438e335588781), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e63b9f25a`](https://github.com/keystonejs/keystone/commit/e63b9f25adb64cecf0f65c6f97fe30c95e483996), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/session@8.0.0 + - @keystonejs/fields@14.0.0 + ## 5.1.10 ### Patch Changes diff --git a/packages/auth-password/package.json b/packages/auth-password/package.json index f9fc28ea852..1ba93a3bad7 100644 --- a/packages/auth-password/package.json +++ b/packages/auth-password/package.json @@ -1,15 +1,15 @@ { "name": "@keystonejs/auth-password", "description": "Provides a basic password authentication strategy.", - "version": "5.1.10", + "version": "5.1.11", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/fields": "^13.0.0", - "@keystonejs/session": "^7.0.0" + "@keystonejs/fields": "^14.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 78179839cd7..cdd73914f04 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.10 + +### Patch Changes + +- [`283839cfb`](https://github.com/keystonejs/keystone/commit/283839cfb84f80818dd85699e011eee4775e550d) [#3265](https://github.com/keystonejs/keystone/pull/3265) Thanks [@timleslie](https://github.com/timleslie)! - Updated tests to consistently use `jest.setTimeout()`. + ## 5.2.9 ### Patch Changes diff --git a/packages/build-field-types/package.json b/packages/build-field-types/package.json index d298dd173e1..8febe9a15d1 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.9", + "version": "5.2.10", "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/CHANGELOG.md b/packages/create-keystone-app/CHANGELOG.md index 6b12abe81c6..11c4029b8c9 100644 --- a/packages/create-keystone-app/CHANGELOG.md +++ b/packages/create-keystone-app/CHANGELOG.md @@ -1,5 +1,17 @@ # create-keystone-app +## 3.2.3 + +### Patch Changes + +- [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7) [#3227](https://github.com/keystonejs/keystone/pull/3227) Thanks [@Vultraz](https://github.com/Vultraz)! - Moved `name` config option from Keystone constructor to Admin UI constructor. + +* [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504) [#3223](https://github.com/keystonejs/keystone/pull/3223) Thanks [@timleslie](https://github.com/timleslie)! - Adapters must now be explicitly configured with a connection string. A default based on the project name is no longer used. See the docs for [`adapter-knex`](/packages/adapter-knex/README.md) and [`adapter-mongoose`](/packages/adapter-mongoose/README.md). + +* Updated dependencies [[`51c898537`](https://github.com/keystonejs/keystone/commit/51c898537c7fdc8578fa47eade6a499594b0d154), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`7bdec6446`](https://github.com/keystonejs/keystone/commit/7bdec6446ed97fa962bb96abe07975bb23c6ec7a)]: + - @keystonejs/adapter-knex@11.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + ## 3.2.2 ### Patch Changes diff --git a/packages/create-keystone-app/example-projects/blank/CHANGELOG.md b/packages/create-keystone-app/example-projects/blank/CHANGELOG.md index 82ea625176e..0021dc84f47 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.8 + +### Patch Changes + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/app-admin-ui@7.1.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + ## 5.0.7 ### 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 1c04dd7ae13..d05d5d6037d 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.7", + "version": "5.0.8", "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": "^8.1.3", - "@keystonejs/app-admin-ui": "^7.0.2", - "@keystonejs/app-graphql": "^5.1.8", - "@keystonejs/keystone": "^11.0.0", + "@keystonejs/adapter-mongoose": "^9.0.0", + "@keystonejs/app-admin-ui": "^7.1.0", + "@keystonejs/app-graphql": "^6.0.0", + "@keystonejs/keystone": "^12.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 e57dcd4e6c7..ce315109e0d 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.12 + +### Patch Changes + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/app-admin-ui@7.1.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + ## 5.0.11 ### 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 ce1426e054d..5f0e9473474 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.11", + "version": "5.0.12", "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": "^8.1.3", - "@keystonejs/app-admin-ui": "^7.0.3", - "@keystonejs/app-graphql": "^5.1.8", + "@keystonejs/adapter-mongoose": "^9.0.0", + "@keystonejs/app-admin-ui": "^7.1.0", + "@keystonejs/app-graphql": "^6.0.0", "@keystonejs/app-nuxt": "^5.1.3", - "@keystonejs/fields": "^13.0.0", - "@keystonejs/keystone": "^11.1.0", + "@keystonejs/fields": "^14.0.0", + "@keystonejs/keystone": "^12.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 8c721bf552f..baa74fff8a8 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.12 + +### Patch Changes + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/app-admin-ui@7.1.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + - @keystonejs/auth-password@5.1.11 + ## 5.0.11 ### 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 e27ba86b479..a6dd4e44e4c 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.11", + "version": "5.0.12", "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": "^8.1.3", - "@keystonejs/app-admin-ui": "^7.0.3", - "@keystonejs/app-graphql": "^5.1.8", - "@keystonejs/auth-password": "^5.1.10", - "@keystonejs/fields": "^13.0.0", - "@keystonejs/keystone": "^11.1.0", + "@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", "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 7b69f9be52b..07e1794db90 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.12 + +### Patch Changes + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/app-admin-ui@7.1.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + ## 5.0.11 ### 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 3e6e0c2a023..18196a97529 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.11", + "version": "5.0.12", "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": "^8.1.3", - "@keystonejs/app-admin-ui": "^7.0.3", - "@keystonejs/app-graphql": "^5.1.8", + "@keystonejs/adapter-mongoose": "^9.0.0", + "@keystonejs/app-admin-ui": "^7.1.0", + "@keystonejs/app-graphql": "^6.0.0", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/fields": "^13.0.0", - "@keystonejs/keystone": "^11.1.0", + "@keystonejs/fields": "^14.0.0", + "@keystonejs/keystone": "^12.0.0", "cross-env": "^7.0.0" } } diff --git a/packages/create-keystone-app/package.json b/packages/create-keystone-app/package.json index 5dbb36db46a..1fdbad2b4af 100644 --- a/packages/create-keystone-app/package.json +++ b/packages/create-keystone-app/package.json @@ -1,7 +1,7 @@ { "name": "create-keystone-app", "description": "Generate starter apps for Keystone 5", - "version": "3.2.2", + "version": "3.2.3", "bin": { "create-keystone-app": "bin/cli.js" }, @@ -11,8 +11,8 @@ "author": "The KeystoneJS Development Team", "license": "MIT", "dependencies": { - "@keystonejs/adapter-knex": "^10.1.0", - "@keystonejs/adapter-mongoose": "^8.1.3", + "@keystonejs/adapter-knex": "^11.0.0", + "@keystonejs/adapter-mongoose": "^9.0.0", "@sindresorhus/slugify": "^0.11.0", "arg": "^4.1.1", "cfonts": "^2.7.0", diff --git a/packages/field-content/CHANGELOG.md b/packages/field-content/CHANGELOG.md index 933f4b28627..b07689d1881 100644 --- a/packages/field-content/CHANGELOG.md +++ b/packages/field-content/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/field-content +## 7.0.2 + +### Patch Changes + +- [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669) [#3146](https://github.com/keystonejs/keystone/pull/3146) Thanks [@Vultraz](https://github.com/Vultraz)! - Migrated to @primer/octicons-react v10. + +- Updated dependencies [[`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`283839cfb`](https://github.com/keystonejs/keystone/commit/283839cfb84f80818dd85699e011eee4775e550d), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/fields@14.0.0 + - @keystonejs/build-field-types@5.2.10 + - @arch-ui/fields@3.0.3 + ## 7.0.1 ### Patch Changes diff --git a/packages/field-content/package.json b/packages/field-content/package.json index 2ccdc7fb753..ab5537ae044 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.1", + "version": "7.0.2", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -9,7 +9,7 @@ }, "dependencies": { "@arch-ui/color-utils": "^0.0.2", - "@arch-ui/fields": "^3.0.2", + "@arch-ui/fields": "^3.0.3", "@arch-ui/hooks": "^0.0.10", "@arch-ui/input": "^0.1.10", "@arch-ui/theme": "^0.0.10", @@ -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.8", - "@keystonejs/fields": "^13.0.0", + "@keystonejs/build-field-types": "^5.2.10", + "@keystonejs/fields": "^14.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 bb008fd1c3b..41540eda1b7 100644 --- a/packages/fields-authed-relationship/CHANGELOG.md +++ b/packages/fields-authed-relationship/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystonejs/fields-authed-relationship +## 1.0.8 + +### Patch Changes + +- Updated dependencies [[`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/fields@14.0.0 + ## 1.0.7 ### Patch Changes diff --git a/packages/fields-authed-relationship/package.json b/packages/fields-authed-relationship/package.json index cef6090f006..c1bdc91c6e0 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.7", + "version": "1.0.8", "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": "^13.0.0" + "@keystonejs/fields": "^14.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 fb604ca2d96..befbdd9a46a 100644 --- a/packages/fields-auto-increment/CHANGELOG.md +++ b/packages/fields-auto-increment/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystonejs/fields-auto-increment +## 5.1.11 + +### Patch Changes + +- Updated dependencies [[`51c898537`](https://github.com/keystonejs/keystone/commit/51c898537c7fdc8578fa47eade6a499594b0d154), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`7bdec6446`](https://github.com/keystonejs/keystone/commit/7bdec6446ed97fa962bb96abe07975bb23c6ec7a), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/adapter-knex@11.0.0 + - @keystonejs/fields@14.0.0 + ## 5.1.10 ### Patch Changes diff --git a/packages/fields-auto-increment/package.json b/packages/fields-auto-increment/package.json index 70041d2a509..7810e9fb01e 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.10", + "version": "5.1.11", "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": "^10.0.2", - "@keystonejs/fields": "^13.0.0" + "@keystonejs/adapter-knex": "^11.0.0", + "@keystonejs/fields": "^14.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 12ca2aa3e35..73a4562270b 100644 --- a/packages/fields-datetime-utc/CHANGELOG.md +++ b/packages/fields-datetime-utc/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystonejs/fields-datetime-utc +## 6.0.3 + +### Patch Changes + +- Updated dependencies [[`51c898537`](https://github.com/keystonejs/keystone/commit/51c898537c7fdc8578fa47eade6a499594b0d154), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`7bdec6446`](https://github.com/keystonejs/keystone/commit/7bdec6446ed97fa962bb96abe07975bb23c6ec7a), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/adapter-knex@11.0.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + ## 6.0.2 ### Patch Changes diff --git a/packages/fields-datetime-utc/package.json b/packages/fields-datetime-utc/package.json index 81feb275c3c..127fc73a555 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.2", + "version": "6.0.3", "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": "^10.0.2", - "@keystonejs/adapter-mongoose": "^8.1.2", - "@keystonejs/fields": "^13.0.0", + "@keystonejs/adapter-knex": "^11.0.0", + "@keystonejs/adapter-mongoose": "^9.0.0", + "@keystonejs/fields": "^14.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 854bfaa6c12..8c729e3f16b 100644 --- a/packages/fields-markdown/CHANGELOG.md +++ b/packages/fields-markdown/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/fields-markdown +## 5.2.2 + +### Patch Changes + +- [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669) [#3146](https://github.com/keystonejs/keystone/pull/3146) Thanks [@Vultraz](https://github.com/Vultraz)! - Migrated to @primer/octicons-react v10. + +- Updated dependencies [[`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`283839cfb`](https://github.com/keystonejs/keystone/commit/283839cfb84f80818dd85699e011eee4775e550d), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/fields@14.0.0 + - @keystonejs/build-field-types@5.2.10 + - @arch-ui/fields@3.0.3 + ## 5.2.1 ### Patch Changes diff --git a/packages/fields-markdown/package.json b/packages/fields-markdown/package.json index 6fe335ef9aa..6fae14c6382 100644 --- a/packages/fields-markdown/package.json +++ b/packages/fields-markdown/package.json @@ -1,22 +1,22 @@ { "name": "@keystonejs/fields-markdown", "description": "KeystoneJS Markdown Field Type", - "version": "5.2.1", + "version": "5.2.2", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@arch-ui/fields": "^3.0.2", + "@arch-ui/fields": "^3.0.3", "@arch-ui/input": "^0.1.10", "@arch-ui/theme": "^0.0.10", "@arch-ui/tooltip": "^0.1.12", "@arch-ui/typography": "^0.0.17", "@babel/runtime": "^7.8.4", "@emotion/core": "^10.0.28", - "@keystonejs/build-field-types": "^5.2.8", - "@keystonejs/fields": "^13.0.0", + "@keystonejs/build-field-types": "^5.2.10", + "@keystonejs/fields": "^14.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 ed92df2c52a..06e5b5eec3f 100644 --- a/packages/fields-mongoid/CHANGELOG.md +++ b/packages/fields-mongoid/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystonejs/fields-mongoid +## 6.0.2 + +### Patch Changes + +- Updated dependencies [[`51c898537`](https://github.com/keystonejs/keystone/commit/51c898537c7fdc8578fa47eade6a499594b0d154), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`283839cfb`](https://github.com/keystonejs/keystone/commit/283839cfb84f80818dd85699e011eee4775e550d), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`7bdec6446`](https://github.com/keystonejs/keystone/commit/7bdec6446ed97fa962bb96abe07975bb23c6ec7a), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/adapter-knex@11.0.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/build-field-types@5.2.10 + - @keystonejs/adapter-mongoose@9.0.0 + ## 6.0.1 ### Patch Changes diff --git a/packages/fields-mongoid/package.json b/packages/fields-mongoid/package.json index 1b25cbbeaba..71f1d43e118 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.1", + "version": "6.0.2", "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": "^10.0.2", - "@keystonejs/adapter-mongoose": "^8.1.2", - "@keystonejs/build-field-types": "^5.2.8", - "@keystonejs/fields": "^13.0.0", + "@keystonejs/adapter-knex": "^11.0.0", + "@keystonejs/adapter-mongoose": "^9.0.0", + "@keystonejs/build-field-types": "^5.2.10", + "@keystonejs/fields": "^14.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 dc97ae0ff30..02acb981c2b 100644 --- a/packages/fields-wysiwyg-tinymce/CHANGELOG.md +++ b/packages/fields-wysiwyg-tinymce/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/fields-wysiwyg-tinymce +## 5.3.3 + +### Patch Changes + +- [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669) [#3146](https://github.com/keystonejs/keystone/pull/3146) Thanks [@Vultraz](https://github.com/Vultraz)! - Migrated to @primer/octicons-react v10. + +- Updated dependencies [[`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`283839cfb`](https://github.com/keystonejs/keystone/commit/283839cfb84f80818dd85699e011eee4775e550d), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/fields@14.0.0 + - @keystonejs/build-field-types@5.2.10 + - @arch-ui/fields@3.0.3 + ## 5.3.2 ### Patch Changes diff --git a/packages/fields-wysiwyg-tinymce/package.json b/packages/fields-wysiwyg-tinymce/package.json index 170ed29d008..1c885a52567 100644 --- a/packages/fields-wysiwyg-tinymce/package.json +++ b/packages/fields-wysiwyg-tinymce/package.json @@ -3,20 +3,20 @@ "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.2", + "version": "5.3.3", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@arch-ui/fields": "^3.0.2", + "@arch-ui/fields": "^3.0.3", "@arch-ui/input": "^0.1.10", "@arch-ui/theme": "^0.0.10", "@babel/runtime": "^7.8.4", "@emotion/core": "^10.0.28", - "@keystonejs/build-field-types": "^5.2.8", - "@keystonejs/fields": "^13.0.2", + "@keystonejs/build-field-types": "^5.2.10", + "@keystonejs/fields": "^14.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 4a8953752b8..8a7d6a833b1 100644 --- a/packages/fields/CHANGELOG.md +++ b/packages/fields/CHANGELOG.md @@ -1,5 +1,63 @@ # @keystonejs/fields +## 14.0.0 + +### Major Changes + +- [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a) [#3171](https://github.com/keystonejs/keystone/pull/3171) Thanks [@timleslie](https://github.com/timleslie)! - Hooks no longer recieve a `{ query }` argument. This functionality has been superseded by `context.executeGraphQL()`. + + ``` + { + ... + hooks: { + resolveInput: async ({ actions: { query } } ) => { + ... + const { data, errors } = await query(`{ ... }`); + ... + } + } + } + ``` + + should be changed to + + ``` + { + ... + hooks: { + resolveInput: async ({ context } ) => { + ... + const { data, errors } = await context.executeGraphQL({ query: `{ ... }` }); + ... + } + } + } + ``` + + See [the docs](/docs/discussions/server-side-graphql.md) for more details on how to use `context.executeGraphQL()`. + +### Patch Changes + +- [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262) [#3245](https://github.com/keystonejs/keystone/pull/3245) Thanks [@singhArmani](https://github.com/singhArmani)! - Allow passing in the `null` value to the **CalendarDay**[https://www.keystonejs.com/keystonejs/fields/src/types/calendar-day/#calendarday] field type. + + Passing in the `null` value for **CalendarDay** field was throwing a `TypeError` inside the inputValidation method of CalendarDay. + This fix allow passing the null value. + +* [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70) [#3242](https://github.com/keystonejs/keystone/pull/3242) Thanks [@MadeByMike](https://github.com/MadeByMike)! - Fix a bug with the location field where it is unable to render in admin ui after deleting the value. + +- [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669) [#3146](https://github.com/keystonejs/keystone/pull/3146) Thanks [@Vultraz](https://github.com/Vultraz)! - Migrated to @primer/octicons-react v10. + +- Updated dependencies [[`753fa13ab`](https://github.com/keystonejs/keystone/commit/753fa13ab976cebdd145f4da948e13244612eedb), [`51c898537`](https://github.com/keystonejs/keystone/commit/51c898537c7fdc8578fa47eade6a499594b0d154), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090), [`283839cfb`](https://github.com/keystonejs/keystone/commit/283839cfb84f80818dd85699e011eee4775e550d), [`79d4c0d92`](https://github.com/keystonejs/keystone/commit/79d4c0d9250c1d1c1c46bcb2eaddae313eb7ac5f), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`7bdec6446`](https://github.com/keystonejs/keystone/commit/7bdec6446ed97fa962bb96abe07975bb23c6ec7a), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/test-utils@7.1.0 + - @keystonejs/adapter-knex@11.0.0 + - @keystonejs/app-admin-ui@7.1.0 + - @keystonejs/build-field-types@5.2.10 + - @keystonejs/adapter-mongoose@9.0.0 + - @arch-ui/day-picker@1.0.2 + - @arch-ui/fields@3.0.3 + - @arch-ui/options@0.0.22 + - @keystonejs/field-content@7.0.2 + ## 13.0.2 ### Patch Changes diff --git a/packages/fields/package.json b/packages/fields/package.json index 864a398122c..ccecc5c1e27 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": "13.0.2", + "version": "14.0.0", "main": "dist/fields.cjs.js", "module": "dist/fields.esm.js", "author": "The KeystoneJS Development Team", @@ -16,15 +16,15 @@ "@arch-ui/alert": "^0.0.17", "@arch-ui/button": "^0.0.20", "@arch-ui/controls": "^0.1.8", - "@arch-ui/day-picker": "^1.0.1", + "@arch-ui/day-picker": "^1.0.2", "@arch-ui/drawer": "^0.0.21", - "@arch-ui/fields": "^3.0.2", + "@arch-ui/fields": "^3.0.3", "@arch-ui/filters": "^0.0.19", "@arch-ui/input": "^0.1.10", "@arch-ui/layout": "^0.2.13", "@arch-ui/loading": "^0.0.17", "@arch-ui/lozenge": "^0.0.16", - "@arch-ui/options": "^0.0.21", + "@arch-ui/options": "^0.0.22", "@arch-ui/popout": "^0.0.19", "@arch-ui/select": "^0.1.8", "@arch-ui/theme": "^0.0.10", @@ -33,11 +33,11 @@ "@babel/runtime": "^7.8.4", "@emotion/core": "^10.0.28", "@keystonejs/access-control": "^6.2.0", - "@keystonejs/adapter-knex": "^10.0.2", - "@keystonejs/adapter-mongoose": "^8.1.2", - "@keystonejs/app-admin-ui": "^7.0.5", - "@keystonejs/build-field-types": "^5.2.8", - "@keystonejs/field-content": "^7.0.1", + "@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/utils": "^5.4.2", "@primer/octicons-react": "^10.0.0", "@sindresorhus/slugify": "^0.11.0", diff --git a/packages/file-adapters/CHANGELOG.md b/packages/file-adapters/CHANGELOG.md index 1d385deb8ad..b209b9787fe 100644 --- a/packages/file-adapters/CHANGELOG.md +++ b/packages/file-adapters/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystonejs/file-adapters +## 7.0.2 + +### Patch Changes + +- [`35335df8e`](https://github.com/keystonejs/keystone/commit/35335df8eb64541dc5c5685e89883f35aa85d3f5) [#3268](https://github.com/keystonejs/keystone/pull/3268) Thanks [@zamkevich](https://github.com/zamkevich)! - Fixed a bug in the delete function, due to which it was impossible to delete images in folders. + ## 7.0.1 ### Patch Changes diff --git a/packages/file-adapters/package.json b/packages/file-adapters/package.json index d98e0e57ef5..cd60335b38c 100644 --- a/packages/file-adapters/package.json +++ b/packages/file-adapters/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/file-adapters", "description": "Adapters for handling storage of the File type", - "version": "7.0.1", + "version": "7.0.2", "main": "index.js", "repository": "https://github.com/keystonejs/keystone/tree/master/packages/file-adapters", "homepage": "https://github.com/keystonejs/keystone", diff --git a/packages/keystone/CHANGELOG.md b/packages/keystone/CHANGELOG.md index c98bf29f57e..ef2ba2c7a8a 100644 --- a/packages/keystone/CHANGELOG.md +++ b/packages/keystone/CHANGELOG.md @@ -1,5 +1,107 @@ # @keystonejs/keystone +## 12.0.0 + +### Major Changes + +- [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7) [#3227](https://github.com/keystonejs/keystone/pull/3227) Thanks [@Vultraz](https://github.com/Vultraz)! - Moved `name` config option from Keystone constructor to Admin UI constructor. + +* [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a) [#3171](https://github.com/keystonejs/keystone/pull/3171) Thanks [@timleslie](https://github.com/timleslie)! - Hooks no longer recieve a `{ query }` argument. This functionality has been superseded by `context.executeGraphQL()`. + + ``` + { + ... + hooks: { + resolveInput: async ({ actions: { query } } ) => { + ... + const { data, errors } = await query(`{ ... }`); + ... + } + } + } + ``` + + should be changed to + + ``` + { + ... + hooks: { + resolveInput: async ({ context } ) => { + ... + const { data, errors } = await context.executeGraphQL({ query: `{ ... }` }); + ... + } + } + } + ``` + + See [the docs](/docs/discussions/server-side-graphql.md) for more details on how to use `context.executeGraphQL()`. + +- [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b) [#3169](https://github.com/keystonejs/keystone/pull/3169) Thanks [@timleslie](https://github.com/timleslie)! - Resolver functions for custom queries and mutations no longer recieve a `{ query }` argument. This functionality has been superseded by `context.executeGraphQL()`. + + ``` + keystone.extendGraphQLSchema({ + queries: { + schema: '...', + resolver: async (item, args, context, info, { query }) => { + ... + const { data, errors } = await query(`{ ... }`); + ... + } + } + }); + ``` + + should be changed to + + ``` + keystone.extendGraphQLSchema({ + queries: { + schema: '...', + resolver: async (item, args, context) => { + ... + const { data, errors } = await context.executeGraphQL({ query: `{ ... }` }); + ... + } + } + }); + ``` + + See [the docs](/docs/discussions/server-side-graphql.md) for more details on how to use `context.executeGraphQL()`. + +* [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95) [#3172](https://github.com/keystonejs/keystone/pull/3172) Thanks [@timleslie](https://github.com/timleslie)! - Removed the method `keystone.executeQuery()`, which has been superseded by `keystone.executeGraphQL()`. + See [the docs](/docs/discussions/server-side-graphql.md) for more details on how to use `keystone.executeGraphQL()`. + +- [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a) [#3174](https://github.com/keystonejs/keystone/pull/3174) Thanks [@timleslie](https://github.com/timleslie)! - Replaced `keystone.getGraphQlContext()` with `keystone.createHTTPContext()`, to be used primarily by the Apollo server. + If you need to create a context for executing server-side GraphQL operations please use `keystone.createContext()`. + See [the docs](/docs/discussions/server-side-graphql.md) for more details on how to use `keystone.createContext()`. + +### Minor Changes + +- [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9) [#3190](https://github.com/keystonejs/keystone/pull/3190) Thanks [@jesstelford](https://github.com/jesstelford)! - Add Mutation.updateAuthenticated, commonly used as Mutation.updateAuthenticatedUser + +### Patch Changes + +- [`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333) [#3235](https://github.com/keystonejs/keystone/pull/3235) Thanks [@timleslie](https://github.com/timleslie)! - Refactored hook management into a separate module. + +* [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902) [#3241](https://github.com/keystonejs/keystone/pull/3241) Thanks [@timleslie](https://github.com/timleslie)! - Fixed a bug where `existingItem` had the wrong value in hooks during an `updateManyMutation`. + +- [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939) [#3173](https://github.com/keystonejs/keystone/pull/3173) Thanks [@timleslie](https://github.com/timleslie)! - Removed `keystone._buildQueryHelper()` and `keystone._executeOperation()`. + +* [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e) [#3226](https://github.com/keystonejs/keystone/pull/3226) Thanks [@Vultraz](https://github.com/Vultraz)! - Don't pass name through to adapter.connect. + +- [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7) [#3234](https://github.com/keystonejs/keystone/pull/3234) Thanks [@timleslie](https://github.com/timleslie)! - Factored out utility `List` functions into a separate module. + +* [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66) [#3233](https://github.com/keystonejs/keystone/pull/3233) Thanks [@timleslie](https://github.com/timleslie)! - Updated internal access control functions to directly accept access control definition. + +- [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7) [#2745](https://github.com/keystonejs/keystone/pull/2745) Thanks [@Vultraz](https://github.com/Vultraz)! - Added defaultPageSize and maximumPageSize config options fto the Admin UI. These can be used to set defaults for all lists (previously, these defaults were 50 and 1000, respectively). + +- Updated dependencies [[`753fa13ab`](https://github.com/keystonejs/keystone/commit/753fa13ab976cebdd145f4da948e13244612eedb), [`e710cd445`](https://github.com/keystonejs/keystone/commit/e710cd445bfb71317ca38622cc3795da61d13dff), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`136cb505c`](https://github.com/keystonejs/keystone/commit/136cb505ce11931de7fc470debe438e335588781), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e63b9f25a`](https://github.com/keystonejs/keystone/commit/e63b9f25adb64cecf0f65c6f97fe30c95e483996), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`79d4c0d92`](https://github.com/keystonejs/keystone/commit/79d4c0d9250c1d1c1c46bcb2eaddae313eb7ac5f), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/test-utils@7.1.0 + - @keystonejs/session@8.0.0 + - @keystonejs/fields@14.0.0 + ## 11.2.0 ### Minor Changes diff --git a/packages/keystone/package.json b/packages/keystone/package.json index 8bc32ce5eaa..56394e88221 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": "11.2.0", + "version": "12.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -13,9 +13,9 @@ "dependencies": { "@keystonejs/access-control": "^6.2.0", "@keystonejs/app-version": "^1.0.2", - "@keystonejs/fields": "^13.0.2", + "@keystonejs/fields": "^14.0.0", "@keystonejs/logger": "^5.1.2", - "@keystonejs/session": "^7.0.1", + "@keystonejs/session": "^8.0.0", "@keystonejs/utils": "^5.4.2", "apollo-errors": "^1.9.0", "arg": "^4.1.1", diff --git a/packages/list-plugins/CHANGELOG.md b/packages/list-plugins/CHANGELOG.md index d0fcb275d56..f32accde971 100644 --- a/packages/list-plugins/CHANGELOG.md +++ b/packages/list-plugins/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystonejs/list-plugins +## 7.0.3 + +### Patch Changes + +- Updated dependencies [[`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/fields@14.0.0 + - @keystonejs/fields-authed-relationship@1.0.8 + ## 7.0.2 ### Patch Changes diff --git a/packages/list-plugins/package.json b/packages/list-plugins/package.json index 3d402b57b85..7ef6491febb 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.2", + "version": "7.0.3", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/fields": "^13.0.1", - "@keystonejs/fields-authed-relationship": "^1.0.7" + "@keystonejs/fields": "^14.0.0", + "@keystonejs/fields-authed-relationship": "^1.0.8" }, "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 6a360464a39..ebcc7912d75 100644 --- a/packages/mongo-join-builder/CHANGELOG.md +++ b/packages/mongo-join-builder/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystonejs/mongo-join-builder +## 7.1.1 + +### Patch Changes + +- [`283839cfb`](https://github.com/keystonejs/keystone/commit/283839cfb84f80818dd85699e011eee4775e550d) [#3265](https://github.com/keystonejs/keystone/pull/3265) Thanks [@timleslie](https://github.com/timleslie)! - Updated tests to consistently use `jest.setTimeout()`. + ## 7.1.0 ### Minor Changes diff --git a/packages/mongo-join-builder/package.json b/packages/mongo-join-builder/package.json index 46aadfec4c1..bb88279af9a 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.0", + "version": "7.1.1", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { diff --git a/packages/session/CHANGELOG.md b/packages/session/CHANGELOG.md index e49a751526a..1b37a1ba4e1 100644 --- a/packages/session/CHANGELOG.md +++ b/packages/session/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystonejs/session +## 8.0.0 + +### Major Changes + +- [`136cb505c`](https://github.com/keystonejs/keystone/commit/136cb505ce11931de7fc470debe438e335588781) [#3175](https://github.com/keystonejs/keystone/pull/3175) Thanks [@timleslie](https://github.com/timleslie)! - `SessionManager.getContext()` no longer returns values for `{ authedItem, authedListKey }` as these values are already provided by the core of Keystone. + +### Patch Changes + +- [`e710cd445`](https://github.com/keystonejs/keystone/commit/e710cd445bfb71317ca38622cc3795da61d13dff) [#3237](https://github.com/keystonejs/keystone/pull/3237) Thanks [@timleslie](https://github.com/timleslie)! - Updated middleware to directly access the data adapter to find the authorised item. + +* [`e63b9f25a`](https://github.com/keystonejs/keystone/commit/e63b9f25adb64cecf0f65c6f97fe30c95e483996) [#3249](https://github.com/keystonejs/keystone/pull/3249) Thanks [@Vultraz](https://github.com/Vultraz)! - Updated `cookieSecret` doc link. + ## 7.0.1 ### Patch Changes diff --git a/packages/session/package.json b/packages/session/package.json index 2d02ea76c17..a8f310730eb 100644 --- a/packages/session/package.json +++ b/packages/session/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/session", "description": "Tools to assist with setting up session management in your Keystone system.", - "version": "7.0.1", + "version": "8.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 87855f12366..39de75adf5a 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,23 @@ # @keystonejs/test-utils +## 7.1.0 + +### Minor Changes + +- [`753fa13ab`](https://github.com/keystonejs/keystone/commit/753fa13ab976cebdd145f4da948e13244612eedb) [#3252](https://github.com/keystonejs/keystone/pull/3252) Thanks [@timleslie](https://github.com/timleslie)! - The `knex` adapter now accepts `DATABASE_URL` as an environment variable for the database location. + +### Patch Changes + +- [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7) [#3227](https://github.com/keystonejs/keystone/pull/3227) Thanks [@Vultraz](https://github.com/Vultraz)! - Moved `name` config option from Keystone constructor to Admin UI constructor. + +* [`79d4c0d92`](https://github.com/keystonejs/keystone/commit/79d4c0d9250c1d1c1c46bcb2eaddae313eb7ac5f) [#3251](https://github.com/keystonejs/keystone/pull/3251) Thanks [@timleslie](https://github.com/timleslie)! - Improved error reporting in `matchFilter`. + +* Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`51c898537`](https://github.com/keystonejs/keystone/commit/51c898537c7fdc8578fa47eade6a499594b0d154), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`7bdec6446`](https://github.com/keystonejs/keystone/commit/7bdec6446ed97fa962bb96abe07975bb23c6ec7a)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/adapter-knex@11.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + ## 7.0.1 ### Patch Changes diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 6c5db431dd6..4653d7d176d 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.0.1", + "version": "7.1.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/adapter-knex": "^10.1.0", - "@keystonejs/adapter-mongoose": "^8.1.3", - "@keystonejs/app-graphql": "^5.1.9", - "@keystonejs/keystone": "^11.2.0", + "@keystonejs/adapter-knex": "^11.0.0", + "@keystonejs/adapter-mongoose": "^9.0.0", + "@keystonejs/app-graphql": "^6.0.0", + "@keystonejs/keystone": "^12.0.0", "express": "^4.17.1", "mongodb-memory-server-core": "^6.5.2", "p-finally": "^2.0.1", diff --git a/test-projects/access-control/CHANGELOG.md b/test-projects/access-control/CHANGELOG.md index e17f0b353f7..f695e87de30 100644 --- a/test-projects/access-control/CHANGELOG.md +++ b/test-projects/access-control/CHANGELOG.md @@ -1,5 +1,19 @@ # @keystonejs/cypress-project-access-control +## 5.1.13 + +### Patch Changes + +- [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7) [#3227](https://github.com/keystonejs/keystone/pull/3227) Thanks [@Vultraz](https://github.com/Vultraz)! - Moved `name` config option from Keystone constructor to Admin UI constructor. + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/app-admin-ui@7.1.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + - @keystonejs/auth-password@5.1.11 + ## 5.1.12 ### Patch Changes diff --git a/test-projects/access-control/package.json b/test-projects/access-control/package.json index f4922247544..edb7d22b7b8 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.12", + "version": "5.1.13", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -18,12 +18,12 @@ "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": "^8.1.3", - "@keystonejs/app-admin-ui": "^7.0.3", - "@keystonejs/app-graphql": "^5.1.8", - "@keystonejs/auth-password": "^5.1.10", - "@keystonejs/fields": "^13.0.0", - "@keystonejs/keystone": "^11.1.0", + "@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/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 b0a23040410..ad209a74296 100644 --- a/test-projects/basic/CHANGELOG.md +++ b/test-projects/basic/CHANGELOG.md @@ -1,5 +1,23 @@ # @keystonejs/cypress-project-basic +## 6.0.4 + +### Patch Changes + +- [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7) [#3227](https://github.com/keystonejs/keystone/pull/3227) Thanks [@Vultraz](https://github.com/Vultraz)! - Moved `name` config option from Keystone constructor to Admin UI constructor. + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`35335df8e`](https://github.com/keystonejs/keystone/commit/35335df8eb64541dc5c5685e89883f35aa85d3f5), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/file-adapters@7.0.2 + - @keystonejs/app-admin-ui@7.1.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + - @arch-ui/fields@3.0.3 + - @keystonejs/field-content@7.0.2 + - @keystonejs/fields-markdown@5.2.2 + - @keystonejs/fields-wysiwyg-tinymce@5.3.3 + ## 6.0.3 ### Patch Changes diff --git a/test-projects/basic/package.json b/test-projects/basic/package.json index 346dc81884c..d77187ce431 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.3", + "version": "6.0.4", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -19,17 +19,17 @@ "cypress:open": "if [ -f .env ]; then yarn prepare-test-server cypress:open:cmd; else echo \"\nError: Must create a test-projects/basic/.env file.\nSee test-projects/basic/.env.example for values\n\"; exit 1; fi" }, "dependencies": { - "@arch-ui/fields": "^3.0.2", - "@keystonejs/adapter-mongoose": "^8.1.3", - "@keystonejs/app-admin-ui": "^7.0.3", - "@keystonejs/app-graphql": "^5.1.8", + "@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/app-static": "^5.1.2", - "@keystonejs/field-content": "^7.0.1", - "@keystonejs/fields": "^13.0.0", - "@keystonejs/fields-markdown": "^5.2.1", - "@keystonejs/fields-wysiwyg-tinymce": "^5.3.1", - "@keystonejs/file-adapters": "^7.0.0", - "@keystonejs/keystone": "^11.1.0", + "@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/file-adapters": "^7.0.2", + "@keystonejs/keystone": "^12.0.0", "@keystonejs/oembed-adapters": "^5.1.4", "cross-env": "^7.0.0", "date-fns": "^2.14.0", diff --git a/test-projects/client-validation/CHANGELOG.md b/test-projects/client-validation/CHANGELOG.md index 37b6f117c05..421c489680a 100644 --- a/test-projects/client-validation/CHANGELOG.md +++ b/test-projects/client-validation/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystonejs/cypress-project-client-validation +## 6.0.4 + +### Patch Changes + +- [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7) [#3227](https://github.com/keystonejs/keystone/pull/3227) Thanks [@Vultraz](https://github.com/Vultraz)! - Moved `name` config option from Keystone constructor to Admin UI constructor. + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`35335df8e`](https://github.com/keystonejs/keystone/commit/35335df8eb64541dc5c5685e89883f35aa85d3f5), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/file-adapters@7.0.2 + - @keystonejs/app-admin-ui@7.1.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + - @arch-ui/fields@3.0.3 + ## 6.0.3 ### Patch Changes diff --git a/test-projects/client-validation/package.json b/test-projects/client-validation/package.json index 3ff7dad375e..eb4c04bf1b2 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.3", + "version": "6.0.4", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -18,14 +18,14 @@ "cypress:open": "if [ -f .env ]; then yarn prepare-test-server cypress:open:cmd; else echo \"\nError: Must create a test-projects/client-validation/.env file.\nSee test-projects/client-validation/.env.example for values\n\"; exit 1; fi" }, "dependencies": { - "@arch-ui/fields": "^3.0.2", - "@keystonejs/adapter-mongoose": "^8.1.3", - "@keystonejs/app-admin-ui": "^7.0.3", - "@keystonejs/app-graphql": "^5.1.8", + "@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/app-static": "^5.1.2", - "@keystonejs/fields": "^13.0.0", - "@keystonejs/file-adapters": "^7.0.0", - "@keystonejs/keystone": "^11.1.0", + "@keystonejs/fields": "^14.0.0", + "@keystonejs/file-adapters": "^7.0.2", + "@keystonejs/keystone": "^12.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 4a03f5832cd..809aff6ea7b 100644 --- a/test-projects/login/CHANGELOG.md +++ b/test-projects/login/CHANGELOG.md @@ -1,5 +1,21 @@ # @keystonejs/cypress-project-login +## 5.1.13 + +### Patch Changes + +- [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7) [#3227](https://github.com/keystonejs/keystone/pull/3227) Thanks [@Vultraz](https://github.com/Vultraz)! - Moved `name` config option from Keystone constructor to Admin UI constructor. + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`e710cd445`](https://github.com/keystonejs/keystone/commit/e710cd445bfb71317ca38622cc3795da61d13dff), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`136cb505c`](https://github.com/keystonejs/keystone/commit/136cb505ce11931de7fc470debe438e335588781), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`e63b9f25a`](https://github.com/keystonejs/keystone/commit/e63b9f25adb64cecf0f65c6f97fe30c95e483996), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/session@8.0.0 + - @keystonejs/app-admin-ui@7.1.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + - @keystonejs/auth-password@5.1.11 + - @keystonejs/list-plugins@7.0.3 + ## 5.1.12 ### Patch Changes diff --git a/test-projects/login/package.json b/test-projects/login/package.json index 9b8914109c3..f3487ed94a8 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.12", + "version": "5.1.13", "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": "^8.1.3", - "@keystonejs/app-admin-ui": "^7.0.3", - "@keystonejs/app-graphql": "^5.1.8", + "@keystonejs/adapter-mongoose": "^9.0.0", + "@keystonejs/app-admin-ui": "^7.1.0", + "@keystonejs/app-graphql": "^6.0.0", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/auth-password": "^5.1.10", - "@keystonejs/fields": "^13.0.0", - "@keystonejs/keystone": "^11.1.0", - "@keystonejs/list-plugins": "^7.0.1", - "@keystonejs/session": "^7.0.0", + "@keystonejs/auth-password": "^5.1.11", + "@keystonejs/fields": "^14.0.0", + "@keystonejs/keystone": "^12.0.0", + "@keystonejs/list-plugins": "^7.0.3", + "@keystonejs/session": "^8.0.0", "body-parser": "^1.18.2", "cross-env": "^7.0.0", "express": "^4.17.1" diff --git a/test-projects/social-login/CHANGELOG.md b/test-projects/social-login/CHANGELOG.md index 226f672305d..bddfbb11d20 100644 --- a/test-projects/social-login/CHANGELOG.md +++ b/test-projects/social-login/CHANGELOG.md @@ -1,5 +1,22 @@ # @keystonejs/cypress-project-facebook-login +## 5.1.13 + +### Patch Changes + +- [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7) [#3227](https://github.com/keystonejs/keystone/pull/3227) Thanks [@Vultraz](https://github.com/Vultraz)! - Moved `name` config option from Keystone constructor to Admin UI constructor. + +- Updated dependencies [[`5ad84ccd8`](https://github.com/keystonejs/keystone/commit/5ad84ccd8d008188e293629e90a4d7e7fde55333), [`35335df8e`](https://github.com/keystonejs/keystone/commit/35335df8eb64541dc5c5685e89883f35aa85d3f5), [`61cdafe20`](https://github.com/keystonejs/keystone/commit/61cdafe20e0a22b5a1f9b6a2dcc4aefa45a26902), [`8480f889a`](https://github.com/keystonejs/keystone/commit/8480f889a492d83ee805f19877d49fd112117939), [`49984caae`](https://github.com/keystonejs/keystone/commit/49984caaec803ed86b027c9634ac6b3f671e9ba7), [`02f069f0b`](https://github.com/keystonejs/keystone/commit/02f069f0b6e28ccfe6d5cdeb59ab01bde27a655e), [`e6117d259`](https://github.com/keystonejs/keystone/commit/e6117d259e0ceeacc0b42e3db0bd39dd39537090), [`4b95d8a46`](https://github.com/keystonejs/keystone/commit/4b95d8a46d53d32b2873e350716311441cd37262), [`e114894d1`](https://github.com/keystonejs/keystone/commit/e114894d1bbcea8940cf14486fc336aa8d112da7), [`5fc97cbf4`](https://github.com/keystonejs/keystone/commit/5fc97cbf4489587a3a8cb38c04ba81fc2cb1fc5a), [`56e1798d6`](https://github.com/keystonejs/keystone/commit/56e1798d6815723cfba01e6d7dc6b4fe73d4447b), [`06f86c6f5`](https://github.com/keystonejs/keystone/commit/06f86c6f5c573411f0efda565a269d1d7ccb3c66), [`0cbb7e7b0`](https://github.com/keystonejs/keystone/commit/0cbb7e7b096c2a99685631a601fce7273d03cc70), [`81b4df318`](https://github.com/keystonejs/keystone/commit/81b4df3182fc63c583e3fae5c05c528b678cab95), [`e6909b003`](https://github.com/keystonejs/keystone/commit/e6909b0037c9d3dc4fc6131da7968a424ce02be9), [`c9ca62876`](https://github.com/keystonejs/keystone/commit/c9ca628765f1ecb599c8556de2d31567ddf12504), [`3ce644d5f`](https://github.com/keystonejs/keystone/commit/3ce644d5f2b6e674adb2f155c0e729536079347a), [`622cc7d69`](https://github.com/keystonejs/keystone/commit/622cc7d6976ecb71f5b135c931ac0fcb4afdb1c7), [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669)]: + - @keystonejs/keystone@12.0.0 + - @keystonejs/file-adapters@7.0.2 + - @keystonejs/app-admin-ui@7.1.0 + - @keystonejs/fields@14.0.0 + - @keystonejs/adapter-mongoose@9.0.0 + - @keystonejs/app-graphql@6.0.0 + - @arch-ui/fields@3.0.3 + - @keystonejs/auth-passport@5.2.4 + - @keystonejs/auth-password@5.1.11 + ## 5.1.12 ### Patch Changes diff --git a/test-projects/social-login/package.json b/test-projects/social-login/package.json index 28f413cd151..153a32c6174 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.12", + "version": "5.1.13", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -15,17 +15,17 @@ "cypress:run": "exit 0" }, "dependencies": { - "@arch-ui/fields": "^3.0.2", + "@arch-ui/fields": "^3.0.3", "@arch-ui/input": "^0.1.10", - "@keystonejs/adapter-mongoose": "^8.1.3", - "@keystonejs/app-admin-ui": "^7.0.3", - "@keystonejs/app-graphql": "^5.1.8", + "@keystonejs/adapter-mongoose": "^9.0.0", + "@keystonejs/app-admin-ui": "^7.1.0", + "@keystonejs/app-graphql": "^6.0.0", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/auth-passport": "^5.2.1", - "@keystonejs/auth-password": "^5.1.10", - "@keystonejs/fields": "^13.0.0", - "@keystonejs/file-adapters": "^7.0.0", - "@keystonejs/keystone": "^11.1.0", + "@keystonejs/auth-passport": "^5.2.4", + "@keystonejs/auth-password": "^5.1.11", + "@keystonejs/fields": "^14.0.0", + "@keystonejs/file-adapters": "^7.0.2", + "@keystonejs/keystone": "^12.0.0", "cookie-parser": "^1.4.4", "express": "^4.17.1", "passport-wordpress": "^0.0.4", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 3b80412023f..5135d7e8421 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystonejs/website +## 5.3.6 + +### Patch Changes + +- [`51aef1ef0`](https://github.com/keystonejs/keystone/commit/51aef1ef06a89422e89a6118b7820848d5970669) [#3146](https://github.com/keystonejs/keystone/pull/3146) Thanks [@Vultraz](https://github.com/Vultraz)! - Migrated to @primer/octicons-react v10. + ## 5.3.5 ### Patch Changes diff --git a/website/package.json b/website/package.json index 87dbf016ed0..444e126fb7f 100644 --- a/website/package.json +++ b/website/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/website", "description": "KeystoneJS documentation. Powered by Gatsby.", "private": true, - "version": "5.3.5", + "version": "5.3.6", "author": "The KeystoneJS Development Team", "repository": "https://github.com/keystonejs/keystone/tree/master/website", "homepage": "https://github.com/keystonejs/keystone",