Skip to content

Commit

Permalink
Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 22, 2024
1 parent 8b6bd25 commit b21159e
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 14 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@
},
"changesets": [
"dirty-books-fail",
"grumpy-terms-smoke",
"happy-shirts-act",
"lucky-tomatoes-breathe",
"mighty-spoons-stare",
"ninety-gorillas-dress",
"pink-poets-fold",
"short-zoos-argue",
"wet-bats-battle",
"witty-plants-type"
]
}
14 changes: 14 additions & 0 deletions packages/addons/menus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @pluginpal/webtools-addon-menus

## 0.0.1-beta.0

### Patch Changes

- feb9d87: Removed redundant files from the npm builds
- e5ba503: Add an MIT license file
- dee1907: Fix issue with the admin translations
- Updated dependencies [feb9d87]
- Updated dependencies [d7be9d5]
- Updated dependencies [e5ba503]
- Updated dependencies [dee1907]
- @pluginpal/webtools-core@1.0.0-beta.5
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": "0.0.0",
"version": "0.0.1-beta.0",
"private": true,
"description": "This is the description of the plugin.",
"strapi": {
Expand All @@ -22,7 +22,7 @@
"eslint:fix": "../../../node_modules/.bin/eslint --fix './**/*.{js,jsx,ts,tsx}'"
},
"peerDependencies": {
"@pluginpal/webtools-core": "*"
"@pluginpal/webtools-core": "1.0.0-beta.5"
},
"author": {
"name": "TODO"
Expand Down
13 changes: 13 additions & 0 deletions packages/addons/redirects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @pluginpal/webtools-addon-redirects

## 0.0.1-beta.0

### Patch Changes

- feb9d87: Removed redundant files from the npm builds
- dee1907: Fix issue with the admin translations
- Updated dependencies [feb9d87]
- Updated dependencies [d7be9d5]
- Updated dependencies [e5ba503]
- Updated dependencies [dee1907]
- @pluginpal/webtools-core@1.0.0-beta.5
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": "0.0.0",
"version": "0.0.1-beta.0",
"private": true,
"description": "This is the description of the plugin.",
"strapi": {
Expand All @@ -22,7 +22,7 @@
"eslint:fix": "../../../node_modules/.bin/eslint --fix './**/*.{js,jsx,ts,tsx}'"
},
"peerDependencies": {
"@pluginpal/webtools-core": "*"
"@pluginpal/webtools-core": "1.0.0-beta.5"
},
"author": {
"name": "TODO"
Expand Down
14 changes: 14 additions & 0 deletions packages/addons/sitemap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @pluginpal/webtools-addon-sitemap

## 0.0.1-beta.0

### Patch Changes

- feb9d87: Removed redundant files from the npm builds
- e5ba503: Add an MIT license file
- dee1907: Fix issue with the admin translations
- Updated dependencies [feb9d87]
- Updated dependencies [d7be9d5]
- Updated dependencies [e5ba503]
- Updated dependencies [dee1907]
- @pluginpal/webtools-core@1.0.0-beta.5
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": "0.0.0",
"version": "0.0.1-beta.0",
"private": true,
"description": "This is the description of the plugin.",
"strapi": {
Expand All @@ -23,7 +23,7 @@
"eslint:fix": "../../../node_modules/.bin/eslint --fix './**/*.{js,jsx,ts,tsx}'"
},
"peerDependencies": {
"@pluginpal/webtools-core": "*",
"@pluginpal/webtools-core": "1.0.0-beta.5",
"redux": "*"
},
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pluginpal/webtools-core

## 1.0.0-beta.5

### Patch Changes

- feb9d87: Removed redundant files from the npm builds
- d7be9d5: Remove strapi-typed from the devDependencies
- e5ba503: Add an MIT license file
- dee1907: Fix issue with the admin translations
- Updated dependencies [e5ba503]
- @pluginpal/webtools-helper-plugin@1.0.0-beta.2

## 1.0.0-beta.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "1.0.0-beta.5",
"description": "This is the description of the plugin.",
"strapi": {
"name": "webtools",
Expand All @@ -23,7 +23,7 @@
"react": "^17 || ^18"
},
"dependencies": {
"@pluginpal/webtools-helper-plugin": "1.0.0-beta.1",
"@pluginpal/webtools-helper-plugin": "1.0.0-beta.2",
"react-copy-to-clipboard": "^5.1.0"
},
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/helper-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pluginpal/webtools-helper-plugin

## 1.0.0-beta.2

### Patch Changes

- e5ba503: Add an MIT license file

## 1.0.0-beta.1

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/helper-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluginpal/webtools-helper-plugin",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "This is the description of the plugin.",
"strapi": {
"name": "webtools",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3379,15 +3379,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@pluginpal/webtools-addon-menus@workspace:packages/addons/menus"
peerDependencies:
"@pluginpal/webtools-core": "*"
"@pluginpal/webtools-core": 1.0.0-beta.5
languageName: unknown
linkType: soft

"@pluginpal/webtools-addon-redirects@workspace:packages/addons/redirects":
version: 0.0.0-use.local
resolution: "@pluginpal/webtools-addon-redirects@workspace:packages/addons/redirects"
peerDependencies:
"@pluginpal/webtools-core": "*"
"@pluginpal/webtools-core": 1.0.0-beta.5
languageName: unknown
linkType: soft

Expand All @@ -3403,7 +3403,7 @@ __metadata:
sitemap: "npm:^7.1.0"
xml2js: "npm:^0.5.0"
peerDependencies:
"@pluginpal/webtools-core": "*"
"@pluginpal/webtools-core": 1.0.0-beta.5
redux: "*"
languageName: unknown
linkType: soft
Expand All @@ -3412,15 +3412,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@pluginpal/webtools-core@workspace:packages/core"
dependencies:
"@pluginpal/webtools-helper-plugin": "npm:1.0.0-beta.1"
"@pluginpal/webtools-helper-plugin": "npm:1.0.0-beta.2"
react-copy-to-clipboard: "npm:^5.1.0"
peerDependencies:
"@strapi/strapi": ^4
react: ^17 || ^18
languageName: unknown
linkType: soft

"@pluginpal/webtools-helper-plugin@npm:1.0.0-beta.1, @pluginpal/webtools-helper-plugin@workspace:packages/helper-plugin":
"@pluginpal/webtools-helper-plugin@npm:1.0.0-beta.2, @pluginpal/webtools-helper-plugin@workspace:packages/helper-plugin":
version: 0.0.0-use.local
resolution: "@pluginpal/webtools-helper-plugin@workspace:packages/helper-plugin"
languageName: unknown
Expand Down

0 comments on commit b21159e

Please sign in to comment.