From e2144d9777f66ea5fa67c4a9922b01ac60fd475e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 20:24:24 +0000 Subject: [PATCH] Version Packages --- .changeset/gold-doors-pump.md | 5 ----- .changeset/good-pants-invite.md | 5 ----- .changeset/kind-steaks-hope.md | 5 ----- .changeset/late-boxes-sniff.md | 5 ----- .changeset/late-spies-repeat.md | 8 -------- .changeset/shy-jobs-wash.md | 5 ----- .changeset/sweet-knives-call.md | 5 ----- .changeset/wacky-spoons-share.md | 6 ------ .changeset/wise-doors-turn.md | 5 ----- .changeset/yellow-coats-type.md | 5 ----- packages/addons/sitemap/CHANGELOG.md | 8 ++++++++ packages/addons/sitemap/package.json | 2 +- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/core/package.json | 2 +- packages/docs/CHANGELOG.md | 10 ++++++++++ packages/docs/package.json | 2 +- 18 files changed, 52 insertions(+), 58 deletions(-) delete mode 100644 .changeset/gold-doors-pump.md delete mode 100644 .changeset/good-pants-invite.md delete mode 100644 .changeset/kind-steaks-hope.md delete mode 100644 .changeset/late-boxes-sniff.md delete mode 100644 .changeset/late-spies-repeat.md delete mode 100644 .changeset/shy-jobs-wash.md delete mode 100644 .changeset/sweet-knives-call.md delete mode 100644 .changeset/wacky-spoons-share.md delete mode 100644 .changeset/wise-doors-turn.md delete mode 100644 .changeset/yellow-coats-type.md diff --git a/.changeset/gold-doors-pump.md b/.changeset/gold-doors-pump.md deleted file mode 100644 index 618d7a55..00000000 --- a/.changeset/gold-doors-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: prevent changing to the modified status after bulk generating (#397) diff --git a/.changeset/good-pants-invite.md b/.changeset/good-pants-invite.md deleted file mode 100644 index e7ebeae2..00000000 --- a/.changeset/good-pants-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -Feature/try webtools inscentives diff --git a/.changeset/kind-steaks-hope.md b/.changeset/kind-steaks-hope.md deleted file mode 100644 index e86a404f..00000000 --- a/.changeset/kind-steaks-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: prevent #385 when an unknown URL is put in to the router diff --git a/.changeset/late-boxes-sniff.md b/.changeset/late-boxes-sniff.md deleted file mode 100644 index e4052f11..00000000 --- a/.changeset/late-boxes-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: regenerate url alias if generated is set from false to true diff --git a/.changeset/late-spies-repeat.md b/.changeset/late-spies-repeat.md deleted file mode 100644 index d4392d2a..00000000 --- a/.changeset/late-spies-repeat.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"webtools-addon-sitemap": patch -"strapi-plugin-webtools": patch -"docs": patch -"webtools-cli": patch ---- - -fix: support node 24 diff --git a/.changeset/shy-jobs-wash.md b/.changeset/shy-jobs-wash.md deleted file mode 100644 index fe2c8f09..00000000 --- a/.changeset/shy-jobs-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: unscrollable popup diff --git a/.changeset/sweet-knives-call.md b/.changeset/sweet-knives-call.md deleted file mode 100644 index 2dacd1fd..00000000 --- a/.changeset/sweet-knives-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": minor ---- - -feat: allow xToMany relations in the URL patterns diff --git a/.changeset/wacky-spoons-share.md b/.changeset/wacky-spoons-share.md deleted file mode 100644 index 75364f87..00000000 --- a/.changeset/wacky-spoons-share.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"webtools-addon-sitemap": patch -"strapi-plugin-webtools": patch ---- - -fix: incorrect sitemap generation during auto/bulk generation diff --git a/.changeset/wise-doors-turn.md b/.changeset/wise-doors-turn.md deleted file mode 100644 index 255ab3d3..00000000 --- a/.changeset/wise-doors-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": minor ---- - -chore: update docusaurus diff --git a/.changeset/yellow-coats-type.md b/.changeset/yellow-coats-type.md deleted file mode 100644 index 7612b465..00000000 --- a/.changeset/yellow-coats-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": minor ---- - -feat: add pagination footer for the URL patterns view diff --git a/packages/addons/sitemap/CHANGELOG.md b/packages/addons/sitemap/CHANGELOG.md index 5224352a..dfa6c7c9 100644 --- a/packages/addons/sitemap/CHANGELOG.md +++ b/packages/addons/sitemap/CHANGELOG.md @@ -1,5 +1,13 @@ # addon-sitemap +## 1.3.1 + +### Patch Changes + +- [#398](https://github.com/pluginpal/strapi-webtools/pull/398) [`83e1c9e`](https://github.com/pluginpal/strapi-webtools/commit/83e1c9ebcaa6063850a754a622b477bc6788186e) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: support node 24 + +- [#401](https://github.com/pluginpal/strapi-webtools/pull/401) [`67b6e3a`](https://github.com/pluginpal/strapi-webtools/commit/67b6e3ac679e92a8ba69971355aff4dcd9b55482) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: incorrect sitemap generation during auto/bulk generation + ## 1.3.0 ### Minor Changes diff --git a/packages/addons/sitemap/package.json b/packages/addons/sitemap/package.json index 0def3a06..d0fbd2c6 100644 --- a/packages/addons/sitemap/package.json +++ b/packages/addons/sitemap/package.json @@ -1,6 +1,6 @@ { "name": "webtools-addon-sitemap", - "version": "1.3.0", + "version": "1.3.1", "description": "Generate a highly customizable sitemap XML in Strapi CMS.", "strapi": { "name": "webtools-addon-sitemap", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ed6037ed..50fb5327 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # webtools-cli +## 1.1.5 + +### Patch Changes + +- [#398](https://github.com/pluginpal/strapi-webtools/pull/398) [`83e1c9e`](https://github.com/pluginpal/strapi-webtools/commit/83e1c9ebcaa6063850a754a622b477bc6788186e) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: support node 24 + ## 1.1.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3ce10cbe..120d3e57 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "webtools-cli", - "version": "1.1.4", + "version": "1.1.5", "description": "CLI installer for Strapi Webtools", "exports": { ".": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 94c42685..2d12c78f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,29 @@ # core +## 1.9.0 + +### Minor Changes + +- [#355](https://github.com/pluginpal/strapi-webtools/pull/355) [`a27ed48`](https://github.com/pluginpal/strapi-webtools/commit/a27ed48114a22c45e974f7fd801db518f3769680) Thanks [@candidosales](https://github.com/candidosales)! - feat: allow xToMany relations in the URL patterns + +- [#399](https://github.com/pluginpal/strapi-webtools/pull/399) [`422d6cc`](https://github.com/pluginpal/strapi-webtools/commit/422d6cc93e3220c7e9621c55e16532f414c461f3) Thanks [@boazpoolman](https://github.com/boazpoolman)! - feat: add pagination footer for the URL patterns view + +### Patch Changes + +- [`8869230`](https://github.com/pluginpal/strapi-webtools/commit/8869230b05d514d21f7922cbad2fd0d7da71aa8a) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: prevent changing to the modified status after bulk generating (#397) + +- [#382](https://github.com/pluginpal/strapi-webtools/pull/382) [`fbf8b1a`](https://github.com/pluginpal/strapi-webtools/commit/fbf8b1a89a31d625a615f45ca8fcc9f07b324705) Thanks [@MSACC](https://github.com/MSACC)! - Feature/try webtools inscentives + +- [`ccb9259`](https://github.com/pluginpal/strapi-webtools/commit/ccb92596ad82ca124fea46e6a011aa344cd578a7) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: prevent #385 when an unknown URL is put in to the router + +- [#402](https://github.com/pluginpal/strapi-webtools/pull/402) [`88c0a18`](https://github.com/pluginpal/strapi-webtools/commit/88c0a183be9940d31a6e9a0ec6e2db17aa2603da) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: regenerate url alias if generated is set from false to true + +- [#398](https://github.com/pluginpal/strapi-webtools/pull/398) [`83e1c9e`](https://github.com/pluginpal/strapi-webtools/commit/83e1c9ebcaa6063850a754a622b477bc6788186e) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: support node 24 + +- [#400](https://github.com/pluginpal/strapi-webtools/pull/400) [`9a81f0e`](https://github.com/pluginpal/strapi-webtools/commit/9a81f0edcdd190eded7387941aa39e8c8031203c) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: unscrollable popup + +- [#401](https://github.com/pluginpal/strapi-webtools/pull/401) [`67b6e3a`](https://github.com/pluginpal/strapi-webtools/commit/67b6e3ac679e92a8ba69971355aff4dcd9b55482) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: incorrect sitemap generation during auto/bulk generation + ## 1.8.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7e0d706c..6da2356b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.8.0", + "version": "1.9.0", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index fcbf67d4..4f9dbce7 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -1,5 +1,15 @@ # docs +## 1.5.0 + +### Minor Changes + +- [#395](https://github.com/pluginpal/strapi-webtools/pull/395) [`5b1bf2f`](https://github.com/pluginpal/strapi-webtools/commit/5b1bf2f95244193792e978c6e061f268cd89df0c) Thanks [@boazpoolman](https://github.com/boazpoolman)! - chore: update docusaurus + +### Patch Changes + +- [#398](https://github.com/pluginpal/strapi-webtools/pull/398) [`83e1c9e`](https://github.com/pluginpal/strapi-webtools/commit/83e1c9ebcaa6063850a754a622b477bc6788186e) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: support node 24 + ## 1.4.0 ### Minor Changes diff --git a/packages/docs/package.json b/packages/docs/package.json index d9f82a82..426f9993 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.4.0", + "version": "1.5.0", "private": true, "scripts": { "docusaurus": "docusaurus",