From 0eae5af76bab3fd93ddd5cb681d4cefefb5887ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 14:34:47 +0000 Subject: [PATCH] chore: version packages for release --- .changeset/commander-15-esm.md | 7 ------- .changeset/slow-oranges-hang.md | 5 ----- .changeset/swift-ferrets-climb.md | 9 --------- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 5 files changed, 19 insertions(+), 22 deletions(-) delete mode 100644 .changeset/commander-15-esm.md delete mode 100644 .changeset/slow-oranges-hang.md delete mode 100644 .changeset/swift-ferrets-climb.md diff --git a/.changeset/commander-15-esm.md b/.changeset/commander-15-esm.md deleted file mode 100644 index e518e93..0000000 --- a/.changeset/commander-15-esm.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@strapi/sdk-plugin": patch ---- - -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 diff --git a/.changeset/slow-oranges-hang.md b/.changeset/slow-oranges-hang.md deleted file mode 100644 index 7c9dad4..0000000 --- a/.changeset/slow-oranges-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@strapi/sdk-plugin": patch ---- - -chore(deps): bump @swc/core from 1.15.40 to 1.15.41 diff --git a/.changeset/swift-ferrets-climb.md b/.changeset/swift-ferrets-climb.md deleted file mode 100644 index b2695c8..0000000 --- a/.changeset/swift-ferrets-climb.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@strapi/sdk-plugin": minor ---- - -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 00562ee..1538b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 268f564..a948c2c 100644 --- a/package.json +++ b/package.json @@ -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",