Skip to content

Commit 0dda4c9

Browse files
authored
Merge pull request #132 from pluginpal/changeset-release/master
Version Packages (beta)
2 parents ae5285e + ad63182 commit 0dda4c9

File tree

10 files changed

+43
-10
lines changed

10 files changed

+43
-10
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"changesets": [
1212
"calm-geese-dream",
13+
"clever-planes-serve",
1314
"dirty-books-fail",
1415
"dry-jobs-joke",
1516
"dry-lions-wonder",
@@ -27,6 +28,7 @@
2728
"pink-poets-fold",
2829
"plenty-forks-lay",
2930
"short-zoos-argue",
31+
"silly-spies-matter",
3032
"wet-bats-battle",
3133
"witty-plants-type"
3234
]

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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1f01462`](https://github.com/pluginpal/strapi-webtools/commit/1f01462d4bcabd65772eb9733d76746834d9e508), [`905ff2e`](https://github.com/pluginpal/strapi-webtools/commit/905ff2ea322aa1a21b836e76fb6f095de660c430)]:
8+
- @pluginpal/webtools-core@1.0.0-beta.8
9+
310
## 1.0.0-beta.2
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.2",
3+
"version": "1.0.0-beta.3",
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.7",
55+
"@pluginpal/webtools-core": "1.0.0-beta.8",
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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1f01462`](https://github.com/pluginpal/strapi-webtools/commit/1f01462d4bcabd65772eb9733d76746834d9e508), [`905ff2e`](https://github.com/pluginpal/strapi-webtools/commit/905ff2ea322aa1a21b836e76fb6f095de660c430)]:
8+
- @pluginpal/webtools-core@1.0.0-beta.8
9+
310
## 1.0.0-beta.2
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.2",
3+
"version": "1.0.0-beta.3",
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.7",
55+
"@pluginpal/webtools-core": "1.0.0-beta.8",
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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1f01462`](https://github.com/pluginpal/strapi-webtools/commit/1f01462d4bcabd65772eb9733d76746834d9e508), [`905ff2e`](https://github.com/pluginpal/strapi-webtools/commit/905ff2ea322aa1a21b836e76fb6f095de660c430)]:
8+
- @pluginpal/webtools-core@1.0.0-beta.8
9+
310
## 1.0.0-beta.2
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.2",
3+
"version": "1.0.0-beta.3",
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.7",
45+
"@pluginpal/webtools-core": "1.0.0-beta.8",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# core
22

3+
## 1.0.0-beta.8
4+
5+
### Minor Changes
6+
7+
- [#131](https://github.com/pluginpal/strapi-webtools/pull/131) [`1f01462`](https://github.com/pluginpal/strapi-webtools/commit/1f01462d4bcabd65772eb9733d76746834d9e508) Thanks [@boazpoolman](https://github.com/boazpoolman)! - Relational URL patterns
8+
9+
### Patch Changes
10+
11+
- [#126](https://github.com/pluginpal/strapi-webtools/pull/126) [`905ff2e`](https://github.com/pluginpal/strapi-webtools/commit/905ff2ea322aa1a21b836e76fb6f095de660c430) Thanks [@Alexnortung](https://github.com/Alexnortung)! - Url paths created for a collection type, that is then disabled, will now be deleted
12+
313
## 1.0.0-beta.7
414

515
### 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": "@pluginpal/webtools-core",
3-
"version": "1.0.0-beta.7",
3+
"version": "1.0.0-beta.8",
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.7
3459+
"@pluginpal/webtools-core": 1.0.0-beta.8
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.7
3478+
"@pluginpal/webtools-core": 1.0.0-beta.8
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.7
3505+
"@pluginpal/webtools-core": 1.0.0-beta.8
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)