Skip to content

Commit 8344e4c

Browse files
chore: version packages for release (#110)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cce52a6 commit 8344e4c

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

.changeset/early-cherries-leave.md

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

CHANGELOG.md

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

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- [#103](https://github.com/strapi/sdk-plugin/pull/103) [`cce52a6`](https://github.com/strapi/sdk-plugin/commit/cce52a69ce121bfd316dfdd8d1a483250e24c304) Thanks [@jhoward1994](https://github.com/jhoward1994)! - ### Breaking Changes
8+
9+
- Removed `@strapi/pack-up` dependency - build system now uses Vite v6 directly
10+
- `packup.config.ts` is no longer used (can be safely deleted)
11+
- Sourcemaps now default to `false` (use `--sourcemap` flag to enable)
12+
13+
### Migration
14+
15+
1. Delete `packup.config.ts` from your plugin (it's no longer read)
16+
2. If you need sourcemaps, add `--sourcemap` to your build command
17+
18+
### Why This Change?
19+
20+
- Resolves Vite security vulnerability (CVE) that existed in pack-up's dependencies
21+
- Simplifies the build system with direct Vite configuration
22+
- Reduces maintenance overhead by removing the pack-up abstraction layer
23+
324
## 5.4.0
425

526
### Minor 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": "5.4.0",
3+
"version": "6.0.0",
44
"description": "Simple tools for developing Strapi plugins",
55
"keywords": [
66
"strapi",

0 commit comments

Comments
 (0)