Skip to content

Commit b9c0ed1

Browse files
authored
Merge pull request #340 from pluginpal/changeset-release/master
Version Packages
2 parents ee0c301 + 3738420 commit b9c0ed1

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/brave-eyes-mate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/famous-trees-burn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/khaki-dragons-love.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-grapes-see.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# core
22

3+
## 1.7.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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
12+
13+
- [#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'
14+
315
## 1.7.0
416

517
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-webtools",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Everything you need to build a website with Strapi CMS",
55
"strapi": {
66
"name": "webtools",

0 commit comments

Comments
 (0)