Skip to content

Commit

Permalink
Merge pull request #155 from pluginpal/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages (beta)
  • Loading branch information
boazpoolman authored Aug 3, 2024
2 parents e4bbbca + 5289146 commit 16af956
Show file tree
Hide file tree
Showing 10 changed files with 41 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 @@ -33,6 +33,7 @@
"modern-wolves-sing",
"ninety-gorillas-dress",
"old-worms-hear",
"olive-flowers-nail",
"pink-poets-fold",
"plenty-forks-lay",
"polite-ears-hope",
Expand All @@ -42,6 +43,7 @@
"stale-parents-invent",
"twelve-taxis-fail",
"wet-bats-battle",
"wet-sloths-hunt",
"witty-plants-type"
]
}
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.8

### Patch Changes

- Updated dependencies [[`e5c0587`](https://github.com/pluginpal/strapi-webtools/commit/e5c058758087c9d878ab7f40466672b340731e99)]:
- @pluginpal/webtools-core@1.0.0-beta.13

## 1.0.0-beta.7

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

### Patch Changes

- Updated dependencies [[`e5c0587`](https://github.com/pluginpal/strapi-webtools/commit/e5c058758087c9d878ab7f40466672b340731e99)]:
- @pluginpal/webtools-core@1.0.0-beta.13

## 1.0.0-beta.7

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

### Patch Changes

- [#156](https://github.com/pluginpal/strapi-webtools/pull/156) [`9c6ab7d`](https://github.com/pluginpal/strapi-webtools/commit/9c6ab7d92247ce4e616679c49363e7f2275119f2) Thanks [@boazpoolman](https://github.com/boazpoolman)! - Check if a hostname is present before building the sitemap stream

- Updated dependencies [[`e5c0587`](https://github.com/pluginpal/strapi-webtools/commit/e5c058758087c9d878ab7f40466672b340731e99)]:
- @pluginpal/webtools-core@1.0.0-beta.13

## 1.0.0-beta.7

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

## 1.0.0-beta.13

### Minor Changes

- [#147](https://github.com/pluginpal/strapi-webtools/pull/147) [`e5c0587`](https://github.com/pluginpal/strapi-webtools/commit/e5c058758087c9d878ab7f40466672b340731e99) Thanks [@MSACC](https://github.com/MSACC)! - Extended query decorator functionality to handle deleteMany (#140) and clone (#138)

## 1.0.0-beta.12

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

Please sign in to comment.