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/pretty-crews-warn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ten-times-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upset-banks-chew.md

This file was deleted.

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

## 1.2.2

### Patch Changes

- [#262](https://github.com/pluginpal/strapi-webtools/pull/262) [`9be555a`](https://github.com/pluginpal/strapi-webtools/commit/9be555a65e8eb7c5291c0210ce58115a847d3297) Thanks [@jorrit](https://github.com/jorrit)! - fix: simplify scripts by adding devDependencies

## 1.2.1

### 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.1",
"version": "1.2.2",
"description": "Generate a highly customizable sitemap XML in Strapi CMS.",
"strapi": {
"name": "webtools-addon-sitemap",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# webtools-cli

## 1.0.1

### Patch Changes

- [#271](https://github.com/pluginpal/strapi-webtools/pull/271) [`8a11a4e`](https://github.com/pluginpal/strapi-webtools/commit/8a11a4ef53b1202a7f88f71247158623b8ae1eb9) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: gracefully skip the setup step if the Strapi project does not have any content types yet

- [#262](https://github.com/pluginpal/strapi-webtools/pull/262) [`9be555a`](https://github.com/pluginpal/strapi-webtools/commit/9be555a65e8eb7c5291c0210ce58115a847d3297) Thanks [@jorrit](https://github.com/jorrit)! - fix: simplify scripts by adding devDependencies

## 1.0.0

### Major 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.0.0",
"version": "1.0.1",
"description": "CLI installer for Strapi Webtools",
"exports": {
".": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# core

## 1.4.2

### Patch Changes

- [#262](https://github.com/pluginpal/strapi-webtools/pull/262) [`9be555a`](https://github.com/pluginpal/strapi-webtools/commit/9be555a65e8eb7c5291c0210ce58115a847d3297) Thanks [@jorrit](https://github.com/jorrit)! - fix: simplify scripts by adding devDependencies

- [`534bace`](https://github.com/pluginpal/strapi-webtools/commit/534baceb172de0cf3a53228e292f3444cce48594) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: remove test title in URL alias modal

## 1.4.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.4.1",
"version": "1.4.2",
"description": "Everything you need to build a website with Strapi CMS",
"strapi": {
"name": "webtools",
Expand Down