Skip to content

Commit f558d2a

Browse files
chore: version packages for release
1 parent 209eae4 commit f558d2a

5 files changed

Lines changed: 15 additions & 20 deletions

File tree

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

CHANGELOG.md

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

3+
## 6.0.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
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.
10+
11+
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.
12+
13+
- [#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
14+
15+
- [#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).
16+
317
## 6.0.1
418

519
### 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)