Skip to content

Commit

Permalink
Merge pull request #83 from pluginpal/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages (beta)
  • Loading branch information
boazpoolman authored Dec 19, 2023
2 parents c1f699e + c50f114 commit 62a5425
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
"@pluginpal/webtools-core": "1.0.0-beta.0",
"@pluginpal/webtools-helper-plugin": "1.0.0-beta.0"
},
"changesets": []
"changesets": [
"dirty-books-fail",
"mighty-spoons-stare",
"pink-poets-fold"
]
}
29 changes: 29 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# @pluginpal/webtools-core

## 1.0.0-beta.1

### Major Changes

- 01b242c: Beta release! :tada:

**Migration**
Refer to the migration guide when updating from `alpha` to `beta`.

**Changes**

- The plugin was renamed from 'URL alias' to 'Webtools'
- The API endpoints got renamed as well
- Refactored the repository into a monorepo
- Native relations (#43)
- Give API permissions to the public UP role by default (#22)

**Chores**

- Better automated testing
- Stricter linting rules

### Patch Changes

- b9d7aa6: Updated `transformResponse` strategy for usage with Strapi 4.15
- Updated dependencies [e7d270c]
- @pluginpal/webtools-helper-plugin@1.0.0-beta.1
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.0",
"version": "1.0.0-beta.1",
"description": "This is the description of the plugin.",
"strapi": {
"name": "webtools",
Expand All @@ -23,7 +23,7 @@
"react": "^18"
},
"dependencies": {
"@pluginpal/webtools-helper-plugin": "1.0.0-beta.0",
"@pluginpal/webtools-helper-plugin": "1.0.0-beta.1",
"react-copy-to-clipboard": "^5.1.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/helper-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @pluginpal/webtools-helper-plugin

## 1.0.0-beta.1

### Major Changes

- e7d270c: Initial release! :tada:
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.0",
"version": "1.0.0-beta.1",
"description": "This is the description of the plugin.",
"strapi": {
"name": "webtools",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3735,7 +3735,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@pluginpal/webtools-core@workspace:packages/core"
dependencies:
"@pluginpal/webtools-helper-plugin": "npm:1.0.0-beta.0"
"@pluginpal/webtools-helper-plugin": "npm:1.0.0-beta.1"
react-copy-to-clipboard: "npm:^5.1.0"
strapi-typed: "npm:^1.0.16"
peerDependencies:
Expand All @@ -3744,7 +3744,7 @@ __metadata:
languageName: unknown
linkType: soft

"@pluginpal/webtools-helper-plugin@npm:1.0.0-beta.0, @pluginpal/webtools-helper-plugin@workspace:packages/helper-plugin":
"@pluginpal/webtools-helper-plugin@npm:1.0.0-beta.1, @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 62a5425

Please sign in to comment.