Skip to content

Commit bd9e1fd

Browse files
Version Packages
1 parent 534bace commit bd9e1fd

File tree

8 files changed

+23
-15
lines changed

8 files changed

+23
-15
lines changed

.changeset/ten-times-shake.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/upset-banks-chew.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/addons/sitemap/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# addon-sitemap
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 1.2.1
410

511
### Patch Changes

packages/addons/sitemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webtools-addon-sitemap",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Generate a highly customizable sitemap XML in Strapi CMS.",
55
"strapi": {
66
"name": "webtools-addon-sitemap",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# webtools-cli
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 1.0.0
410

511
### Major Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webtools-cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "CLI installer for Strapi Webtools",
55
"exports": {
66
".": {

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# core
22

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [`534bace`](https://github.com/pluginpal/strapi-webtools/commit/534baceb172de0cf3a53228e292f3444cce48594) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: remove test title in URL alias modal
10+
311
## 1.4.1
412

513
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-webtools",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Everything you need to build a website with Strapi CMS",
55
"strapi": {
66
"name": "webtools",

0 commit comments

Comments
 (0)