Skip to content

Commit 7391059

Browse files
chore: version packages for release
1 parent c8bbba9 commit 7391059

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/funny-moose-agree.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/plugin-init-typescript-five.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @strapi/sdk-plugin
22

3+
## 6.0.2
4+
5+
### Patch Changes
6+
7+
- [#117](https://github.com/strapi/sdk-plugin/pull/117) [`6a61df0`](https://github.com/strapi/sdk-plugin/commit/6a61df07c743fb27158eac2b7092ac62fba16f5f) Thanks [@jhoward1994](https://github.com/jhoward1994)! - include all source files for type declaration
8+
9+
- [#123](https://github.com/strapi/sdk-plugin/pull/123) [`c8bbba9`](https://github.com/strapi/sdk-plugin/commit/c8bbba9da74f96251af7db5fe26a852d32a2d163) Thanks [@jhoward1994](https://github.com/jhoward1994)! - Pin generated plugin devDependencies `typescript` and `@strapi/typescript-utils` to `^5` so install succeeds with Strapi 5 (avoids resolving TypeScript 6, which conflicts with `react-intl@6` peerOptional range).
10+
311
## 6.0.1
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/sdk-plugin",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Simple tools for developing Strapi plugins",
55
"keywords": [
66
"strapi",

0 commit comments

Comments
 (0)