diff --git a/.changeset/brave-eyes-mate.md b/.changeset/brave-eyes-mate.md deleted file mode 100644 index 7933eda9..00000000 --- a/.changeset/brave-eyes-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: wrap the bulk generate service in a db transaction to prevent #280 diff --git a/.changeset/famous-trees-burn.md b/.changeset/famous-trees-burn.md deleted file mode 100644 index cf5b65aa..00000000 --- a/.changeset/famous-trees-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: issue with bulk generate when having DP and i18n enabled diff --git a/.changeset/khaki-dragons-love.md b/.changeset/khaki-dragons-love.md deleted file mode 100644 index 25d35174..00000000 --- a/.changeset/khaki-dragons-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: prevent an error when the user tries to update a non-existing entry diff --git a/.changeset/silver-grapes-see.md b/.changeset/silver-grapes-see.md deleted file mode 100644 index aa2b22c5..00000000 --- a/.changeset/silver-grapes-see.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: make sure error notifications are shown with type 'danger' instead of 'warning' diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 131fac3f..caec2e92 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # core +## 1.7.1 + +### Patch Changes + +- [#341](https://github.com/pluginpal/strapi-webtools/pull/341) [`87d94e2`](https://github.com/pluginpal/strapi-webtools/commit/87d94e28a96aa5537b0915fbbf8903bba35495b9) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: wrap the bulk generate service in a db transaction to prevent #280 + +- [#337](https://github.com/pluginpal/strapi-webtools/pull/337) [`4beacc2`](https://github.com/pluginpal/strapi-webtools/commit/4beacc232757fce11c9646569b03e3bf9aa8413c) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: issue with bulk generate when having DP and i18n enabled + +- [#339](https://github.com/pluginpal/strapi-webtools/pull/339) [`36c4a04`](https://github.com/pluginpal/strapi-webtools/commit/36c4a04e87cd2c0d018d1b6ccf645def774c6d0a) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: prevent an error when the user tries to update a non-existing entry + +- [#341](https://github.com/pluginpal/strapi-webtools/pull/341) [`ac2aac7`](https://github.com/pluginpal/strapi-webtools/commit/ac2aac7dedcd55a27c2f988c6edb03837a16c391) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: make sure error notifications are shown with type 'danger' instead of 'warning' + ## 1.7.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index ae97e8f7..ef032e61 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.7.0", + "version": "1.7.1", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools",