Skip to content

Commit 600d864

Browse files
chore: version packages for release
1 parent b844cc1 commit 600d864

7 files changed

Lines changed: 21 additions & 30 deletions

.changeset/early-islands-bake.md

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

.changeset/fix-type-declarations-for-custom-exports.md

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

.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.

.changeset/silver-shoes-fly.md

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

CHANGELOG.md

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

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- [#116](https://github.com/strapi/sdk-plugin/pull/116) [`b844cc1`](https://github.com/strapi/sdk-plugin/commit/b844cc1d01944587bc38874ce83bc0d218e5675e) Thanks [@Leptopoda](https://github.com/Leptopoda)! - remove maximum node version from engines to allow node 24
8+
9+
### Patch Changes
10+
11+
- [#124](https://github.com/strapi/sdk-plugin/pull/124) [`eb33a92`](https://github.com/strapi/sdk-plugin/commit/eb33a92f8635fc2672ee48656dfbbe4eaf4cd70b) Thanks [@boazpoolman](https://github.com/boazpoolman)! - chore: update dependencies
12+
13+
- [#121](https://github.com/strapi/sdk-plugin/pull/121) [`b8d289b`](https://github.com/strapi/sdk-plugin/commit/b8d289bfecb58995a75708b070fcce37fff6c5c5) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix type declarations not being generated for custom exports
14+
15+
Previously, only `./strapi-admin` and `./strapi-server` exports would produce `.d.ts` files when a `types` field was defined in `package.json`. Custom exports silently skipped type generation because no per-bundle tsconfig existed for them.
16+
17+
The build now falls back to the project root `tsconfig.build.json` or `tsconfig.json` when no per-bundle tsconfig is found, so any export with a `types` field will correctly emit type declarations.
18+
19+
- [#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
20+
21+
- [#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).
22+
323
## 6.0.1
424

525
### 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.1.0",
44
"description": "Simple tools for developing Strapi plugins",
55
"keywords": [
66
"strapi",

0 commit comments

Comments
 (0)