diff --git a/.changeset/tasty-impalas-protect.md b/.changeset/tasty-impalas-protect.md deleted file mode 100644 index 589e1021b89..00000000000 --- a/.changeset/tasty-impalas-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Fixed error when loading the Admin UI due to the id field changes. diff --git a/packages-next/keystone/CHANGELOG.md b/packages-next/keystone/CHANGELOG.md index 5171727acf7..f9c82de1377 100644 --- a/packages-next/keystone/CHANGELOG.md +++ b/packages-next/keystone/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystone-next/keystone +## 21.0.1 + +### Patch Changes + +- [#6022](https://github.com/keystonejs/keystone/pull/6022) [`475307e0e`](https://github.com/keystonejs/keystone/commit/475307e0ef99e3ce137e976ecf7671e536facd91) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed error when loading the Admin UI due to the id field changes. + ## 21.0.0 ### Major Changes diff --git a/packages-next/keystone/package.json b/packages-next/keystone/package.json index 42a1dd37ba1..3109c0165fb 100644 --- a/packages-next/keystone/package.json +++ b/packages-next/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/keystone", - "version": "21.0.0", + "version": "21.0.1", "license": "MIT", "main": "dist/keystone.cjs.js", "module": "dist/keystone.esm.js",