Skip to content

Commit 34a87ea

Browse files
authored
Merge pull request #202 from pluginpal/changeset-release/master
Version Packages
2 parents 8e7cfe6 + 3647aa5 commit 34a87ea

File tree

7 files changed

+21
-67
lines changed

7 files changed

+21
-67
lines changed

.changeset/every-lies-glow.md

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

.changeset/pre.json

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

packages/addons/sitemap/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#204](https://github.com/pluginpal/strapi-webtools/pull/204) [`a70cb10`](https://github.com/pluginpal/strapi-webtools/commit/a70cb106bdf783c2a0f0038bb0165dc0646ffb55) Thanks [@boazpoolman](https://github.com/boazpoolman)! - Strapi 5 support
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a70cb10`](https://github.com/pluginpal/strapi-webtools/commit/a70cb106bdf783c2a0f0038bb0165dc0646ffb55)]:
12+
13+
314
## 1.0.0-beta.10
415

516
### Patch Changes

packages/addons/sitemap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webtools-addon-sitemap",
3-
"version": "1.0.0-beta.10",
3+
"version": "1.0.0",
44
"description": "Generate a highly customizable sitemap XML in Strapi CMS.",
55
"strapi": {
66
"name": "webtools-addon-sitemap",
@@ -53,7 +53,7 @@
5353
"react-dom": "^17.0.0 || ^18.0.0",
5454
"react-router-dom": "^6.0.0",
5555
"redux": "*",
56-
"strapi-plugin-webtools": "^1.0.0-beta.15",
56+
"strapi-plugin-webtools": "^1.0.0",
5757
"styled-components": "^6.0.0"
5858
},
5959
"devDependencies": {

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.0.0
4+
5+
### Major Changes
6+
7+
- [#204](https://github.com/pluginpal/strapi-webtools/pull/204) [`a70cb10`](https://github.com/pluginpal/strapi-webtools/commit/a70cb106bdf783c2a0f0038bb0165dc0646ffb55) Thanks [@boazpoolman](https://github.com/boazpoolman)! - Strapi 5 support
8+
39
## 1.0.0-beta.15
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.0.0-beta.15",
3+
"version": "1.0.0",
44
"description": "Everything you need to build a website with Strapi CMS",
55
"strapi": {
66
"name": "webtools",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21758,7 +21758,7 @@ __metadata:
2175821758
react-dom: ^17.0.0 || ^18.0.0
2175921759
react-router-dom: ^6.0.0
2176021760
redux: "*"
21761-
strapi-plugin-webtools: ^1.0.0-beta.15
21761+
strapi-plugin-webtools: ^1.0.0
2176221762
styled-components: ^6.0.0
2176321763
bin:
2176421764
strapi-sitemap: ./bin/strapi-sitemap

0 commit comments

Comments
 (0)