diff --git a/.changeset/bumpy-islands-bet.md b/.changeset/bumpy-islands-bet.md deleted file mode 100644 index 3eb0fb9d..00000000 --- a/.changeset/bumpy-islands-bet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": patch ---- - -Fix the broken images on the docs diff --git a/.changeset/dry-clouds-run.md b/.changeset/dry-clouds-run.md deleted file mode 100644 index 7ef38ce1..00000000 --- a/.changeset/dry-clouds-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webtools-addon-sitemap": patch ---- - -Make sure the strapi-sitemap CLI is actually published to the /bin diff --git a/.changeset/great-worlds-own.md b/.changeset/great-worlds-own.md deleted file mode 100644 index 524e4c65..00000000 --- a/.changeset/great-worlds-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": patch ---- - -Update response structures for Strapi v5 diff --git a/.changeset/light-knives-itch.md b/.changeset/light-knives-itch.md deleted file mode 100644 index d8391b07..00000000 --- a/.changeset/light-knives-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": patch ---- - -Add algolia search to the docs diff --git a/.changeset/plenty-pigs-design.md b/.changeset/plenty-pigs-design.md deleted file mode 100644 index 935a44c7..00000000 --- a/.changeset/plenty-pigs-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webtools-addon-sitemap": patch ---- - -More graceful versioning constraint of the core plugin diff --git a/.changeset/rare-cups-repeat.md b/.changeset/rare-cups-repeat.md deleted file mode 100644 index acd14057..00000000 --- a/.changeset/rare-cups-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": patch ---- - -Add documentation for the slugify config diff --git a/.changeset/ripe-crabs-roll.md b/.changeset/ripe-crabs-roll.md deleted file mode 100644 index 5117ec11..00000000 --- a/.changeset/ripe-crabs-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": minor ---- - -New config 'slugify' to overwrite the slugify function of the plugin diff --git a/packages/addons/sitemap/CHANGELOG.md b/packages/addons/sitemap/CHANGELOG.md index 9c2a00ea..fd6ec6ce 100644 --- a/packages/addons/sitemap/CHANGELOG.md +++ b/packages/addons/sitemap/CHANGELOG.md @@ -1,5 +1,13 @@ # addon-sitemap +## 1.0.1 + +### Patch Changes + +- [#230](https://github.com/pluginpal/strapi-webtools/pull/230) [`43f236a`](https://github.com/pluginpal/strapi-webtools/commit/43f236a22ce69ff258cc0c3d7ad984f9a16e1984) Thanks [@boazpoolman](https://github.com/boazpoolman)! - Make sure the strapi-sitemap CLI is actually published to the /bin + +- [`89239a9`](https://github.com/pluginpal/strapi-webtools/commit/89239a9081001745cde548bfcc96b20b7f38c9c7) Thanks [@boazpoolman](https://github.com/boazpoolman)! - More graceful versioning constraint of the core plugin + ## 1.0.0 ### Major Changes diff --git a/packages/addons/sitemap/package.json b/packages/addons/sitemap/package.json index 407e2831..4b865c1c 100644 --- a/packages/addons/sitemap/package.json +++ b/packages/addons/sitemap/package.json @@ -1,6 +1,6 @@ { "name": "webtools-addon-sitemap", - "version": "1.0.0", + "version": "1.0.1", "description": "Generate a highly customizable sitemap XML in Strapi CMS.", "strapi": { "name": "webtools-addon-sitemap", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 89a43e10..aef52388 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # core +## 1.1.0 + +### Minor Changes + +- [#230](https://github.com/pluginpal/strapi-webtools/pull/230) [`9b0ecdb`](https://github.com/pluginpal/strapi-webtools/commit/9b0ecdb4a88f6b837e78bca437662d5724809da2) Thanks [@boazpoolman](https://github.com/boazpoolman)! - New config 'slugify' to overwrite the slugify function of the plugin + ## 1.0.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a4b02eb6..d80d3e59 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.0.1", + "version": "1.1.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 655a62f4..7812ab70 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -1,5 +1,17 @@ # docs +## 1.0.3 + +### Patch Changes + +- [#230](https://github.com/pluginpal/strapi-webtools/pull/230) [`666a86d`](https://github.com/pluginpal/strapi-webtools/commit/666a86d57c9ee4a0d77245a64a80458ed0968396) Thanks [@boazpoolman](https://github.com/boazpoolman)! - Fix the broken images on the docs + +- [#230](https://github.com/pluginpal/strapi-webtools/pull/230) [`96d93c1`](https://github.com/pluginpal/strapi-webtools/commit/96d93c1ec19e91046f8ab616a6c8c79a75042893) Thanks [@boazpoolman](https://github.com/boazpoolman)! - Update response structures for Strapi v5 + +- [`f0c87b2`](https://github.com/pluginpal/strapi-webtools/commit/f0c87b242d12e381464b4401d7c80af14269b645) Thanks [@boazpoolman](https://github.com/boazpoolman)! - Add algolia search to the docs + +- [#230](https://github.com/pluginpal/strapi-webtools/pull/230) [`f4abcd7`](https://github.com/pluginpal/strapi-webtools/commit/f4abcd7bae56c8088a63bb0700e627d5d5e5334e) Thanks [@boazpoolman](https://github.com/boazpoolman)! - Add documentation for the slugify config + ## 1.0.2 ### Patch Changes diff --git a/packages/docs/package.json b/packages/docs/package.json index 5fef322a..722b6b1d 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.0.2", + "version": "1.0.3", "private": true, "scripts": { "docusaurus": "docusaurus",