Skip to content

Commit

Permalink
Merge pull request #153 from pluginpal/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages (beta)
  • Loading branch information
boazpoolman authored Jul 23, 2024
2 parents cbac66c + 1a5a371 commit f0ef406
Show file tree
Hide file tree
Showing 10 changed files with 45 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 @@ -12,6 +12,7 @@
"calm-geese-dream",
"clever-mirrors-buy",
"clever-planes-serve",
"cuddly-clouds-sneeze",
"dirty-books-fail",
"dry-jobs-joke",
"dry-lions-wonder",
Expand All @@ -29,6 +30,7 @@
"lucky-tomatoes-breathe",
"mighty-spoons-stare",
"modern-paws-smell",
"modern-wolves-sing",
"ninety-gorillas-dress",
"old-worms-hear",
"pink-poets-fold",
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.7

### Patch Changes

- Updated dependencies [[`60b5eff`](https://github.com/pluginpal/strapi-webtools/commit/60b5eff18795afd173a57380a87767fc29d06b3d), [`d620caa`](https://github.com/pluginpal/strapi-webtools/commit/d620caa4d42b409e87fd604d88e99d23ac6e985a)]:
- @pluginpal/webtools-core@1.0.0-beta.12

## 1.0.0-beta.6

### 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.6",
"version": "1.0.0-beta.7",
"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.11",
"@pluginpal/webtools-core": "1.0.0-beta.12",
"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.7

### Patch Changes

- Updated dependencies [[`60b5eff`](https://github.com/pluginpal/strapi-webtools/commit/60b5eff18795afd173a57380a87767fc29d06b3d), [`d620caa`](https://github.com/pluginpal/strapi-webtools/commit/d620caa4d42b409e87fd604d88e99d23ac6e985a)]:
- @pluginpal/webtools-core@1.0.0-beta.12

## 1.0.0-beta.6

### 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.6",
"version": "1.0.0-beta.7",
"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.11",
"@pluginpal/webtools-core": "1.0.0-beta.12",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^5.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/addons/sitemap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# addon-sitemap

## 1.0.0-beta.7

### Minor Changes

- [#151](https://github.com/pluginpal/strapi-webtools/pull/151) [`d620caa`](https://github.com/pluginpal/strapi-webtools/commit/d620caa4d42b409e87fd604d88e99d23ac6e985a) Thanks [@SalahAdDin](https://github.com/SalahAdDin)! - Adding spanish and turkish translations

### Patch Changes

- Updated dependencies [[`60b5eff`](https://github.com/pluginpal/strapi-webtools/commit/60b5eff18795afd173a57380a87767fc29d06b3d), [`d620caa`](https://github.com/pluginpal/strapi-webtools/commit/d620caa4d42b409e87fd604d88e99d23ac6e985a)]:
- @pluginpal/webtools-core@1.0.0-beta.12

## 1.0.0-beta.6

### Major 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.6",
"version": "1.0.0-beta.7",
"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.11",
"@pluginpal/webtools-core": "1.0.0-beta.12",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^5.2.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.12

### Minor Changes

- [#154](https://github.com/pluginpal/strapi-webtools/pull/154) [`60b5eff`](https://github.com/pluginpal/strapi-webtools/commit/60b5eff18795afd173a57380a87767fc29d06b3d) Thanks [@TMSchipper](https://github.com/TMSchipper)! - Fix issue with not loading url patterns when there is an empty array

- [#151](https://github.com/pluginpal/strapi-webtools/pull/151) [`d620caa`](https://github.com/pluginpal/strapi-webtools/commit/d620caa4d42b409e87fd604d88e99d23ac6e985a) Thanks [@SalahAdDin](https://github.com/SalahAdDin)! - Adding spanish and turkish translations

## 1.0.0-beta.11

### Minor 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.11",
"version": "1.0.0-beta.12",
"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 @@ -3439,7 +3439,7 @@ __metadata:
react-router-dom: "npm:^5.2.0"
styled-components: "npm:5.3.3"
peerDependencies:
"@pluginpal/webtools-core": 1.0.0-beta.11
"@pluginpal/webtools-core": 1.0.0-beta.12
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^5.2.0
Expand All @@ -3458,7 +3458,7 @@ __metadata:
react-router-dom: "npm:^5.2.0"
styled-components: "npm:5.3.3"
peerDependencies:
"@pluginpal/webtools-core": 1.0.0-beta.11
"@pluginpal/webtools-core": 1.0.0-beta.12
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 @@ -3492,7 +3492,7 @@ __metadata:
styled-components: "npm:5.3.3"
xml2js: "npm:^0.5.0"
peerDependencies:
"@pluginpal/webtools-core": 1.0.0-beta.11
"@pluginpal/webtools-core": 1.0.0-beta.12
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^5.2.0
Expand Down

0 comments on commit f0ef406

Please sign in to comment.