diff --git a/.changeset/seven-heads-live.md b/.changeset/seven-heads-live.md deleted file mode 100644 index 11f31e18..00000000 --- a/.changeset/seven-heads-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": minor ---- - -fix: make the url_alias field invisible by setting the strapi peer dep to 5.42.1 diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a53391ee..1f7d4975 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # core +## 1.10.0 + +### Minor Changes + +- [#407](https://github.com/pluginpal/strapi-webtools/pull/407) [`ee134ce`](https://github.com/pluginpal/strapi-webtools/commit/ee134ce62b338644457f990314b6d14cfb9e8ae1) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: make the url_alias field invisible by setting the strapi peer dep to 5.42.1 + ## 1.9.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index d84e5c14..103f6555 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.9.1", + "version": "1.10.0", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools",