Skip to content

Commit

Permalink
Merge pull request #198 from pluginpal/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages (beta)
  • Loading branch information
boazpoolman authored Oct 8, 2024
2 parents 18b135b + 48e0ba4 commit 914fab0
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"eight-drinks-kick",
"eight-pillows-brush",
"eighty-taxis-shout",
"eleven-glasses-greet",
"eleven-schools-know",
"famous-garlics-melt",
"friendly-rockets-exercise",
Expand All @@ -46,6 +47,7 @@
"silly-spies-matter",
"sour-readers-change",
"stale-parents-invent",
"strange-jars-tap",
"strange-pumpkins-type",
"twelve-taxis-fail",
"wet-bats-battle",
Expand Down
7 changes: 7 additions & 0 deletions packages/addons/menus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# addon-menus

## 1.0.0-beta.10

### Patch Changes

- Updated dependencies [[`65fdc7f`](https://github.com/pluginpal/strapi-webtools/commit/65fdc7fbf510f7810ecee509902acfffa445aa77), [`faec872`](https://github.com/pluginpal/strapi-webtools/commit/faec87287907ef5acd9ad0b12b728212fa823adf)]:
- @pluginpal/webtools-core@1.0.0-beta.15

## 1.0.0-beta.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/addons/menus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluginpal/webtools-addon-menus",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"private": true,
"description": "This is the description of the plugin.",
"strapi": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"styled-components": "5.3.3"
},
"peerDependencies": {
"@pluginpal/webtools-core": "1.0.0-beta.14",
"@pluginpal/webtools-core": "1.0.0-beta.15",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^5.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/addons/redirects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# addon-redirects

## 1.0.0-beta.10

### Patch Changes

- Updated dependencies [[`65fdc7f`](https://github.com/pluginpal/strapi-webtools/commit/65fdc7fbf510f7810ecee509902acfffa445aa77), [`faec872`](https://github.com/pluginpal/strapi-webtools/commit/faec87287907ef5acd9ad0b12b728212fa823adf)]:
- @pluginpal/webtools-core@1.0.0-beta.15

## 1.0.0-beta.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/addons/redirects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluginpal/webtools-addon-redirects",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"private": true,
"description": "This is the description of the plugin.",
"strapi": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"styled-components": "5.3.3"
},
"peerDependencies": {
"@pluginpal/webtools-core": "1.0.0-beta.14",
"@pluginpal/webtools-core": "1.0.0-beta.15",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^5.2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/addons/sitemap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# addon-sitemap

## 1.0.0-beta.10

### Patch Changes

- [#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

- Updated dependencies [[`65fdc7f`](https://github.com/pluginpal/strapi-webtools/commit/65fdc7fbf510f7810ecee509902acfffa445aa77), [`faec872`](https://github.com/pluginpal/strapi-webtools/commit/faec87287907ef5acd9ad0b12b728212fa823adf)]:
- @pluginpal/webtools-core@1.0.0-beta.15

## 1.0.0-beta.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/addons/sitemap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluginpal/webtools-addon-sitemap",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "Generate a highly customizable sitemap XML in Strapi CMS.",
"strapi": {
"name": "webtools-addon-sitemap",
Expand Down Expand Up @@ -42,7 +42,7 @@
"eslint:fix": "../../../node_modules/.bin/eslint --fix './**/*.{js,jsx,ts,tsx}'"
},
"peerDependencies": {
"@pluginpal/webtools-core": "1.0.0-beta.14",
"@pluginpal/webtools-core": "1.0.0-beta.15",
"@strapi/strapi": "^4.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# core

## 1.0.0-beta.15

### Patch Changes

- [#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.

- [#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

## 1.0.0-beta.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluginpal/webtools-core",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"description": "This is the description of the plugin.",
"strapi": {
"name": "webtools",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3707,7 +3707,7 @@ __metadata:
react-router-dom: "npm:^5.2.0"
styled-components: "npm:5.3.3"
peerDependencies:
"@pluginpal/webtools-core": 1.0.0-beta.14
"@pluginpal/webtools-core": 1.0.0-beta.15
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^5.2.0
Expand All @@ -3726,7 +3726,7 @@ __metadata:
react-router-dom: "npm:^5.2.0"
styled-components: "npm:5.3.3"
peerDependencies:
"@pluginpal/webtools-core": 1.0.0-beta.14
"@pluginpal/webtools-core": 1.0.0-beta.15
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^5.2.0
Expand Down Expand Up @@ -3767,7 +3767,7 @@ __metadata:
styled-components: "npm:5.3.3"
xml2js: "npm:^0.5.0"
peerDependencies:
"@pluginpal/webtools-core": 1.0.0-beta.14
"@pluginpal/webtools-core": 1.0.0-beta.15
"@strapi/strapi": ^4.0.0
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
Expand Down

0 comments on commit 914fab0

Please sign in to comment.