Skip to content

Commit 3751d4a

Browse files
authored
Merge pull request #135 from pluginpal/changeset-release/master
Version Packages (beta)
2 parents a48cc8c + 6c4bb2d commit 3751d4a

File tree

10 files changed

+38
-10
lines changed

10 files changed

+38
-10
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"old-worms-hear",
2929
"pink-poets-fold",
3030
"plenty-forks-lay",
31+
"polite-ears-hope",
3132
"short-zoos-argue",
3233
"silly-spies-matter",
3334
"twelve-taxis-fail",

packages/addons/menus/CHANGELOG.md

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

3+
## 1.0.0-beta.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a48cc8c`](https://github.com/pluginpal/strapi-webtools/commit/a48cc8cc2fb4a02e74418c0ad326c44ad5c97a65)]:
8+
- @pluginpal/webtools-core@1.0.0-beta.10
9+
310
## 1.0.0-beta.4
411

512
### Patch Changes

packages/addons/menus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pluginpal/webtools-addon-menus",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"private": true,
55
"description": "This is the description of the plugin.",
66
"strapi": {
@@ -52,7 +52,7 @@
5252
"styled-components": "5.3.3"
5353
},
5454
"peerDependencies": {
55-
"@pluginpal/webtools-core": "1.0.0-beta.9",
55+
"@pluginpal/webtools-core": "1.0.0-beta.10",
5656
"react": "^17.0.0 || ^18.0.0",
5757
"react-dom": "^17.0.0 || ^18.0.0",
5858
"react-router-dom": "^5.2.0",

packages/addons/redirects/CHANGELOG.md

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

3+
## 1.0.0-beta.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a48cc8c`](https://github.com/pluginpal/strapi-webtools/commit/a48cc8cc2fb4a02e74418c0ad326c44ad5c97a65)]:
8+
- @pluginpal/webtools-core@1.0.0-beta.10
9+
310
## 1.0.0-beta.4
411

512
### Patch Changes

packages/addons/redirects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pluginpal/webtools-addon-redirects",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"private": true,
55
"description": "This is the description of the plugin.",
66
"strapi": {
@@ -52,7 +52,7 @@
5252
"styled-components": "5.3.3"
5353
},
5454
"peerDependencies": {
55-
"@pluginpal/webtools-core": "1.0.0-beta.9",
55+
"@pluginpal/webtools-core": "1.0.0-beta.10",
5656
"react": "^17.0.0 || ^18.0.0",
5757
"react-dom": "^17.0.0 || ^18.0.0",
5858
"react-router-dom": "^5.2.0",

packages/addons/sitemap/CHANGELOG.md

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

3+
## 1.0.0-beta.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a48cc8c`](https://github.com/pluginpal/strapi-webtools/commit/a48cc8cc2fb4a02e74418c0ad326c44ad5c97a65)]:
8+
- @pluginpal/webtools-core@1.0.0-beta.10
9+
310
## 1.0.0-beta.4
411

512
### 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": "@pluginpal/webtools-addon-sitemap",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"private": true,
55
"description": "This is the description of the plugin.",
66
"strapi": {
@@ -42,7 +42,7 @@
4242
"eslint:fix": "../../../node_modules/.bin/eslint --fix './**/*.{js,jsx,ts,tsx}'"
4343
},
4444
"peerDependencies": {
45-
"@pluginpal/webtools-core": "1.0.0-beta.9",
45+
"@pluginpal/webtools-core": "1.0.0-beta.10",
4646
"react": "^17.0.0 || ^18.0.0",
4747
"react-dom": "^17.0.0 || ^18.0.0",
4848
"react-router-dom": "^5.2.0",

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-beta.10
4+
5+
### Patch Changes
6+
7+
- [`a48cc8c`](https://github.com/pluginpal/strapi-webtools/commit/a48cc8cc2fb4a02e74418c0ad326c44ad5c97a65) Thanks [@boazpoolman](https://github.com/boazpoolman)! - Fix an issue with the update decorator service
8+
39
## 1.0.0-beta.9
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": "@pluginpal/webtools-core",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"description": "This is the description of the plugin.",
55
"strapi": {
66
"name": "webtools",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3456,7 +3456,7 @@ __metadata:
34563456
react-router-dom: "npm:^5.2.0"
34573457
styled-components: "npm:5.3.3"
34583458
peerDependencies:
3459-
"@pluginpal/webtools-core": 1.0.0-beta.9
3459+
"@pluginpal/webtools-core": 1.0.0-beta.10
34603460
react: ^17.0.0 || ^18.0.0
34613461
react-dom: ^17.0.0 || ^18.0.0
34623462
react-router-dom: ^5.2.0
@@ -3475,7 +3475,7 @@ __metadata:
34753475
react-router-dom: "npm:^5.2.0"
34763476
styled-components: "npm:5.3.3"
34773477
peerDependencies:
3478-
"@pluginpal/webtools-core": 1.0.0-beta.9
3478+
"@pluginpal/webtools-core": 1.0.0-beta.10
34793479
react: ^17.0.0 || ^18.0.0
34803480
react-dom: ^17.0.0 || ^18.0.0
34813481
react-router-dom: ^5.2.0
@@ -3502,7 +3502,7 @@ __metadata:
35023502
styled-components: "npm:5.3.3"
35033503
xml2js: "npm:^0.5.0"
35043504
peerDependencies:
3505-
"@pluginpal/webtools-core": 1.0.0-beta.9
3505+
"@pluginpal/webtools-core": 1.0.0-beta.10
35063506
react: ^17.0.0 || ^18.0.0
35073507
react-dom: ^17.0.0 || ^18.0.0
35083508
react-router-dom: ^5.2.0

0 commit comments

Comments
 (0)