diff --git a/.changeset/fair-suns-peel.md b/.changeset/fair-suns-peel.md deleted file mode 100644 index 6523e236..00000000 --- a/.changeset/fair-suns-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: allow text fields in the pattern diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9b530f48..eda60b3f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # core +## 1.10.3 + +### Patch Changes + +- [`44d0a76`](https://github.com/pluginpal/strapi-webtools/commit/44d0a768f062a6ac8cf9cea875fcb4c405cbcb06) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: allow text fields in the pattern + ## 1.10.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 0aa3e5be..77699878 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.10.2", + "version": "1.10.3", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools",