Skip to content

Commit b002a5e

Browse files
authored
Merge pull request #97 from pluginpal/changeset-release/master
Version Packages (beta)
2 parents e7bc7eb + 6bf5bce commit b002a5e

File tree

12 files changed

+81
-14
lines changed

12 files changed

+81
-14
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@
99
"@pluginpal/webtools-helper-plugin": "1.0.0-beta.0"
1010
},
1111
"changesets": [
12+
"calm-geese-dream",
1213
"dirty-books-fail",
14+
"grumpy-terms-smoke",
15+
"happy-shirts-act",
16+
"lucky-tomatoes-breathe",
1317
"mighty-spoons-stare",
1418
"ninety-gorillas-dress",
1519
"pink-poets-fold",
1620
"short-zoos-argue",
21+
"wet-bats-battle",
1722
"witty-plants-type"
1823
]
1924
}

packages/addons/menus/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @pluginpal/webtools-addon-menus
2+
3+
## 0.0.1-beta.0
4+
5+
### Patch Changes
6+
7+
- feb9d87: Removed redundant files from the npm builds
8+
- e5ba503: Add an MIT license file
9+
- dee1907: Fix issue with the admin translations
10+
- Updated dependencies [0b32de2]
11+
- Updated dependencies [feb9d87]
12+
- Updated dependencies [d7be9d5]
13+
- Updated dependencies [e5ba503]
14+
- Updated dependencies [dee1907]
15+
- @pluginpal/webtools-core@1.0.0-beta.5

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": "0.0.0",
3+
"version": "0.0.1-beta.0",
44
"private": true,
55
"description": "This is the description of the plugin.",
66
"strapi": {
@@ -22,7 +22,7 @@
2222
"eslint:fix": "../../../node_modules/.bin/eslint --fix './**/*.{js,jsx,ts,tsx}'"
2323
},
2424
"peerDependencies": {
25-
"@pluginpal/webtools-core": "*"
25+
"@pluginpal/webtools-core": "1.0.0-beta.5"
2626
},
2727
"author": {
2828
"name": "TODO"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @pluginpal/webtools-addon-redirects
2+
3+
## 0.0.1-beta.0
4+
5+
### Patch Changes
6+
7+
- feb9d87: Removed redundant files from the npm builds
8+
- dee1907: Fix issue with the admin translations
9+
- Updated dependencies [0b32de2]
10+
- Updated dependencies [feb9d87]
11+
- Updated dependencies [d7be9d5]
12+
- Updated dependencies [e5ba503]
13+
- Updated dependencies [dee1907]
14+
- @pluginpal/webtools-core@1.0.0-beta.5

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": "0.0.0",
3+
"version": "0.0.1-beta.0",
44
"private": true,
55
"description": "This is the description of the plugin.",
66
"strapi": {
@@ -22,7 +22,7 @@
2222
"eslint:fix": "../../../node_modules/.bin/eslint --fix './**/*.{js,jsx,ts,tsx}'"
2323
},
2424
"peerDependencies": {
25-
"@pluginpal/webtools-core": "*"
25+
"@pluginpal/webtools-core": "1.0.0-beta.5"
2626
},
2727
"author": {
2828
"name": "TODO"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @pluginpal/webtools-addon-sitemap
2+
3+
## 0.0.1-beta.0
4+
5+
### Patch Changes
6+
7+
- feb9d87: Removed redundant files from the npm builds
8+
- e5ba503: Add an MIT license file
9+
- dee1907: Fix issue with the admin translations
10+
- Updated dependencies [0b32de2]
11+
- Updated dependencies [feb9d87]
12+
- Updated dependencies [d7be9d5]
13+
- Updated dependencies [e5ba503]
14+
- Updated dependencies [dee1907]
15+
- @pluginpal/webtools-core@1.0.0-beta.5

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": "0.0.0",
3+
"version": "0.0.1-beta.0",
44
"private": true,
55
"description": "This is the description of the plugin.",
66
"strapi": {
@@ -23,7 +23,7 @@
2323
"eslint:fix": "../../../node_modules/.bin/eslint --fix './**/*.{js,jsx,ts,tsx}'"
2424
},
2525
"peerDependencies": {
26-
"@pluginpal/webtools-core": "*",
26+
"@pluginpal/webtools-core": "1.0.0-beta.5",
2727
"redux": "*"
2828
},
2929
"dependencies": {

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @pluginpal/webtools-core
22

3+
## 1.0.0-beta.5
4+
5+
### Patch Changes
6+
7+
- 0b32de2: Fix issue with path generation (#96)
8+
- feb9d87: Removed redundant files from the npm builds
9+
- d7be9d5: Remove strapi-typed from the devDependencies
10+
- e5ba503: Add an MIT license file
11+
- dee1907: Fix issue with the admin translations
12+
- Updated dependencies [e5ba503]
13+
- @pluginpal/webtools-helper-plugin@1.0.0-beta.2
14+
315
## 1.0.0-beta.4
416

517
### Patch Changes

packages/core/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-core",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"description": "This is the description of the plugin.",
55
"strapi": {
66
"name": "webtools",
@@ -23,7 +23,7 @@
2323
"react": "^17 || ^18"
2424
},
2525
"dependencies": {
26-
"@pluginpal/webtools-helper-plugin": "1.0.0-beta.1",
26+
"@pluginpal/webtools-helper-plugin": "1.0.0-beta.2",
2727
"react-copy-to-clipboard": "^5.1.0"
2828
},
2929
"author": {

packages/helper-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pluginpal/webtools-helper-plugin
22

3+
## 1.0.0-beta.2
4+
5+
### Patch Changes
6+
7+
- e5ba503: Add an MIT license file
8+
39
## 1.0.0-beta.1
410

511
### Major Changes

0 commit comments

Comments
 (0)