Skip to content

Commit

Permalink
Merge branch 'fix/build-error' of https://github.com/strapi/sdk-plugin
Browse files Browse the repository at this point in the history
…into fix/build-error
  • Loading branch information
innerdvations committed May 20, 2024
2 parents 26fe899 + e02ebf2 commit fa6672d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"@strapi/sdk-plugin": "5.0.0-beta.6"
},
"changesets": [
"quick-cheetahs-cover"
"quick-cheetahs-cover",
"smart-days-jump"
]
}
5 changes: 5 additions & 0 deletions .changeset/smart-days-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@strapi/sdk-plugin': patch
---

various fixes
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @strapi/sdk-plugin

## 5.0.0-beta.8

### Patch Changes

- [`6fb61d9`](https://github.com/strapi/sdk-plugin/commit/6fb61d900bb3a79c3fdbb283a19ab874b9257f19) Thanks [@joshuaellis](https://github.com/joshuaellis)! - various fixes

## 5.0.0-beta.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/sdk-plugin",
"version": "5.0.0-beta.7",
"version": "5.0.0-beta.8",
"description": "Simple tools for developing Strapi plugins",
"keywords": [
"strapi",
Expand Down

0 comments on commit fa6672d

Please sign in to comment.