diff --git a/.changeset/purple-pandas-deny.md b/.changeset/purple-pandas-deny.md deleted file mode 100644 index 61c20894..00000000 --- a/.changeset/purple-pandas-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: make sure ct's not visible in the ctm are still included in the allowed-fields endpoint diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 39fbead5..9b530f48 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # core +## 1.10.2 + +### Patch Changes + +- [`c74eaaf`](https://github.com/pluginpal/strapi-webtools/commit/c74eaaf6d4c51d6316b4ec5212dc62fb24668b73) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: make sure ct's not visible in the ctm are still included in the allowed-fields endpoint + ## 1.10.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index b52c6309..0aa3e5be 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.10.1", + "version": "1.10.2", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools",