Skip to content

Commit 7aed8eb

Browse files
authored
Merge pull request #134 from pluginpal/changeset-release/master
Version Packages (beta)
2 parents e12d92d + d5e5230 commit 7aed8eb

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-mirrors-buy",
1314
"clever-planes-serve",
1415
"dirty-books-fail",
1516
"dry-jobs-joke",
@@ -29,6 +30,7 @@
2930
"plenty-forks-lay",
3031
"short-zoos-argue",
3132
"silly-spies-matter",
33+
"twelve-taxis-fail",
3234
"wet-bats-battle",
3335
"witty-plants-type"
3436
]

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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9b81da2`](https://github.com/pluginpal/strapi-webtools/commit/9b81da214ec8a1aa3f42d2d4eadaa30688ff4fe7), [`cb59eb7`](https://github.com/pluginpal/strapi-webtools/commit/cb59eb78ef7d45d7c3c07ec7350747b6bc611b27)]:
8+
- @pluginpal/webtools-core@1.0.0-beta.9
9+
310
## 1.0.0-beta.3
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.3",
3+
"version": "1.0.0-beta.4",
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.8",
55+
"@pluginpal/webtools-core": "1.0.0-beta.9",
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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9b81da2`](https://github.com/pluginpal/strapi-webtools/commit/9b81da214ec8a1aa3f42d2d4eadaa30688ff4fe7), [`cb59eb7`](https://github.com/pluginpal/strapi-webtools/commit/cb59eb78ef7d45d7c3c07ec7350747b6bc611b27)]:
8+
- @pluginpal/webtools-core@1.0.0-beta.9
9+
310
## 1.0.0-beta.3
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.3",
3+
"version": "1.0.0-beta.4",
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.8",
55+
"@pluginpal/webtools-core": "1.0.0-beta.9",
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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9b81da2`](https://github.com/pluginpal/strapi-webtools/commit/9b81da214ec8a1aa3f42d2d4eadaa30688ff4fe7), [`cb59eb7`](https://github.com/pluginpal/strapi-webtools/commit/cb59eb78ef7d45d7c3c07ec7350747b6bc611b27)]:
8+
- @pluginpal/webtools-core@1.0.0-beta.9
9+
310
## 1.0.0-beta.3
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.3",
3+
"version": "1.0.0-beta.4",
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.8",
45+
"@pluginpal/webtools-core": "1.0.0-beta.9",
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.9
4+
5+
### Minor Changes
6+
7+
- [#133](https://github.com/pluginpal/strapi-webtools/pull/133) [`cb59eb7`](https://github.com/pluginpal/strapi-webtools/commit/cb59eb78ef7d45d7c3c07ec7350747b6bc611b27) Thanks [@TMSchipper](https://github.com/TMSchipper)! - The "Populate Creator Fields" plugin enhances the functionality of your Strapi project by allowing you to populate
8+
9+
### Patch Changes
10+
11+
- [#133](https://github.com/pluginpal/strapi-webtools/pull/133) [`9b81da2`](https://github.com/pluginpal/strapi-webtools/commit/9b81da214ec8a1aa3f42d2d4eadaa30688ff4fe7) Thanks [@TMSchipper](https://github.com/TMSchipper)! - Fix an error that occurs when there is no pattern and the default should've been used
12+
313
## 1.0.0-beta.8
414

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