From 0d4ddb015d9e01a3dc53a6f3c573469b0a7afece Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 18:51:51 +0000 Subject: [PATCH] Version Packages --- .changeset/angry-points-bow.md | 5 ----- .changeset/bumpy-sites-search.md | 5 ----- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/angry-points-bow.md delete mode 100644 .changeset/bumpy-sites-search.md diff --git a/.changeset/angry-points-bow.md b/.changeset/angry-points-bow.md deleted file mode 100644 index 5d6aea35..00000000 --- a/.changeset/angry-points-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: response structure for cloned content to prevent issues diff --git a/.changeset/bumpy-sites-search.md b/.changeset/bumpy-sites-search.md deleted file mode 100644 index cd8893b8..00000000 --- a/.changeset/bumpy-sites-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: pass the locale to the URL alias update request to prevent issues diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 153bc7b6..e746723a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # core +## 1.4.3 + +### Patch Changes + +- [#276](https://github.com/pluginpal/strapi-webtools/pull/276) [`56de963`](https://github.com/pluginpal/strapi-webtools/commit/56de9638c15032a622e3affee4b00e55e92779ea) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: response structure for cloned content to prevent issues + +- [#277](https://github.com/pluginpal/strapi-webtools/pull/277) [`7171604`](https://github.com/pluginpal/strapi-webtools/commit/7171604a970295ca50416fb62bcd05f7e7f089fd) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: pass the locale to the URL alias update request to prevent issues + ## 1.4.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c5368b01..26ccdcc0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.4.2", + "version": "1.4.3", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools",