Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/commander-15-esm.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-oranges-hang.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/swift-ferrets-climb.md

This file was deleted.

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

## 6.2.0

### Minor Changes

- [#149](https://github.com/strapi/sdk-plugin/pull/149) [`80be995`](https://github.com/strapi/sdk-plugin/commit/80be9950317d8f83d1a4fbd57b2a785bef2117bb) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump @vitejs/plugin-react from 4.7.0 to 5.2.0

fix: resolve ESM default exports for `@vitejs/plugin-react` and dynamic `import()` usage so admin plugin builds and unit tests load the React Vite plugin correctly

chore: raise minimum Node.js version to `^20.19.0 || >=22.12.0` to match `@vitejs/plugin-react@5` requirements

### Patch Changes

- [#174](https://github.com/strapi/sdk-plugin/pull/174) [`757a69d`](https://github.com/strapi/sdk-plugin/commit/757a69d3f85f15df0340ad95baa09f9c3af8fe5b) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump commander from 14.0.3 to 15.0.0

fix: load ESM-only commander 15 via a dynamic `import()` so the CJS CLI bundle and Jest tests work across the Node 22/24/26 matrix

- [#183](https://github.com/strapi/sdk-plugin/pull/183) [`a61ba36`](https://github.com/strapi/sdk-plugin/commit/a61ba369e485812bfa9ee731c71390d7c5d026bb) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump @swc/core from 1.15.40 to 1.15.41

## 6.1.1

### 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": "6.1.1",
"version": "6.2.0",
"description": "Simple tools for developing Strapi plugins",
"keywords": [
"strapi",
Expand Down