From 33586c53e8e2562116924c92d22f53de8ad6b50a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 May 2020 06:58:02 +0000 Subject: [PATCH] Version Packages --- .changeset/honest-cycles-smile.md | 5 -- .changeset/polite-trains-run.md | 31 ------------- .changeset/quick-wolves-swim.md | 5 -- .changeset/real-kings-dress.md | 5 -- .changeset/sour-taxis-hunt.md | 15 ------ .changeset/wild-terms-care.md | 5 -- api-tests/CHANGELOG.md | 9 ++++ api-tests/package.json | 6 +-- benchmarks/CHANGELOG.md | 8 ++++ benchmarks/package.json | 6 +-- demo-projects/blog/CHANGELOG.md | 36 +++++++++++++++ demo-projects/blog/package.json | 16 +++---- demo-projects/custom-fields/CHANGELOG.md | 9 ++++ demo-projects/custom-fields/package.json | 8 ++-- demo-projects/meetup/CHANGELOG.md | 34 ++++++++++++++ demo-projects/meetup/package.json | 12 ++--- demo-projects/todo/CHANGELOG.md | 9 ++++ demo-projects/todo/package.json | 8 ++-- packages/app-admin-ui/CHANGELOG.md | 13 ++++++ packages/app-admin-ui/package.json | 4 +- .../arch/packages/day-picker/CHANGELOG.md | 39 ++++++++++++++++ .../arch/packages/day-picker/package.json | 2 +- packages/auth-passport/CHANGELOG.md | 7 +++ packages/auth-passport/package.json | 4 +- packages/auth-password/CHANGELOG.md | 7 +++ packages/auth-password/package.json | 4 +- .../example-projects/nuxt/CHANGELOG.md | 9 ++++ .../example-projects/nuxt/package.json | 8 ++-- .../example-projects/starter/CHANGELOG.md | 10 ++++ .../example-projects/starter/package.json | 10 ++-- .../example-projects/todo/CHANGELOG.md | 9 ++++ .../example-projects/todo/package.json | 8 ++-- packages/field-content/CHANGELOG.md | 7 +++ packages/field-content/package.json | 4 +- .../fields-authed-relationship/CHANGELOG.md | 7 +++ .../fields-authed-relationship/package.json | 4 +- packages/fields-auto-increment/CHANGELOG.md | 7 +++ packages/fields-auto-increment/package.json | 4 +- packages/fields-datetime-utc/CHANGELOG.md | 30 ++++++++++++ packages/fields-datetime-utc/package.json | 4 +- packages/fields-markdown/CHANGELOG.md | 7 +++ packages/fields-markdown/package.json | 4 +- packages/fields-mongoid/CHANGELOG.md | 7 +++ packages/fields-mongoid/package.json | 4 +- packages/fields-wysiwyg-tinymce/CHANGELOG.md | 7 +++ packages/fields-wysiwyg-tinymce/package.json | 4 +- packages/fields/CHANGELOG.md | 46 +++++++++++++++++++ packages/fields/package.json | 8 ++-- packages/keystone/CHANGELOG.md | 7 +++ packages/keystone/package.json | 4 +- packages/list-plugins/CHANGELOG.md | 31 +++++++++++++ packages/list-plugins/package.json | 6 +-- test-projects/access-control/CHANGELOG.md | 10 ++++ test-projects/access-control/package.json | 10 ++-- test-projects/basic/CHANGELOG.md | 34 ++++++++++++++ test-projects/basic/package.json | 12 ++--- test-projects/client-validation/CHANGELOG.md | 32 +++++++++++++ test-projects/client-validation/package.json | 8 ++-- test-projects/login/CHANGELOG.md | 11 +++++ test-projects/login/package.json | 12 ++--- test-projects/social-login/CHANGELOG.md | 11 +++++ test-projects/social-login/package.json | 12 ++--- 62 files changed, 551 insertions(+), 164 deletions(-) delete mode 100644 .changeset/honest-cycles-smile.md delete mode 100644 .changeset/polite-trains-run.md delete mode 100644 .changeset/quick-wolves-swim.md delete mode 100644 .changeset/real-kings-dress.md delete mode 100644 .changeset/sour-taxis-hunt.md delete mode 100644 .changeset/wild-terms-care.md diff --git a/.changeset/honest-cycles-smile.md b/.changeset/honest-cycles-smile.md deleted file mode 100644 index cd4889b7822..00000000000 --- a/.changeset/honest-cycles-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/fields': patch ---- - -Updated documentation for the CalendarDay field type. diff --git a/.changeset/polite-trains-run.md b/.changeset/polite-trains-run.md deleted file mode 100644 index 455710ff224..00000000000 --- a/.changeset/polite-trains-run.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -'@keystonejs/demo-project-blog': major -'@keystonejs/demo-project-meetup': major -'@arch-ui/day-picker': major -'@keystonejs/fields': major -'@keystonejs/fields-datetime-utc': major -'@keystonejs/list-plugins': major -'@keystonejs/cypress-project-basic': major -'@keystonejs/cypress-project-client-validation': major ---- - -Upgraded to date-fns 2.x. This version uses [Unicode tokens](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) for its formatting strings. A conversion table is available [here](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md#200---2019-08-20). - -This change only affects the `CalendarDay` and `DateTime` fields' `format` config option. - -The following script utilizes the [`@date-fns/upgrade`](https://github.com/date-fns/date-fns-upgrade) package and can be used to convert old formatting strings: - -```js -const { convertTokens } = require('@date-fns/upgrade/v2'); - -console.table( - [ - // Add date-dns 1.x formatting strings here. - ].map(str => ({ - v1: str, - v2: convertTokens(str).replace(/'/g, ''), - })) -); -``` - -Do note this converts symbols to standalone style as opposed to formatted style which may not always be desired. For example, `DD/MM/YYYY` would be converted to `dd/LL/yyyy` instead of `dd/MM/yyyy`. See [here](http://cldr.unicode.org/translation/date-time-1/date-time#TOC-Stand-Alone-vs.-Format-Styles) for more information on which you should use. diff --git a/.changeset/quick-wolves-swim.md b/.changeset/quick-wolves-swim.md deleted file mode 100644 index e3080719baa..00000000000 --- a/.changeset/quick-wolves-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/app-admin-ui': patch ---- - -Used _label_ query for logged-in-user display. diff --git a/.changeset/real-kings-dress.md b/.changeset/real-kings-dress.md deleted file mode 100644 index 15a5cafc972..00000000000 --- a/.changeset/real-kings-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/app-admin-ui': patch ---- - -Fixed an uncaught error during updating if access was denied. diff --git a/.changeset/sour-taxis-hunt.md b/.changeset/sour-taxis-hunt.md deleted file mode 100644 index e841053daf9..00000000000 --- a/.changeset/sour-taxis-hunt.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'@arch-ui/day-picker': patch -'@keystonejs/fields': patch ---- - -Fixed many usability issues with the CalendarDay field: -- Fixed field not functioning as a proper controlled component in the Create popout. -- Fixed field initially displaying "Invalid Date" before defaulting to 1970-01-01. -- Filter input no longer defaults to the current date. This was bugged; submitting the form with no changes would match nothing. -- Filter input now falls back to no value when given an invalid date. Previously, it was falling back to 1970-01-01. -- Fixed filter input not initially displaying the current value when in edit mode (it was displaying the current date). -- Fixed filter input not being initially focused. -- Fixed filter input not being submitted properly if focus wasn't lost first. - -Updated chrono-node dependency to 1.4.6. \ No newline at end of file diff --git a/.changeset/wild-terms-care.md b/.changeset/wild-terms-care.md deleted file mode 100644 index 2e668cd850b..00000000000 --- a/.changeset/wild-terms-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/app-admin-ui': patch ---- - -Updated README. diff --git a/api-tests/CHANGELOG.md b/api-tests/CHANGELOG.md index e743fb96c59..2e0269762a0 100644 --- a/api-tests/CHANGELOG.md +++ b/api-tests/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystonejs/api-tests +## 5.4.4 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/auth-password@5.1.8 + - @keystonejs/keystone@9.0.1 + ## 5.4.3 ### Patch Changes diff --git a/api-tests/package.json b/api-tests/package.json index 9d14dd31c18..ece111ec53c 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": "5.4.3", + "version": "5.4.4", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -23,8 +23,8 @@ "testcheck": "^1.0.0-rc.2" }, "dependencies": { - "@keystonejs/auth-password": "^5.1.7", - "@keystonejs/fields": "^10.0.0", + "@keystonejs/auth-password": "^5.1.8", + "@keystonejs/fields": "^11.0.0", "@keystonejs/test-utils": "^6.1.2", "@keystonejs/utils": "^5.4.1", "cuid": "^2.1.8", diff --git a/benchmarks/CHANGELOG.md b/benchmarks/CHANGELOG.md index 75c3d0d9741..529f125a945 100644 --- a/benchmarks/CHANGELOG.md +++ b/benchmarks/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystonejs/benchmarks +## 5.1.9 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/keystone@9.0.1 + ## 5.1.8 ### Patch Changes diff --git a/benchmarks/package.json b/benchmarks/package.json index 2adb61b263f..259c8510f33 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.8", + "version": "5.1.9", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -17,8 +17,8 @@ "@keystonejs/adapter-knex": "^10.0.0", "@keystonejs/adapter-mongoose": "^8.1.0", "@keystonejs/app-graphql": "^5.1.7", - "@keystonejs/fields": "^10.0.0", - "@keystonejs/keystone": "^9.0.0", + "@keystonejs/fields": "^11.0.0", + "@keystonejs/keystone": "^9.0.1", "@keystonejs/session": "^7.0.0", "@keystonejs/test-utils": "^6.1.2", "body-parser": "^1.18.2", diff --git a/demo-projects/blog/CHANGELOG.md b/demo-projects/blog/CHANGELOG.md index 97dcd659bea..87e7a98d6cb 100644 --- a/demo-projects/blog/CHANGELOG.md +++ b/demo-projects/blog/CHANGELOG.md @@ -1,5 +1,41 @@ # keystone_demo_blog +## 6.0.0 + +### Major Changes + +- [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc) [#2927](https://github.com/keystonejs/keystone/pull/2927) Thanks [@Vultraz](https://github.com/Vultraz)! - Upgraded to date-fns 2.x. This version uses [Unicode tokens](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) for its formatting strings. A conversion table is available [here](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md#200---2019-08-20). + + This change only affects the `CalendarDay` and `DateTime` fields' `format` config option. + + The following script utilizes the [`@date-fns/upgrade`](https://github.com/date-fns/date-fns-upgrade) package and can be used to convert old formatting strings: + + ```js + const { convertTokens } = require('@date-fns/upgrade/v2'); + + console.table( + [ + // Add date-dns 1.x formatting strings here. + ].map(str => ({ + v1: str, + v2: convertTokens(str).replace(/'/g, ''), + })) + ); + ``` + + Do note this converts symbols to standalone style as opposed to formatted style which may not always be desired. For example, `DD/MM/YYYY` would be converted to `dd/LL/yyyy` instead of `dd/MM/yyyy`. See [here](http://cldr.unicode.org/translation/date-time-1/date-time#TOC-Stand-Alone-vs.-Format-Styles) for more information on which you should use. + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`3b0f4137`](https://github.com/keystonejs/keystone/commit/3b0f4137df4112c79e6db57ae68fe04ad338da4c), [`15c57317`](https://github.com/keystonejs/keystone/commit/15c573178fa056912503f3ed83efeccceabba3ec), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5), [`2709a6b5`](https://github.com/keystonejs/keystone/commit/2709a6b512fe636d979837599b67bdb17b2517b1)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/app-admin-ui@6.0.1 + - @keystonejs/auth-password@5.1.8 + - @keystonejs/fields-authed-relationship@1.0.5 + - @keystonejs/fields-markdown@5.1.11 + - @keystonejs/fields-wysiwyg-tinymce@5.2.8 + - @keystonejs/keystone@9.0.1 + ## 5.3.4 ### Patch Changes diff --git a/demo-projects/blog/package.json b/demo-projects/blog/package.json index 26667d0b20a..3bc52a4b7ae 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": "5.3.4", + "version": "6.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -21,17 +21,17 @@ "@emotion/core": "^10.0.28", "@emotion/styled": "^10.0.27", "@keystonejs/adapter-mongoose": "^8.1.0", - "@keystonejs/app-admin-ui": "^6.0.0", + "@keystonejs/app-admin-ui": "^6.0.1", "@keystonejs/app-graphql": "^5.1.7", "@keystonejs/app-next": "^5.1.2", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/auth-password": "^5.1.7", - "@keystonejs/fields": "^10.0.0", - "@keystonejs/fields-authed-relationship": "^1.0.4", - "@keystonejs/fields-markdown": "^5.1.10", - "@keystonejs/fields-wysiwyg-tinymce": "^5.2.7", + "@keystonejs/auth-password": "^5.1.8", + "@keystonejs/fields": "^11.0.0", + "@keystonejs/fields-authed-relationship": "^1.0.5", + "@keystonejs/fields-markdown": "^5.1.11", + "@keystonejs/fields-wysiwyg-tinymce": "^5.2.8", "@keystonejs/file-adapters": "^6.0.1", - "@keystonejs/keystone": "^9.0.0", + "@keystonejs/keystone": "^9.0.1", "@keystonejs/oembed-adapters": "^5.1.4", "apollo-cache-inmemory": "^1.6.5", "apollo-client": "^2.6.8", diff --git a/demo-projects/custom-fields/CHANGELOG.md b/demo-projects/custom-fields/CHANGELOG.md index 5cee717502e..0f5d46f70a5 100644 --- a/demo-projects/custom-fields/CHANGELOG.md +++ b/demo-projects/custom-fields/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystonejs/demo-custom-fields +## 1.0.2 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`3b0f4137`](https://github.com/keystonejs/keystone/commit/3b0f4137df4112c79e6db57ae68fe04ad338da4c), [`15c57317`](https://github.com/keystonejs/keystone/commit/15c573178fa056912503f3ed83efeccceabba3ec), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5), [`2709a6b5`](https://github.com/keystonejs/keystone/commit/2709a6b512fe636d979837599b67bdb17b2517b1)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/app-admin-ui@6.0.1 + - @keystonejs/keystone@9.0.1 + ## 1.0.1 ### Patch Changes diff --git a/demo-projects/custom-fields/package.json b/demo-projects/custom-fields/package.json index 6c2a1a8f87c..af3cf9a404e 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.1", + "version": "1.0.2", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -21,11 +21,11 @@ "@arch-ui/theme": "^0.0.10", "@emotion/core": "^10.0.28", "@keystonejs/adapter-mongoose": "^8.1.0", - "@keystonejs/app-admin-ui": "^6.0.0", + "@keystonejs/app-admin-ui": "^6.0.1", "@keystonejs/app-graphql": "^5.1.7", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/fields": "^10.0.0", - "@keystonejs/keystone": "^9.0.0", + "@keystonejs/fields": "^11.0.0", + "@keystonejs/keystone": "^9.0.1", "cross-env": "^7.0.0", "react": "^16.13.1" }, diff --git a/demo-projects/meetup/CHANGELOG.md b/demo-projects/meetup/CHANGELOG.md index 4dc83d2dae1..e825807535c 100644 --- a/demo-projects/meetup/CHANGELOG.md +++ b/demo-projects/meetup/CHANGELOG.md @@ -1,5 +1,39 @@ # @keystonejs/demo-project-meetup +## 6.0.0 + +### Major Changes + +- [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc) [#2927](https://github.com/keystonejs/keystone/pull/2927) Thanks [@Vultraz](https://github.com/Vultraz)! - Upgraded to date-fns 2.x. This version uses [Unicode tokens](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) for its formatting strings. A conversion table is available [here](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md#200---2019-08-20). + + This change only affects the `CalendarDay` and `DateTime` fields' `format` config option. + + The following script utilizes the [`@date-fns/upgrade`](https://github.com/date-fns/date-fns-upgrade) package and can be used to convert old formatting strings: + + ```js + const { convertTokens } = require('@date-fns/upgrade/v2'); + + console.table( + [ + // Add date-dns 1.x formatting strings here. + ].map(str => ({ + v1: str, + v2: convertTokens(str).replace(/'/g, ''), + })) + ); + ``` + + Do note this converts symbols to standalone style as opposed to formatted style which may not always be desired. For example, `DD/MM/YYYY` would be converted to `dd/LL/yyyy` instead of `dd/MM/yyyy`. See [here](http://cldr.unicode.org/translation/date-time-1/date-time#TOC-Stand-Alone-vs.-Format-Styles) for more information on which you should use. + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`3b0f4137`](https://github.com/keystonejs/keystone/commit/3b0f4137df4112c79e6db57ae68fe04ad338da4c), [`15c57317`](https://github.com/keystonejs/keystone/commit/15c573178fa056912503f3ed83efeccceabba3ec), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5), [`2709a6b5`](https://github.com/keystonejs/keystone/commit/2709a6b512fe636d979837599b67bdb17b2517b1)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/app-admin-ui@6.0.1 + - @keystonejs/auth-password@5.1.8 + - @keystonejs/fields-wysiwyg-tinymce@5.2.8 + - @keystonejs/keystone@9.0.1 + ## 5.1.12 ### Patch Changes diff --git a/demo-projects/meetup/package.json b/demo-projects/meetup/package.json index 615f8c66df5..b6c5dabb80c 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": "5.1.12", + "version": "6.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -18,15 +18,15 @@ "@apollo/react-ssr": "^3.1.3", "@emotion/core": "^10.0.28", "@keystonejs/adapter-mongoose": "^8.1.0", - "@keystonejs/app-admin-ui": "^6.0.0", + "@keystonejs/app-admin-ui": "^6.0.1", "@keystonejs/app-graphql": "^5.1.7", "@keystonejs/app-next": "^5.1.2", - "@keystonejs/auth-password": "^5.1.7", + "@keystonejs/auth-password": "^5.1.8", "@keystonejs/email": "^5.1.5", - "@keystonejs/fields": "^10.0.0", - "@keystonejs/fields-wysiwyg-tinymce": "^5.2.7", + "@keystonejs/fields": "^11.0.0", + "@keystonejs/fields-wysiwyg-tinymce": "^5.2.8", "@keystonejs/file-adapters": "^6.0.2", - "@keystonejs/keystone": "^9.0.0", + "@keystonejs/keystone": "^9.0.1", "@keystonejs/session": "^7.0.0", "apollo-cache-inmemory": "^1.6.5", "apollo-client": "^2.6.8", diff --git a/demo-projects/todo/CHANGELOG.md b/demo-projects/todo/CHANGELOG.md index a8d36131810..040916601cb 100644 --- a/demo-projects/todo/CHANGELOG.md +++ b/demo-projects/todo/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystonejs/demo-project-todo +## 5.1.8 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`3b0f4137`](https://github.com/keystonejs/keystone/commit/3b0f4137df4112c79e6db57ae68fe04ad338da4c), [`15c57317`](https://github.com/keystonejs/keystone/commit/15c573178fa056912503f3ed83efeccceabba3ec), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5), [`2709a6b5`](https://github.com/keystonejs/keystone/commit/2709a6b512fe636d979837599b67bdb17b2517b1)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/app-admin-ui@6.0.1 + - @keystonejs/keystone@9.0.1 + ## 5.1.7 ### Patch Changes diff --git a/demo-projects/todo/package.json b/demo-projects/todo/package.json index 91ab8f06733..239564338fc 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.7", + "version": "5.1.8", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -15,11 +15,11 @@ }, "dependencies": { "@keystonejs/adapter-mongoose": "^8.1.0", - "@keystonejs/app-admin-ui": "^6.0.0", + "@keystonejs/app-admin-ui": "^6.0.1", "@keystonejs/app-graphql": "^5.1.7", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/fields": "^10.0.0", - "@keystonejs/keystone": "^9.0.0", + "@keystonejs/fields": "^11.0.0", + "@keystonejs/keystone": "^9.0.1", "cross-env": "^7.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/master/demo-projects/todo" diff --git a/packages/app-admin-ui/CHANGELOG.md b/packages/app-admin-ui/CHANGELOG.md index ad226db4681..0b5c98fa452 100644 --- a/packages/app-admin-ui/CHANGELOG.md +++ b/packages/app-admin-ui/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystonejs/app-admin-ui +## 6.0.1 + +### Patch Changes + +- [`3b0f4137`](https://github.com/keystonejs/keystone/commit/3b0f4137df4112c79e6db57ae68fe04ad338da4c) [#2926](https://github.com/keystonejs/keystone/pull/2926) Thanks [@Vultraz](https://github.com/Vultraz)! - Used _label_ query for logged-in-user display. + +* [`15c57317`](https://github.com/keystonejs/keystone/commit/15c573178fa056912503f3ed83efeccceabba3ec) [#2933](https://github.com/keystonejs/keystone/pull/2933) Thanks [@Vultraz](https://github.com/Vultraz)! - Fixed an uncaught error during updating if access was denied. + +- [`2709a6b5`](https://github.com/keystonejs/keystone/commit/2709a6b512fe636d979837599b67bdb17b2517b1) [#2932](https://github.com/keystonejs/keystone/pull/2932) Thanks [@timleslie](https://github.com/timleslie)! - Updated README. + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5)]: + - @keystonejs/fields@11.0.0 + ## 6.0.0 ### Major Changes diff --git a/packages/app-admin-ui/package.json b/packages/app-admin-ui/package.json index c36117cd6ad..44b345f0f4b 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": "6.0.0", + "version": "6.0.1", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -42,7 +42,7 @@ "@emotion/styled": "^10.0.27", "@keystonejs/build-field-types": "^5.2.7", "@keystonejs/field-views-loader": "^6.0.0", - "@keystonejs/fields": "^10.0.0", + "@keystonejs/fields": "^11.0.0", "@keystonejs/session": "^7.0.0", "@keystonejs/utils": "^5.4.1", "@types/react": "^16.8.12", diff --git a/packages/arch/packages/day-picker/CHANGELOG.md b/packages/arch/packages/day-picker/CHANGELOG.md index 9fac53b21c7..419c802f157 100644 --- a/packages/arch/packages/day-picker/CHANGELOG.md +++ b/packages/arch/packages/day-picker/CHANGELOG.md @@ -1,5 +1,44 @@ # @arch-ui/day-picker +## 1.0.0 + +### Major Changes + +- [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc) [#2927](https://github.com/keystonejs/keystone/pull/2927) Thanks [@Vultraz](https://github.com/Vultraz)! - Upgraded to date-fns 2.x. This version uses [Unicode tokens](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) for its formatting strings. A conversion table is available [here](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md#200---2019-08-20). + + This change only affects the `CalendarDay` and `DateTime` fields' `format` config option. + + The following script utilizes the [`@date-fns/upgrade`](https://github.com/date-fns/date-fns-upgrade) package and can be used to convert old formatting strings: + + ```js + const { convertTokens } = require('@date-fns/upgrade/v2'); + + console.table( + [ + // Add date-dns 1.x formatting strings here. + ].map(str => ({ + v1: str, + v2: convertTokens(str).replace(/'/g, ''), + })) + ); + ``` + + Do note this converts symbols to standalone style as opposed to formatted style which may not always be desired. For example, `DD/MM/YYYY` would be converted to `dd/LL/yyyy` instead of `dd/MM/yyyy`. See [here](http://cldr.unicode.org/translation/date-time-1/date-time#TOC-Stand-Alone-vs.-Format-Styles) for more information on which you should use. + +### Patch Changes + +- [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5) [#2930](https://github.com/keystonejs/keystone/pull/2930) Thanks [@Vultraz](https://github.com/Vultraz)! - Fixed many usability issues with the CalendarDay field: + + - Fixed field not functioning as a proper controlled component in the Create popout. + - Fixed field initially displaying "Invalid Date" before defaulting to 1970-01-01. + - Filter input no longer defaults to the current date. This was bugged; submitting the form with no changes would match nothing. + - Filter input now falls back to no value when given an invalid date. Previously, it was falling back to 1970-01-01. + - Fixed filter input not initially displaying the current value when in edit mode (it was displaying the current date). + - Fixed filter input not being initially focused. + - Fixed filter input not being submitted properly if focus wasn't lost first. + + Updated chrono-node dependency to 1.4.6. + ## 0.0.26 ### Patch Changes diff --git a/packages/arch/packages/day-picker/package.json b/packages/arch/packages/day-picker/package.json index 35c79c16769..ed9306eedf2 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": "0.0.26", + "version": "1.0.0", "author": "Jed Watson", "license": "MIT", "main": "dist/day-picker.cjs.js", diff --git a/packages/auth-passport/CHANGELOG.md b/packages/auth-passport/CHANGELOG.md index e673edb9a09..0cc4c9832de 100644 --- a/packages/auth-passport/CHANGELOG.md +++ b/packages/auth-passport/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystonejs/auth-passport +## 5.1.8 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5)]: + - @keystonejs/fields@11.0.0 + ## 5.1.7 ### Patch Changes diff --git a/packages/auth-passport/package.json b/packages/auth-passport/package.json index ff8bbd03e24..7d940fd6a41 100644 --- a/packages/auth-passport/package.json +++ b/packages/auth-passport/package.json @@ -1,14 +1,14 @@ { "name": "@keystonejs/auth-passport", "description": "Provides Social Authentication Strategies based on PassportJS.", - "version": "5.1.7", + "version": "5.1.8", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/fields": "^10.0.0", + "@keystonejs/fields": "^11.0.0", "@keystonejs/session": "^7.0.0", "express": "^4.17.1", "nanoassert": "^2.0.0", diff --git a/packages/auth-password/CHANGELOG.md b/packages/auth-password/CHANGELOG.md index a6ac8c83596..a9f30818661 100644 --- a/packages/auth-password/CHANGELOG.md +++ b/packages/auth-password/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystonejs/auth-password +## 5.1.8 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5)]: + - @keystonejs/fields@11.0.0 + ## 5.1.7 ### Patch Changes diff --git a/packages/auth-password/package.json b/packages/auth-password/package.json index 660114c3810..6f5342ad233 100644 --- a/packages/auth-password/package.json +++ b/packages/auth-password/package.json @@ -1,14 +1,14 @@ { "name": "@keystonejs/auth-password", "description": "Provides a basic password authentication strategy.", - "version": "5.1.7", + "version": "5.1.8", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/fields": "^10.0.0", + "@keystonejs/fields": "^11.0.0", "@keystonejs/session": "^7.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/master/packages/auth-password" diff --git a/packages/create-keystone-app/example-projects/nuxt/CHANGELOG.md b/packages/create-keystone-app/example-projects/nuxt/CHANGELOG.md index 28ef10e1ad6..4cb07726b80 100644 --- a/packages/create-keystone-app/example-projects/nuxt/CHANGELOG.md +++ b/packages/create-keystone-app/example-projects/nuxt/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystonejs/example-projects-nuxt +## 5.0.8 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`3b0f4137`](https://github.com/keystonejs/keystone/commit/3b0f4137df4112c79e6db57ae68fe04ad338da4c), [`15c57317`](https://github.com/keystonejs/keystone/commit/15c573178fa056912503f3ed83efeccceabba3ec), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5), [`2709a6b5`](https://github.com/keystonejs/keystone/commit/2709a6b512fe636d979837599b67bdb17b2517b1)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/app-admin-ui@6.0.1 + - @keystonejs/keystone@9.0.1 + ## 5.0.7 ### 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 c8228129c17..e6957b51868 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.7", + "version": "5.0.8", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -18,11 +18,11 @@ "homepage": "https://github.com/keystonejs/keystone", "dependencies": { "@keystonejs/adapter-mongoose": "^8.1.0", - "@keystonejs/app-admin-ui": "^6.0.0", + "@keystonejs/app-admin-ui": "^6.0.1", "@keystonejs/app-graphql": "^5.1.7", "@keystonejs/app-nuxt": "^5.1.3", - "@keystonejs/fields": "^10.0.0", - "@keystonejs/keystone": "^9.0.0", + "@keystonejs/fields": "^11.0.0", + "@keystonejs/keystone": "^9.0.1", "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 f808dc2765f..903c84aa540 100644 --- a/packages/create-keystone-app/example-projects/starter/CHANGELOG.md +++ b/packages/create-keystone-app/example-projects/starter/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystonejs/example-projects-starter +## 5.0.8 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`3b0f4137`](https://github.com/keystonejs/keystone/commit/3b0f4137df4112c79e6db57ae68fe04ad338da4c), [`15c57317`](https://github.com/keystonejs/keystone/commit/15c573178fa056912503f3ed83efeccceabba3ec), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5), [`2709a6b5`](https://github.com/keystonejs/keystone/commit/2709a6b512fe636d979837599b67bdb17b2517b1)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/app-admin-ui@6.0.1 + - @keystonejs/auth-password@5.1.8 + - @keystonejs/keystone@9.0.1 + ## 5.0.7 ### 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 02f5922b512..5c41332c355 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.7", + "version": "5.0.8", "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", @@ -18,11 +18,11 @@ }, "dependencies": { "@keystonejs/adapter-mongoose": "^8.1.0", - "@keystonejs/app-admin-ui": "^6.0.0", + "@keystonejs/app-admin-ui": "^6.0.1", "@keystonejs/app-graphql": "^5.1.7", - "@keystonejs/auth-password": "^5.1.7", - "@keystonejs/fields": "^10.0.0", - "@keystonejs/keystone": "^9.0.0", + "@keystonejs/auth-password": "^5.1.8", + "@keystonejs/fields": "^11.0.0", + "@keystonejs/keystone": "^9.0.1", "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 7cc03296964..d6bfa007c69 100644 --- a/packages/create-keystone-app/example-projects/todo/CHANGELOG.md +++ b/packages/create-keystone-app/example-projects/todo/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystonejs/example-projects-todo +## 5.0.8 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`3b0f4137`](https://github.com/keystonejs/keystone/commit/3b0f4137df4112c79e6db57ae68fe04ad338da4c), [`15c57317`](https://github.com/keystonejs/keystone/commit/15c573178fa056912503f3ed83efeccceabba3ec), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5), [`2709a6b5`](https://github.com/keystonejs/keystone/commit/2709a6b512fe636d979837599b67bdb17b2517b1)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/app-admin-ui@6.0.1 + - @keystonejs/keystone@9.0.1 + ## 5.0.7 ### 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 59a9fdf6c8d..5cb232fd7ec 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.7", + "version": "5.0.8", "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", @@ -18,11 +18,11 @@ }, "dependencies": { "@keystonejs/adapter-mongoose": "^8.1.0", - "@keystonejs/app-admin-ui": "^6.0.0", + "@keystonejs/app-admin-ui": "^6.0.1", "@keystonejs/app-graphql": "^5.1.7", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/fields": "^10.0.0", - "@keystonejs/keystone": "^9.0.0", + "@keystonejs/fields": "^11.0.0", + "@keystonejs/keystone": "^9.0.1", "cross-env": "^7.0.0" } } diff --git a/packages/field-content/CHANGELOG.md b/packages/field-content/CHANGELOG.md index fae4ee148e6..04fd72217b2 100644 --- a/packages/field-content/CHANGELOG.md +++ b/packages/field-content/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystonejs/field-content +## 6.0.1 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5)]: + - @keystonejs/fields@11.0.0 + ## 6.0.0 ### Major Changes diff --git a/packages/field-content/package.json b/packages/field-content/package.json index 111586db90d..a52f6887403 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": "6.0.0", + "version": "6.0.1", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -19,7 +19,7 @@ "@babel/runtime": "^7.8.4", "@emotion/core": "^10.0.28", "@keystonejs/build-field-types": "^5.2.7", - "@keystonejs/fields": "^10.0.0", + "@keystonejs/fields": "^11.0.0", "@keystonejs/utils": "^5.4.1", "@popperjs/core": "^2.3.3", "apply-ref": "^0.2.0", diff --git a/packages/fields-authed-relationship/CHANGELOG.md b/packages/fields-authed-relationship/CHANGELOG.md index 6106534498d..8b567bd124e 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.5 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5)]: + - @keystonejs/fields@11.0.0 + ## 1.0.4 ### Patch Changes diff --git a/packages/fields-authed-relationship/package.json b/packages/fields-authed-relationship/package.json index 90004683461..1cc78b6f9de 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.4", + "version": "1.0.5", "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": "^10.0.0" + "@keystonejs/fields": "^11.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 6af995eabfc..48ab8e6b256 100644 --- a/packages/fields-auto-increment/CHANGELOG.md +++ b/packages/fields-auto-increment/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystonejs/fields-auto-increment +## 5.1.8 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5)]: + - @keystonejs/fields@11.0.0 + ## 5.1.7 ### Patch Changes diff --git a/packages/fields-auto-increment/package.json b/packages/fields-auto-increment/package.json index 6badaa6c576..61813bb17a4 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.7", + "version": "5.1.8", "author": "The KeystoneJS Development Team", "license": "MIT", "repository": "https://github.com/keystonejs/keystone/tree/master/packages/fields-auto-increment", @@ -12,7 +12,7 @@ "dependencies": { "@babel/runtime": "^7.8.4", "@keystonejs/adapter-knex": "^10.0.0", - "@keystonejs/fields": "^10.0.0" + "@keystonejs/fields": "^11.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 77ac8dca246..c026d46b5ee 100644 --- a/packages/fields-datetime-utc/CHANGELOG.md +++ b/packages/fields-datetime-utc/CHANGELOG.md @@ -1,5 +1,35 @@ # @keystonejs/fields-datetime-utc +## 6.0.0 + +### Major Changes + +- [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc) [#2927](https://github.com/keystonejs/keystone/pull/2927) Thanks [@Vultraz](https://github.com/Vultraz)! - Upgraded to date-fns 2.x. This version uses [Unicode tokens](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) for its formatting strings. A conversion table is available [here](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md#200---2019-08-20). + + This change only affects the `CalendarDay` and `DateTime` fields' `format` config option. + + The following script utilizes the [`@date-fns/upgrade`](https://github.com/date-fns/date-fns-upgrade) package and can be used to convert old formatting strings: + + ```js + const { convertTokens } = require('@date-fns/upgrade/v2'); + + console.table( + [ + // Add date-dns 1.x formatting strings here. + ].map(str => ({ + v1: str, + v2: convertTokens(str).replace(/'/g, ''), + })) + ); + ``` + + Do note this converts symbols to standalone style as opposed to formatted style which may not always be desired. For example, `DD/MM/YYYY` would be converted to `dd/LL/yyyy` instead of `dd/MM/yyyy`. See [here](http://cldr.unicode.org/translation/date-time-1/date-time#TOC-Stand-Alone-vs.-Format-Styles) for more information on which you should use. + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5)]: + - @keystonejs/fields@11.0.0 + ## 5.1.7 ### Patch Changes diff --git a/packages/fields-datetime-utc/package.json b/packages/fields-datetime-utc/package.json index 7f58361b2b1..dbabff41654 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": "5.1.7", + "version": "6.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "repository": "https://github.com/keystonejs/keystone/tree/master/packages/fields-datetime-utc", @@ -13,7 +13,7 @@ "@babel/runtime": "^7.8.4", "@keystonejs/adapter-knex": "^10.0.0", "@keystonejs/adapter-mongoose": "^8.1.0", - "@keystonejs/fields": "^10.0.0", + "@keystonejs/fields": "^11.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 a1ec00e1dfa..5a218fefa72 100644 --- a/packages/fields-markdown/CHANGELOG.md +++ b/packages/fields-markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystonejs/fields-markdown +## 5.1.11 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5)]: + - @keystonejs/fields@11.0.0 + ## 5.1.10 ### Patch Changes diff --git a/packages/fields-markdown/package.json b/packages/fields-markdown/package.json index 54ab49b2bc9..076087136d5 100644 --- a/packages/fields-markdown/package.json +++ b/packages/fields-markdown/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/fields-markdown", "description": "KeystoneJS Markdown Field Type", - "version": "5.1.10", + "version": "5.1.11", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -17,7 +17,7 @@ "@babel/runtime": "^7.8.4", "@emotion/core": "^10.0.28", "@keystonejs/build-field-types": "^5.2.7", - "@keystonejs/fields": "^10.0.0", + "@keystonejs/fields": "^11.0.0", "codemirror": "^5.48.0", "prop-types": "^15.7.2", "react": "^16.13.1", diff --git a/packages/fields-mongoid/CHANGELOG.md b/packages/fields-mongoid/CHANGELOG.md index 1dae114fd0e..900d030d888 100644 --- a/packages/fields-mongoid/CHANGELOG.md +++ b/packages/fields-mongoid/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystonejs/fields-mongoid +## 5.1.10 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5)]: + - @keystonejs/fields@11.0.0 + ## 5.1.9 ### Patch Changes diff --git a/packages/fields-mongoid/package.json b/packages/fields-mongoid/package.json index 7d8a551c35a..79f410b3ef7 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": "5.1.9", + "version": "5.1.10", "author": "The KeystoneJS Development Team", "license": "MIT", "main": "dist/fields-mongoid.cjs.js", @@ -16,7 +16,7 @@ "@keystonejs/adapter-knex": "^10.0.0", "@keystonejs/adapter-mongoose": "^8.1.0", "@keystonejs/build-field-types": "^5.2.7", - "@keystonejs/fields": "^10.0.0", + "@keystonejs/fields": "^11.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 5b368d65a0b..61e7764f057 100644 --- a/packages/fields-wysiwyg-tinymce/CHANGELOG.md +++ b/packages/fields-wysiwyg-tinymce/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystonejs/fields-wysiwyg-tinymce +## 5.2.8 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5)]: + - @keystonejs/fields@11.0.0 + ## 5.2.7 ### Patch Changes diff --git a/packages/fields-wysiwyg-tinymce/package.json b/packages/fields-wysiwyg-tinymce/package.json index cf0bf0db2c0..99d7ceb503b 100644 --- a/packages/fields-wysiwyg-tinymce/package.json +++ b/packages/fields-wysiwyg-tinymce/package.json @@ -3,7 +3,7 @@ "description": "KeystoneJS WYSIWYG HTML Field Type, powered by TinyMCE", "homepage": "https://github.com/keystonejs/keystone", "repository": "https://github.com/keystonejs/keystone/tree/master/packages/fields-wysiwyg-tinymce", - "version": "5.2.7", + "version": "5.2.8", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -17,7 +17,7 @@ "@babel/runtime": "^7.8.4", "@emotion/core": "^10.0.28", "@keystonejs/build-field-types": "^5.2.7", - "@keystonejs/fields": "^10.0.0", + "@keystonejs/fields": "^11.0.0", "@tinymce/tinymce-react": "^3.5.0", "cuid": "^2.1.8", "prop-types": "^15.7.2", diff --git a/packages/fields/CHANGELOG.md b/packages/fields/CHANGELOG.md index c767ae7af12..f47e3903828 100644 --- a/packages/fields/CHANGELOG.md +++ b/packages/fields/CHANGELOG.md @@ -1,5 +1,51 @@ # @keystonejs/fields +## 11.0.0 + +### Major Changes + +- [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc) [#2927](https://github.com/keystonejs/keystone/pull/2927) Thanks [@Vultraz](https://github.com/Vultraz)! - Upgraded to date-fns 2.x. This version uses [Unicode tokens](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) for its formatting strings. A conversion table is available [here](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md#200---2019-08-20). + + This change only affects the `CalendarDay` and `DateTime` fields' `format` config option. + + The following script utilizes the [`@date-fns/upgrade`](https://github.com/date-fns/date-fns-upgrade) package and can be used to convert old formatting strings: + + ```js + const { convertTokens } = require('@date-fns/upgrade/v2'); + + console.table( + [ + // Add date-dns 1.x formatting strings here. + ].map(str => ({ + v1: str, + v2: convertTokens(str).replace(/'/g, ''), + })) + ); + ``` + + Do note this converts symbols to standalone style as opposed to formatted style which may not always be desired. For example, `DD/MM/YYYY` would be converted to `dd/LL/yyyy` instead of `dd/MM/yyyy`. See [here](http://cldr.unicode.org/translation/date-time-1/date-time#TOC-Stand-Alone-vs.-Format-Styles) for more information on which you should use. + +### Patch Changes + +- [`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a) [#2923](https://github.com/keystonejs/keystone/pull/2923) Thanks [@timleslie](https://github.com/timleslie)! - Updated documentation for the CalendarDay field type. + +* [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5) [#2930](https://github.com/keystonejs/keystone/pull/2930) Thanks [@Vultraz](https://github.com/Vultraz)! - Fixed many usability issues with the CalendarDay field: + + - Fixed field not functioning as a proper controlled component in the Create popout. + - Fixed field initially displaying "Invalid Date" before defaulting to 1970-01-01. + - Filter input no longer defaults to the current date. This was bugged; submitting the form with no changes would match nothing. + - Filter input now falls back to no value when given an invalid date. Previously, it was falling back to 1970-01-01. + - Fixed filter input not initially displaying the current value when in edit mode (it was displaying the current date). + - Fixed filter input not being initially focused. + - Fixed filter input not being submitted properly if focus wasn't lost first. + + Updated chrono-node dependency to 1.4.6. + +* Updated dependencies [[`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`3b0f4137`](https://github.com/keystonejs/keystone/commit/3b0f4137df4112c79e6db57ae68fe04ad338da4c), [`15c57317`](https://github.com/keystonejs/keystone/commit/15c573178fa056912503f3ed83efeccceabba3ec), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5), [`2709a6b5`](https://github.com/keystonejs/keystone/commit/2709a6b512fe636d979837599b67bdb17b2517b1)]: + - @arch-ui/day-picker@1.0.0 + - @keystonejs/app-admin-ui@6.0.1 + - @keystonejs/field-content@6.0.1 + ## 10.0.0 ### Major Changes diff --git a/packages/fields/package.json b/packages/fields/package.json index d5c7cf3d1c2..ae7b2cb06af 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": "10.0.0", + "version": "11.0.0", "main": "dist/fields.cjs.js", "module": "dist/fields.esm.js", "author": "The KeystoneJS Development Team", @@ -16,7 +16,7 @@ "@arch-ui/alert": "^0.0.17", "@arch-ui/button": "^0.0.18", "@arch-ui/controls": "^0.1.8", - "@arch-ui/day-picker": "^0.0.26", + "@arch-ui/day-picker": "^1.0.0", "@arch-ui/drawer": "^0.0.21", "@arch-ui/fields": "^3.0.1", "@arch-ui/filters": "^0.0.19", @@ -36,9 +36,9 @@ "@keystonejs/access-control": "^5.2.0", "@keystonejs/adapter-knex": "^10.0.0", "@keystonejs/adapter-mongoose": "^8.1.0", - "@keystonejs/app-admin-ui": "^6.0.0", + "@keystonejs/app-admin-ui": "^6.0.1", "@keystonejs/build-field-types": "^5.2.7", - "@keystonejs/field-content": "^6.0.0", + "@keystonejs/field-content": "^6.0.1", "@keystonejs/utils": "^5.4.1", "@sindresorhus/slugify": "^0.11.0", "apollo-errors": "^1.9.0", diff --git a/packages/keystone/CHANGELOG.md b/packages/keystone/CHANGELOG.md index 6d5d7aaf5f1..ff1bc19a56f 100644 --- a/packages/keystone/CHANGELOG.md +++ b/packages/keystone/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystonejs/keystone +## 9.0.1 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5)]: + - @keystonejs/fields@11.0.0 + ## 9.0.0 ### Major Changes diff --git a/packages/keystone/package.json b/packages/keystone/package.json index c70dcf8c757..e8f208b1832 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": "9.0.0", + "version": "9.0.1", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -13,7 +13,7 @@ "dependencies": { "@keystonejs/access-control": "^5.2.0", "@keystonejs/app-version": "^1.0.1", - "@keystonejs/fields": "^10.0.0", + "@keystonejs/fields": "^11.0.0", "@keystonejs/logger": "^5.1.1", "@keystonejs/session": "^7.0.0", "@keystonejs/utils": "^5.4.1", diff --git a/packages/list-plugins/CHANGELOG.md b/packages/list-plugins/CHANGELOG.md index a6235ed1366..ad51f56b073 100644 --- a/packages/list-plugins/CHANGELOG.md +++ b/packages/list-plugins/CHANGELOG.md @@ -1,5 +1,36 @@ # @keystonejs/list-plugins +## 6.0.0 + +### Major Changes + +- [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc) [#2927](https://github.com/keystonejs/keystone/pull/2927) Thanks [@Vultraz](https://github.com/Vultraz)! - Upgraded to date-fns 2.x. This version uses [Unicode tokens](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) for its formatting strings. A conversion table is available [here](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md#200---2019-08-20). + + This change only affects the `CalendarDay` and `DateTime` fields' `format` config option. + + The following script utilizes the [`@date-fns/upgrade`](https://github.com/date-fns/date-fns-upgrade) package and can be used to convert old formatting strings: + + ```js + const { convertTokens } = require('@date-fns/upgrade/v2'); + + console.table( + [ + // Add date-dns 1.x formatting strings here. + ].map(str => ({ + v1: str, + v2: convertTokens(str).replace(/'/g, ''), + })) + ); + ``` + + Do note this converts symbols to standalone style as opposed to formatted style which may not always be desired. For example, `DD/MM/YYYY` would be converted to `dd/LL/yyyy` instead of `dd/MM/yyyy`. See [here](http://cldr.unicode.org/translation/date-time-1/date-time#TOC-Stand-Alone-vs.-Format-Styles) for more information on which you should use. + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/fields-authed-relationship@1.0.5 + ## 5.2.1 ### Patch Changes diff --git a/packages/list-plugins/package.json b/packages/list-plugins/package.json index 1cf59f0515a..3e205e6fd27 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": "5.2.1", + "version": "6.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@keystonejs/fields": "^10.0.0", - "@keystonejs/fields-authed-relationship": "^1.0.4" + "@keystonejs/fields": "^11.0.0", + "@keystonejs/fields-authed-relationship": "^1.0.5" }, "repository": "https://github.com/keystonejs/keystone/tree/master/packages/list-plugins" } diff --git a/test-projects/access-control/CHANGELOG.md b/test-projects/access-control/CHANGELOG.md index a8b652dbaff..06c9b811537 100644 --- a/test-projects/access-control/CHANGELOG.md +++ b/test-projects/access-control/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystonejs/cypress-project-access-control +## 5.1.9 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`3b0f4137`](https://github.com/keystonejs/keystone/commit/3b0f4137df4112c79e6db57ae68fe04ad338da4c), [`15c57317`](https://github.com/keystonejs/keystone/commit/15c573178fa056912503f3ed83efeccceabba3ec), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5), [`2709a6b5`](https://github.com/keystonejs/keystone/commit/2709a6b512fe636d979837599b67bdb17b2517b1)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/app-admin-ui@6.0.1 + - @keystonejs/auth-password@5.1.8 + - @keystonejs/keystone@9.0.1 + ## 5.1.8 ### Patch Changes diff --git a/test-projects/access-control/package.json b/test-projects/access-control/package.json index 8345323e2dc..ce11850686a 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.8", + "version": "5.1.9", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -19,11 +19,11 @@ }, "dependencies": { "@keystonejs/adapter-mongoose": "^8.1.0", - "@keystonejs/app-admin-ui": "^6.0.0", + "@keystonejs/app-admin-ui": "^6.0.1", "@keystonejs/app-graphql": "^5.1.7", - "@keystonejs/auth-password": "^5.1.7", - "@keystonejs/fields": "^10.0.0", - "@keystonejs/keystone": "^9.0.0", + "@keystonejs/auth-password": "^5.1.8", + "@keystonejs/fields": "^11.0.0", + "@keystonejs/keystone": "^9.0.1", "@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 474d7b19a0c..c75eab3200b 100644 --- a/test-projects/basic/CHANGELOG.md +++ b/test-projects/basic/CHANGELOG.md @@ -1,5 +1,39 @@ # @keystonejs/cypress-project-basic +## 6.0.0 + +### Major Changes + +- [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc) [#2927](https://github.com/keystonejs/keystone/pull/2927) Thanks [@Vultraz](https://github.com/Vultraz)! - Upgraded to date-fns 2.x. This version uses [Unicode tokens](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) for its formatting strings. A conversion table is available [here](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md#200---2019-08-20). + + This change only affects the `CalendarDay` and `DateTime` fields' `format` config option. + + The following script utilizes the [`@date-fns/upgrade`](https://github.com/date-fns/date-fns-upgrade) package and can be used to convert old formatting strings: + + ```js + const { convertTokens } = require('@date-fns/upgrade/v2'); + + console.table( + [ + // Add date-dns 1.x formatting strings here. + ].map(str => ({ + v1: str, + v2: convertTokens(str).replace(/'/g, ''), + })) + ); + ``` + + Do note this converts symbols to standalone style as opposed to formatted style which may not always be desired. For example, `DD/MM/YYYY` would be converted to `dd/LL/yyyy` instead of `dd/MM/yyyy`. See [here](http://cldr.unicode.org/translation/date-time-1/date-time#TOC-Stand-Alone-vs.-Format-Styles) for more information on which you should use. + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`3b0f4137`](https://github.com/keystonejs/keystone/commit/3b0f4137df4112c79e6db57ae68fe04ad338da4c), [`15c57317`](https://github.com/keystonejs/keystone/commit/15c573178fa056912503f3ed83efeccceabba3ec), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5), [`2709a6b5`](https://github.com/keystonejs/keystone/commit/2709a6b512fe636d979837599b67bdb17b2517b1)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/app-admin-ui@6.0.1 + - @keystonejs/field-content@6.0.1 + - @keystonejs/fields-markdown@5.1.11 + - @keystonejs/keystone@9.0.1 + ## 5.1.10 ### Patch Changes diff --git a/test-projects/basic/package.json b/test-projects/basic/package.json index 565748470bf..06977e5b92a 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": "5.1.10", + "version": "6.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -21,14 +21,14 @@ "dependencies": { "@arch-ui/fields": "^3.0.1", "@keystonejs/adapter-mongoose": "^8.1.0", - "@keystonejs/app-admin-ui": "^6.0.0", + "@keystonejs/app-admin-ui": "^6.0.1", "@keystonejs/app-graphql": "^5.1.7", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/field-content": "^6.0.0", - "@keystonejs/fields": "^10.0.0", - "@keystonejs/fields-markdown": "^5.1.10", + "@keystonejs/field-content": "^6.0.1", + "@keystonejs/fields": "^11.0.0", + "@keystonejs/fields-markdown": "^5.1.11", "@keystonejs/file-adapters": "^6.0.1", - "@keystonejs/keystone": "^9.0.0", + "@keystonejs/keystone": "^9.0.1", "@keystonejs/oembed-adapters": "^5.1.4", "cross-env": "^7.0.0", "date-fns": "^2.13.0", diff --git a/test-projects/client-validation/CHANGELOG.md b/test-projects/client-validation/CHANGELOG.md index 5b7d7440c7a..553cdacf836 100644 --- a/test-projects/client-validation/CHANGELOG.md +++ b/test-projects/client-validation/CHANGELOG.md @@ -1,5 +1,37 @@ # @keystonejs/cypress-project-client-validation +## 6.0.0 + +### Major Changes + +- [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc) [#2927](https://github.com/keystonejs/keystone/pull/2927) Thanks [@Vultraz](https://github.com/Vultraz)! - Upgraded to date-fns 2.x. This version uses [Unicode tokens](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table) for its formatting strings. A conversion table is available [here](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md#200---2019-08-20). + + This change only affects the `CalendarDay` and `DateTime` fields' `format` config option. + + The following script utilizes the [`@date-fns/upgrade`](https://github.com/date-fns/date-fns-upgrade) package and can be used to convert old formatting strings: + + ```js + const { convertTokens } = require('@date-fns/upgrade/v2'); + + console.table( + [ + // Add date-dns 1.x formatting strings here. + ].map(str => ({ + v1: str, + v2: convertTokens(str).replace(/'/g, ''), + })) + ); + ``` + + Do note this converts symbols to standalone style as opposed to formatted style which may not always be desired. For example, `DD/MM/YYYY` would be converted to `dd/LL/yyyy` instead of `dd/MM/yyyy`. See [here](http://cldr.unicode.org/translation/date-time-1/date-time#TOC-Stand-Alone-vs.-Format-Styles) for more information on which you should use. + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`3b0f4137`](https://github.com/keystonejs/keystone/commit/3b0f4137df4112c79e6db57ae68fe04ad338da4c), [`15c57317`](https://github.com/keystonejs/keystone/commit/15c573178fa056912503f3ed83efeccceabba3ec), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5), [`2709a6b5`](https://github.com/keystonejs/keystone/commit/2709a6b512fe636d979837599b67bdb17b2517b1)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/app-admin-ui@6.0.1 + - @keystonejs/keystone@9.0.1 + ## 5.1.10 ### Patch Changes diff --git a/test-projects/client-validation/package.json b/test-projects/client-validation/package.json index b7c54aeac3b..ded76076549 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": "5.1.10", + "version": "6.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -20,12 +20,12 @@ "dependencies": { "@arch-ui/fields": "^3.0.1", "@keystonejs/adapter-mongoose": "^8.1.0", - "@keystonejs/app-admin-ui": "^6.0.0", + "@keystonejs/app-admin-ui": "^6.0.1", "@keystonejs/app-graphql": "^5.1.7", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/fields": "^10.0.0", + "@keystonejs/fields": "^11.0.0", "@keystonejs/file-adapters": "^6.0.1", - "@keystonejs/keystone": "^9.0.0", + "@keystonejs/keystone": "^9.0.1", "cross-env": "^7.0.0", "date-fns": "^2.13.0", "express": "^4.17.1", diff --git a/test-projects/login/CHANGELOG.md b/test-projects/login/CHANGELOG.md index 81dcb1a2d65..c0b9a2ae371 100644 --- a/test-projects/login/CHANGELOG.md +++ b/test-projects/login/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/cypress-project-login +## 5.1.9 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`3b0f4137`](https://github.com/keystonejs/keystone/commit/3b0f4137df4112c79e6db57ae68fe04ad338da4c), [`15c57317`](https://github.com/keystonejs/keystone/commit/15c573178fa056912503f3ed83efeccceabba3ec), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5), [`2709a6b5`](https://github.com/keystonejs/keystone/commit/2709a6b512fe636d979837599b67bdb17b2517b1)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/list-plugins@6.0.0 + - @keystonejs/app-admin-ui@6.0.1 + - @keystonejs/auth-password@5.1.8 + - @keystonejs/keystone@9.0.1 + ## 5.1.8 ### Patch Changes diff --git a/test-projects/login/package.json b/test-projects/login/package.json index d5f3102aa9e..2100bb6ebd8 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.8", + "version": "5.1.9", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -19,13 +19,13 @@ }, "dependencies": { "@keystonejs/adapter-mongoose": "^8.1.0", - "@keystonejs/app-admin-ui": "^6.0.0", + "@keystonejs/app-admin-ui": "^6.0.1", "@keystonejs/app-graphql": "^5.1.7", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/auth-password": "^5.1.7", - "@keystonejs/fields": "^10.0.0", - "@keystonejs/keystone": "^9.0.0", - "@keystonejs/list-plugins": "^5.2.1", + "@keystonejs/auth-password": "^5.1.8", + "@keystonejs/fields": "^11.0.0", + "@keystonejs/keystone": "^9.0.1", + "@keystonejs/list-plugins": "^6.0.0", "@keystonejs/session": "^7.0.0", "body-parser": "^1.18.2", "cross-env": "^7.0.0", diff --git a/test-projects/social-login/CHANGELOG.md b/test-projects/social-login/CHANGELOG.md index ff654c29513..42ecb6f88c9 100644 --- a/test-projects/social-login/CHANGELOG.md +++ b/test-projects/social-login/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/cypress-project-facebook-login +## 5.1.9 + +### Patch Changes + +- Updated dependencies [[`54931d75`](https://github.com/keystonejs/keystone/commit/54931d75d3f26f4f300c2c4c3ee65ed3183b4a6a), [`e9a0de2c`](https://github.com/keystonejs/keystone/commit/e9a0de2cc03c211beca01ec206244105bdca6afc), [`3b0f4137`](https://github.com/keystonejs/keystone/commit/3b0f4137df4112c79e6db57ae68fe04ad338da4c), [`15c57317`](https://github.com/keystonejs/keystone/commit/15c573178fa056912503f3ed83efeccceabba3ec), [`59ed6310`](https://github.com/keystonejs/keystone/commit/59ed6310bacc76f571639de048689becbedbeac5), [`2709a6b5`](https://github.com/keystonejs/keystone/commit/2709a6b512fe636d979837599b67bdb17b2517b1)]: + - @keystonejs/fields@11.0.0 + - @keystonejs/app-admin-ui@6.0.1 + - @keystonejs/auth-passport@5.1.8 + - @keystonejs/auth-password@5.1.8 + - @keystonejs/keystone@9.0.1 + ## 5.1.8 ### Patch Changes diff --git a/test-projects/social-login/package.json b/test-projects/social-login/package.json index 6dd891a57bc..0ad64de3b62 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.8", + "version": "5.1.9", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -18,14 +18,14 @@ "@arch-ui/fields": "^3.0.1", "@arch-ui/input": "^0.1.9", "@keystonejs/adapter-mongoose": "^8.1.0", - "@keystonejs/app-admin-ui": "^6.0.0", + "@keystonejs/app-admin-ui": "^6.0.1", "@keystonejs/app-graphql": "^5.1.7", "@keystonejs/app-static": "^5.1.2", - "@keystonejs/auth-passport": "^5.1.7", - "@keystonejs/auth-password": "^5.1.7", - "@keystonejs/fields": "^10.0.0", + "@keystonejs/auth-passport": "^5.1.8", + "@keystonejs/auth-password": "^5.1.8", + "@keystonejs/fields": "^11.0.0", "@keystonejs/file-adapters": "^6.0.1", - "@keystonejs/keystone": "^9.0.0", + "@keystonejs/keystone": "^9.0.1", "cookie-parser": "^1.4.4", "express": "^4.17.1", "passport-wordpress": "^0.0.4",