Skip to content

Commit 230b46d

Browse files
authored
Merge pull request #306 from pluginpal/changeset-release/master
Version Packages
2 parents 0f919df + 328a97a commit 230b46d

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.changeset/itchy-eggs-warn.md

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

.changeset/shaggy-hands-think.md

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

.changeset/twenty-wombats-burn.md

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

packages/addons/sitemap/CHANGELOG.md

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

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- [#305](https://github.com/pluginpal/strapi-webtools/pull/305) [`491c72d`](https://github.com/pluginpal/strapi-webtools/commit/491c72db7916e2c14d116067a6a6be98c89e3a4d) Thanks [@jorrit](https://github.com/jorrit)! - fix: warning about uncontrolled to controlled input
8+
9+
- [#305](https://github.com/pluginpal/strapi-webtools/pull/305) [`cdbfa0c`](https://github.com/pluginpal/strapi-webtools/commit/cdbfa0c494fd89d1748fe96203c0e7b88ad9d09a) Thanks [@jorrit](https://github.com/jorrit)! - fix: improve first use experience of sitemap addon
10+
311
## 1.2.2
412

513
### 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.2",
3+
"version": "1.2.3",
44
"description": "Generate a highly customizable sitemap XML in Strapi CMS.",
55
"strapi": {
66
"name": "webtools-addon-sitemap",

packages/core/CHANGELOG.md

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

3+
## 1.5.3
4+
5+
### Patch Changes
6+
7+
- [`0f919df`](https://github.com/pluginpal/strapi-webtools/commit/0f919dfd785e4f19bfdf4c598f8acce1e5db31fa) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: don't render a menu item for injected routes that have no label
8+
39
## 1.5.2
410

511
### 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.5.2",
3+
"version": "1.5.3",
44
"description": "Everything you need to build a website with Strapi CMS",
55
"strapi": {
66
"name": "webtools",

0 commit comments

Comments
 (0)