Skip to content

Commit 19afc10

Browse files
authored
Merge pull request #252 from pluginpal/changeset-release/master
Version Packages
2 parents 63de585 + 75a2842 commit 19afc10

File tree

12 files changed

+29
-24
lines changed

12 files changed

+29
-24
lines changed

.changeset/brown-papayas-look.md

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

.changeset/forty-masks-post.md

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

.changeset/seven-coats-give.md

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

.changeset/vast-news-return.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.1
4+
5+
### Patch Changes
6+
7+
- [`7800cc9`](https://github.com/pluginpal/strapi-webtools/commit/7800cc918bba46886bfbc5fc02e401ccd7dda801) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: logic for showing the empty webtools state
8+
39
## 1.2.0
410

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

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# webtools-cli
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#253](https://github.com/pluginpal/strapi-webtools/pull/253) [`695fe48`](https://github.com/pluginpal/strapi-webtools/commit/695fe482f8ccb2b7ab0fa1e420445a06065792de) Thanks [@boazpoolman](https://github.com/boazpoolman)! - feat: strapi-webtools installer wizard

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": "0.0.1",
3+
"version": "1.0.0",
44
"description": "CLI installer for Strapi Webtools",
55
"exports": {
66
".": {

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.4.1
4+
5+
### Patch Changes
6+
7+
- [#253](https://github.com/pluginpal/strapi-webtools/pull/253) [`59c059c`](https://github.com/pluginpal/strapi-webtools/commit/59c059ce78586d64c0e3c2e912dfab73e5ef0b1a) Thanks [@boazpoolman](https://github.com/boazpoolman)! - docs: update the install command in the readme
8+
39
## 1.4.0
410

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

0 commit comments

Comments
 (0)