Skip to content
Merged
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/gold-doors-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-pants-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-steaks-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-boxes-sniff.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/late-spies-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-jobs-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-knives-call.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wacky-spoons-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-doors-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-coats-type.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/addons/sitemap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.3.0",
"version": "1.3.1",
"description": "Generate a highly customizable sitemap XML in Strapi CMS.",
"strapi": {
"name": "webtools-addon-sitemap",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.4",
"version": "1.1.5",
"description": "CLI installer for Strapi Webtools",
"exports": {
".": {
Expand Down
24 changes: 24 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.8.0",
"version": "1.9.0",
"description": "Everything you need to build a website with Strapi CMS",
"strapi": {
"name": "webtools",
Expand Down
10 changes: 10 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.4.0",
"version": "1.5.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down