diff --git a/.changeset/happy-zoos-relate.md b/.changeset/happy-zoos-relate.md deleted file mode 100644 index 4ce40982..00000000 --- a/.changeset/happy-zoos-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -show spinner when bulk generating aliases diff --git a/.changeset/kind-eels-sort.md b/.changeset/kind-eels-sort.md deleted file mode 100644 index 22f3344a..00000000 --- a/.changeset/kind-eels-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: issue when switching to another locale on the content manager create page (#295) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5d987cb0..3dc369ff 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # core +## 1.5.1 + +### Patch Changes + +- [#296](https://github.com/pluginpal/strapi-webtools/pull/296) [`0dfc272`](https://github.com/pluginpal/strapi-webtools/commit/0dfc2724818438586278428080d7a2919edc7387) Thanks [@jorrit](https://github.com/jorrit)! - show spinner when bulk generating aliases + +- [#300](https://github.com/pluginpal/strapi-webtools/pull/300) [`6e34ecb`](https://github.com/pluginpal/strapi-webtools/commit/6e34ecbe3f3a8296a3f40b5d8bf9bb9729f2c475) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: issue when switching to another locale on the content manager create page (#295) + ## 1.5.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index cb7ba0b6..a0cb9b6c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.5.0", + "version": "1.5.1", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools",