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/bumpy-islands-bet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-clouds-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-worlds-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-knives-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-pigs-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-cups-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ripe-crabs-roll.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.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
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.0.0",
"version": "1.0.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/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0.1",
"version": "1.1.0",
"description": "Everything you need to build a website with Strapi CMS",
"strapi": {
"name": "webtools",
Expand Down
12 changes: 12 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down