Skip to content

Commit 914fab0

Browse files
authored
Merge pull request #198 from pluginpal/changeset-release/master
Version Packages (beta)
2 parents 18b135b + 48e0ba4 commit 914fab0

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
@@ -23,6 +23,7 @@
2323
"eight-drinks-kick",
2424
"eight-pillows-brush",
2525
"eighty-taxis-shout",
26+
"eleven-glasses-greet",
2627
"eleven-schools-know",
2728
"famous-garlics-melt",
2829
"friendly-rockets-exercise",
@@ -46,6 +47,7 @@
4647
"silly-spies-matter",
4748
"sour-readers-change",
4849
"stale-parents-invent",
50+
"strange-jars-tap",
4951
"strange-pumpkins-type",
5052
"twelve-taxis-fail",
5153
"wet-bats-battle",

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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`65fdc7f`](https://github.com/pluginpal/strapi-webtools/commit/65fdc7fbf510f7810ecee509902acfffa445aa77), [`faec872`](https://github.com/pluginpal/strapi-webtools/commit/faec87287907ef5acd9ad0b12b728212fa823adf)]:
8+
- @pluginpal/webtools-core@1.0.0-beta.15
9+
310
## 1.0.0-beta.9
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.9",
3+
"version": "1.0.0-beta.10",
44
"private": true,
55
"description": "This is the description of the plugin.",
66
"strapi": {
@@ -53,7 +53,7 @@
5353
"styled-components": "5.3.3"
5454
},
5555
"peerDependencies": {
56-
"@pluginpal/webtools-core": "1.0.0-beta.14",
56+
"@pluginpal/webtools-core": "1.0.0-beta.15",
5757
"react": "^17.0.0 || ^18.0.0",
5858
"react-dom": "^17.0.0 || ^18.0.0",
5959
"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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`65fdc7f`](https://github.com/pluginpal/strapi-webtools/commit/65fdc7fbf510f7810ecee509902acfffa445aa77), [`faec872`](https://github.com/pluginpal/strapi-webtools/commit/faec87287907ef5acd9ad0b12b728212fa823adf)]:
8+
- @pluginpal/webtools-core@1.0.0-beta.15
9+
310
## 1.0.0-beta.9
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.9",
3+
"version": "1.0.0-beta.10",
44
"private": true,
55
"description": "This is the description of the plugin.",
66
"strapi": {
@@ -53,7 +53,7 @@
5353
"styled-components": "5.3.3"
5454
},
5555
"peerDependencies": {
56-
"@pluginpal/webtools-core": "1.0.0-beta.14",
56+
"@pluginpal/webtools-core": "1.0.0-beta.15",
5757
"react": "^17.0.0 || ^18.0.0",
5858
"react-dom": "^17.0.0 || ^18.0.0",
5959
"react-router-dom": "^5.2.0",

packages/addons/sitemap/CHANGELOG.md

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

3+
## 1.0.0-beta.10
4+
5+
### Patch Changes
6+
7+
- [#197](https://github.com/pluginpal/strapi-webtools/pull/197) [`faec872`](https://github.com/pluginpal/strapi-webtools/commit/faec87287907ef5acd9ad0b12b728212fa823adf) Thanks [@boazpoolman](https://github.com/boazpoolman)! - Update the README files to reference the docs website
8+
9+
- Updated dependencies [[`65fdc7f`](https://github.com/pluginpal/strapi-webtools/commit/65fdc7fbf510f7810ecee509902acfffa445aa77), [`faec872`](https://github.com/pluginpal/strapi-webtools/commit/faec87287907ef5acd9ad0b12b728212fa823adf)]:
10+
- @pluginpal/webtools-core@1.0.0-beta.15
11+
312
## 1.0.0-beta.9
413

514
### 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.9",
3+
"version": "1.0.0-beta.10",
44
"description": "Generate a highly customizable sitemap XML in Strapi CMS.",
55
"strapi": {
66
"name": "webtools-addon-sitemap",
@@ -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.14",
45+
"@pluginpal/webtools-core": "1.0.0-beta.15",
4646
"@strapi/strapi": "^4.0.0",
4747
"react": "^17.0.0 || ^18.0.0",
4848
"react-dom": "^17.0.0 || ^18.0.0",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# core
22

3+
## 1.0.0-beta.15
4+
5+
### Patch Changes
6+
7+
- [#199](https://github.com/pluginpal/strapi-webtools/pull/199) [`65fdc7f`](https://github.com/pluginpal/strapi-webtools/commit/65fdc7fbf510f7810ecee509902acfffa445aa77) Thanks [@boazpoolman](https://github.com/boazpoolman)! - Issue in the router endpoint when querying a single type which does not have localizations enabled.
8+
9+
- [#197](https://github.com/pluginpal/strapi-webtools/pull/197) [`faec872`](https://github.com/pluginpal/strapi-webtools/commit/faec87287907ef5acd9ad0b12b728212fa823adf) Thanks [@boazpoolman](https://github.com/boazpoolman)! - Update the README files to reference the docs website
10+
311
## 1.0.0-beta.14
412

513
### 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.14",
3+
"version": "1.0.0-beta.15",
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
@@ -3707,7 +3707,7 @@ __metadata:
37073707
react-router-dom: "npm:^5.2.0"
37083708
styled-components: "npm:5.3.3"
37093709
peerDependencies:
3710-
"@pluginpal/webtools-core": 1.0.0-beta.14
3710+
"@pluginpal/webtools-core": 1.0.0-beta.15
37113711
react: ^17.0.0 || ^18.0.0
37123712
react-dom: ^17.0.0 || ^18.0.0
37133713
react-router-dom: ^5.2.0
@@ -3726,7 +3726,7 @@ __metadata:
37263726
react-router-dom: "npm:^5.2.0"
37273727
styled-components: "npm:5.3.3"
37283728
peerDependencies:
3729-
"@pluginpal/webtools-core": 1.0.0-beta.14
3729+
"@pluginpal/webtools-core": 1.0.0-beta.15
37303730
react: ^17.0.0 || ^18.0.0
37313731
react-dom: ^17.0.0 || ^18.0.0
37323732
react-router-dom: ^5.2.0
@@ -3767,7 +3767,7 @@ __metadata:
37673767
styled-components: "npm:5.3.3"
37683768
xml2js: "npm:^0.5.0"
37693769
peerDependencies:
3770-
"@pluginpal/webtools-core": 1.0.0-beta.14
3770+
"@pluginpal/webtools-core": 1.0.0-beta.15
37713771
"@strapi/strapi": ^4.0.0
37723772
react: ^17.0.0 || ^18.0.0
37733773
react-dom: ^17.0.0 || ^18.0.0

0 commit comments

Comments
 (0)