Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-monkeys-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/crazy-seals-go.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cute-jars-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/easy-weeks-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-grapes-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loose-bags-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-peaches-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-banks-ask.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-bats-cover.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/swift-wombats-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-monkeys-brush.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/addons/sitemap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# addon-sitemap

## 1.3.0

### Minor Changes

- [#348](https://github.com/pluginpal/strapi-webtools/pull/348) [`5cee87b`](https://github.com/pluginpal/strapi-webtools/commit/5cee87bd2fc719a4a7d3885e37a2939d1f625d50) Thanks [@boazpoolman](https://github.com/boazpoolman)! - feat: Add a new sitemap setting called 'language filter'

- [#348](https://github.com/pluginpal/strapi-webtools/pull/348) [`0cbe911`](https://github.com/pluginpal/strapi-webtools/commit/0cbe911ae944f611504a986d831a4c80a932ce16) Thanks [@boazpoolman](https://github.com/boazpoolman)! - feat: allow for creation of multiple sitemaps

### Patch Changes

- [#348](https://github.com/pluginpal/strapi-webtools/pull/348) [`4961550`](https://github.com/pluginpal/strapi-webtools/commit/4961550f460473d090eb0c25bfb78ae981782be0) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: saving of the hostname overrides modal

- [#348](https://github.com/pluginpal/strapi-webtools/pull/348) [`22f7eff`](https://github.com/pluginpal/strapi-webtools/commit/22f7eff916196ffdd71f1fb2cf1939b97790b8fa) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: update the footer link in the sitemap XSL

- [#348](https://github.com/pluginpal/strapi-webtools/pull/348) [`da9dfbb`](https://github.com/pluginpal/strapi-webtools/commit/da9dfbb2a43c7099133228024221b2713765544f) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: allow closing the hostname overrides modal by using the close button

- [#352](https://github.com/pluginpal/strapi-webtools/pull/352) [`bcf7a05`](https://github.com/pluginpal/strapi-webtools/commit/bcf7a0505e43a7d347a166610a43f21a10338526) Thanks [@boazpoolman](https://github.com/boazpoolman)! - chore: remove -rc version constraint from @strapi design-system & icons peer dependencies

## 1.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/sitemap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webtools-addon-sitemap",
"version": "1.2.4",
"version": "1.3.0",
"description": "Generate a highly customizable sitemap XML in Strapi CMS.",
"strapi": {
"name": "webtools-addon-sitemap",
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# webtools-cli

## 1.1.3

### Patch Changes

- [#348](https://github.com/pluginpal/strapi-webtools/pull/348) [`2da9605`](https://github.com/pluginpal/strapi-webtools/commit/2da96057374edde7f32c075a40ece41cbaadf403) Thanks [@boazpoolman](https://github.com/boazpoolman)! - docs: include breadcrumbs and sitemap in the trial description

- [#348](https://github.com/pluginpal/strapi-webtools/pull/348) [`7fad4de`](https://github.com/pluginpal/strapi-webtools/commit/7fad4de326c83e86369a68188ba3bab8e1bfaf83) Thanks [@boazpoolman](https://github.com/boazpoolman)! - chore: add the breadcrumbs addon and sitemap expansion to the selectable premium addons

- [#348](https://github.com/pluginpal/strapi-webtools/pull/348) [`67406b1`](https://github.com/pluginpal/strapi-webtools/commit/67406b1c1e9cbdadff4f353333677a52ecf94c4b) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: change the trail license message in the CLI from 30 days to 7 days

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webtools-cli",
"version": "1.1.2",
"version": "1.1.3",
"description": "CLI installer for Strapi Webtools",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# core

## 1.7.2

### Patch Changes

- [#352](https://github.com/pluginpal/strapi-webtools/pull/352) [`bcf7a05`](https://github.com/pluginpal/strapi-webtools/commit/bcf7a0505e43a7d347a166610a43f21a10338526) Thanks [@boazpoolman](https://github.com/boazpoolman)! - chore: remove -rc version constraint from @strapi design-system & icons peer dependencies

## 1.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-webtools",
"version": "1.7.1",
"version": "1.7.2",
"description": "Everything you need to build a website with Strapi CMS",
"strapi": {
"name": "webtools",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# docs

## 1.2.1

### Patch Changes

- [#346](https://github.com/pluginpal/strapi-webtools/pull/346) [`f8dada1`](https://github.com/pluginpal/strapi-webtools/commit/f8dada16021f68e7fa8e03010cda9d62bb673551) Thanks [@MSACC](https://github.com/MSACC)! - Chore/documentation quality

- [#347](https://github.com/pluginpal/strapi-webtools/pull/347) [`4b14155`](https://github.com/pluginpal/strapi-webtools/commit/4b141558defbdc210d33f4e371159c7b2f6a32a8) Thanks [@MSACC](https://github.com/MSACC)! - Chore/security updates

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down