diff --git a/.changeset/bright-garlics-sleep.md b/.changeset/bright-garlics-sleep.md deleted file mode 100644 index 42fff0db7c8..00000000000 --- a/.changeset/bright-garlics-sleep.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystonejs/field-content': minor -'@keystonejs/fields': minor ---- - -The presentation and usability of the content blocks editor was improved. diff --git a/.changeset/chatty-walls-give.md b/.changeset/chatty-walls-give.md deleted file mode 100644 index 78a359327e3..00000000000 --- a/.changeset/chatty-walls-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/app-admin-ui': patch ---- - -Small UX updates to item/list search input diff --git a/.changeset/dull-taxis-relax.md b/.changeset/dull-taxis-relax.md deleted file mode 100644 index e23905c9e39..00000000000 --- a/.changeset/dull-taxis-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/keystone': patch ---- - -Apps which don't define `build()` no longer cause keystone to fail. diff --git a/.changeset/fair-cheetahs-add.md b/.changeset/fair-cheetahs-add.md deleted file mode 100644 index 75e513635b7..00000000000 --- a/.changeset/fair-cheetahs-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/demo-project-meetup': patch ---- - -Fixed typo in filename diff --git a/.changeset/green-bees-learn.md b/.changeset/green-bees-learn.md deleted file mode 100644 index 702f01fd992..00000000000 --- a/.changeset/green-bees-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/mongo-join-builder': patch ---- - -Refactored the package internals for better DX. diff --git a/.changeset/lazy-hats-begin.md b/.changeset/lazy-hats-begin.md deleted file mode 100644 index c59688e1166..00000000000 --- a/.changeset/lazy-hats-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/fields': patch ---- - -Fixed work of relation select diff --git a/.changeset/odd-ladybugs-look.md b/.changeset/odd-ladybugs-look.md deleted file mode 100644 index b6bdc4ccec4..00000000000 --- a/.changeset/odd-ladybugs-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/mongo-join-builder': patch ---- - -Refactor the internal `relationshipTokenizer`, no functional changes. diff --git a/.changeset/twelve-mugs-design.md b/.changeset/twelve-mugs-design.md deleted file mode 100644 index ac6823683bf..00000000000 --- a/.changeset/twelve-mugs-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/mongo-join-builder': patch ---- - -Refactored internals of the join query builder, no functional changes. diff --git a/demo-projects/meetup/CHANGELOG.md b/demo-projects/meetup/CHANGELOG.md index 2ec85785e60..31a5bcbcd7d 100644 --- a/demo-projects/meetup/CHANGELOG.md +++ b/demo-projects/meetup/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystonejs/demo-project-meetup +## 5.0.5 + +### Patch Changes + +- [`933b3111`](https://github.com/keystonejs/keystone/commit/933b3111af7d629183013e1b42c2026cfbaaa5f4) [#2193](https://github.com/keystonejs/keystone/pull/2193) - Fixed typo in filename +- Updated dependencies [[`220d3a4b`](https://github.com/keystonejs/keystone/commit/220d3a4bc4265dc56653bed4b292f3e4d708502b), [`709d44a3`](https://github.com/keystonejs/keystone/commit/709d44a352f4e63be911a699c73304e830e2ee23), [`cc58f0e0`](https://github.com/keystonejs/keystone/commit/cc58f0e05d1de06432e149f0767122ae51d1c31a), [`11586035`](https://github.com/keystonejs/keystone/commit/115860350aa901749d240cb275cada29b8d541f8)]: + - @keystonejs/fields@6.1.0 + - @keystonejs/app-admin-ui@5.5.4 + - @keystonejs/keystone@5.4.2 + ## 5.0.4 ### Patch Changes diff --git a/demo-projects/meetup/package.json b/demo-projects/meetup/package.json index 3769670aaca..3376e5eb2a7 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.0.4", + "version": "5.0.5", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -16,15 +16,15 @@ "dependencies": { "@emotion/core": "^10.0.22", "@keystonejs/adapter-mongoose": "^5.1.4", - "@keystonejs/app-admin-ui": "^5.5.3", + "@keystonejs/app-admin-ui": "^5.5.4", "@keystonejs/app-graphql": "^5.0.2", "@keystonejs/app-next": "^5.0.1", "@keystonejs/auth-password": "^5.0.1", "@keystonejs/email": "^5.0.2", - "@keystonejs/fields": "^6.0.5", + "@keystonejs/fields": "^6.1.0", "@keystonejs/fields-wysiwyg-tinymce": "^5.0.4", "@keystonejs/file-adapters": "^5.3.1", - "@keystonejs/keystone": "^5.4.1", + "@keystonejs/keystone": "^5.4.2", "@keystonejs/session": "^5.0.0", "apollo-boost": "^0.4.4", "apollo-client": "^2.6.4", diff --git a/packages/app-admin-ui/CHANGELOG.md b/packages/app-admin-ui/CHANGELOG.md index d126308de4a..1d31a47d47e 100644 --- a/packages/app-admin-ui/CHANGELOG.md +++ b/packages/app-admin-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystonejs/app-admin-ui +## 5.5.4 + +### Patch Changes + +- [`709d44a3`](https://github.com/keystonejs/keystone/commit/709d44a352f4e63be911a699c73304e830e2ee23) [#2198](https://github.com/keystonejs/keystone/pull/2198) - Small UX updates to item/list search input +- Updated dependencies [[`220d3a4b`](https://github.com/keystonejs/keystone/commit/220d3a4bc4265dc56653bed4b292f3e4d708502b), [`11586035`](https://github.com/keystonejs/keystone/commit/115860350aa901749d240cb275cada29b8d541f8)]: + - @keystonejs/fields@6.1.0 + ## 5.5.3 ### Patch Changes diff --git a/packages/app-admin-ui/package.json b/packages/app-admin-ui/package.json index a0423df817f..89fe982be04 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": "5.5.3", + "version": "5.5.4", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -41,7 +41,7 @@ "@emotion/styled": "^10.0.22", "@keystonejs/build-field-types": "^5.1.4", "@keystonejs/field-views-loader": "^5.1.0", - "@keystonejs/fields": "^6.0.5", + "@keystonejs/fields": "^6.1.0", "@keystonejs/session": "^5.0.0", "@keystonejs/utils": "^5.1.3", "apollo-cache-inmemory": "^1.5.1", diff --git a/packages/field-content/CHANGELOG.md b/packages/field-content/CHANGELOG.md index 0c16dfc16db..49dd300096f 100644 --- a/packages/field-content/CHANGELOG.md +++ b/packages/field-content/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/field-content +## 5.3.0 + +### Minor Changes + +- [`220d3a4b`](https://github.com/keystonejs/keystone/commit/220d3a4bc4265dc56653bed4b292f3e4d708502b) [#2005](https://github.com/keystonejs/keystone/pull/2005) - The presentation and usability of the content blocks editor was improved. + +### Patch Changes + +- Updated dependencies [[`220d3a4b`](https://github.com/keystonejs/keystone/commit/220d3a4bc4265dc56653bed4b292f3e4d708502b), [`11586035`](https://github.com/keystonejs/keystone/commit/115860350aa901749d240cb275cada29b8d541f8)]: + - @keystonejs/fields@6.1.0 + ## 5.2.2 ### Patch Changes diff --git a/packages/field-content/package.json b/packages/field-content/package.json index 4673fc310f5..c8a4d9177da 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": "5.2.2", + "version": "5.3.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -19,7 +19,7 @@ "@babel/runtime": "^7.7.7", "@emotion/core": "^10.0.22", "@keystonejs/build-field-types": "^5.1.4", - "@keystonejs/fields": "^6.0.5", + "@keystonejs/fields": "^6.1.0", "@keystonejs/utils": "^5.1.3", "apply-ref": "^0.2.0", "get-selection-range": "^0.1.0", diff --git a/packages/fields/CHANGELOG.md b/packages/fields/CHANGELOG.md index 54b6ff552ec..9e2a117185f 100644 --- a/packages/fields/CHANGELOG.md +++ b/packages/fields/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystonejs/fields +## 6.1.0 + +### Minor Changes + +- [`220d3a4b`](https://github.com/keystonejs/keystone/commit/220d3a4bc4265dc56653bed4b292f3e4d708502b) [#2005](https://github.com/keystonejs/keystone/pull/2005) - The presentation and usability of the content blocks editor was improved. + +### Patch Changes + +- [`11586035`](https://github.com/keystonejs/keystone/commit/115860350aa901749d240cb275cada29b8d541f8) [#2211](https://github.com/keystonejs/keystone/pull/2211) - Fixed work of relation select +- Updated dependencies [[`220d3a4b`](https://github.com/keystonejs/keystone/commit/220d3a4bc4265dc56653bed4b292f3e4d708502b)]: + - @keystonejs/field-content@5.3.0 + ## 6.0.5 ### Patch Changes diff --git a/packages/fields/package.json b/packages/fields/package.json index 4ea83a9313d..f8935eaf972 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-5/tree/master/packages/build-field-types", - "version": "6.0.5", + "version": "6.1.0", "main": "dist/fields.cjs.js", "module": "dist/fields.esm.js", "author": "The KeystoneJS Development Team", @@ -37,7 +37,7 @@ "@keystonejs/adapter-knex": "^6.1.3", "@keystonejs/adapter-mongoose": "^5.1.4", "@keystonejs/build-field-types": "^5.1.4", - "@keystonejs/field-content": "^5.2.2", + "@keystonejs/field-content": "^5.3.0", "@keystonejs/utils": "^5.1.3", "@sindresorhus/slugify": "^0.6.0", "apollo-errors": "^1.9.0", diff --git a/packages/keystone/CHANGELOG.md b/packages/keystone/CHANGELOG.md index 17a2d1b001c..b45b4961889 100644 --- a/packages/keystone/CHANGELOG.md +++ b/packages/keystone/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystonejs/keystone +## 5.4.2 + +### Patch Changes + +- [`cc58f0e0`](https://github.com/keystonejs/keystone/commit/cc58f0e05d1de06432e149f0767122ae51d1c31a) [#2202](https://github.com/keystonejs/keystone/pull/2202) - Apps which don't define `build()` no longer cause keystone to fail. +- Updated dependencies [[`220d3a4b`](https://github.com/keystonejs/keystone/commit/220d3a4bc4265dc56653bed4b292f3e4d708502b), [`11586035`](https://github.com/keystonejs/keystone/commit/115860350aa901749d240cb275cada29b8d541f8)]: + - @keystonejs/fields@6.1.0 + ## 5.4.1 ### Patch Changes diff --git a/packages/keystone/package.json b/packages/keystone/package.json index eef51516199..2351fcc7776 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": "5.4.1", + "version": "5.4.2", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -14,7 +14,7 @@ "@keystonejs/access-control": "^5.0.0", "@keystonejs/app-graphql": "^5.0.1", "@keystonejs/build-field-types": "^5.1.4", - "@keystonejs/fields": "^6.0.5", + "@keystonejs/fields": "^6.1.0", "@keystonejs/logger": "^5.0.0", "@keystonejs/session": "^5.0.0", "@keystonejs/utils": "^5.1.3", diff --git a/packages/mongo-join-builder/CHANGELOG.md b/packages/mongo-join-builder/CHANGELOG.md index a8cbeeb048a..3f65f629151 100644 --- a/packages/mongo-join-builder/CHANGELOG.md +++ b/packages/mongo-join-builder/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystonejs/mongo-join-builder +## 5.0.3 + +### Patch Changes + +- [`311f9e9a`](https://github.com/keystonejs/keystone/commit/311f9e9a97b4b0b9ffd3f10772ae7cc520e0cc3b) [#2210](https://github.com/keystonejs/keystone/pull/2210) - Refactored the package internals for better DX. + +* [`03dc2af4`](https://github.com/keystonejs/keystone/commit/03dc2af44462c4715c0b2b3e6a1ebe69a7e2c174) [#2228](https://github.com/keystonejs/keystone/pull/2228) - Refactor the internal `relationshipTokenizer`, no functional changes. + +- [`779b6ad1`](https://github.com/keystonejs/keystone/commit/779b6ad17806f0b9f6a7fa973cacdeec05096ae8) [#2227](https://github.com/keystonejs/keystone/pull/2227) - Refactored internals of the join query builder, no functional changes. + ## 5.0.2 ### Patch Changes diff --git a/packages/mongo-join-builder/package.json b/packages/mongo-join-builder/package.json index 2abbb18807c..c444b1b9c3b 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": "Programatically build JOIN-like Mongo aggregations based on arbitrarily nested relationships.", - "version": "5.0.2", + "version": "5.0.3", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": {