From b681f2634fca37ace1360573c8ae75049d167edc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:40:32 +0000 Subject: [PATCH] Prepare Release v0.2.1 using 'release-plan' --- .release-plan.json | 14 +++++--------- CHANGELOG.md | 14 ++++++++++++++ plugin/package.json | 2 +- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index af5aecc..ae02686 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,22 +1,18 @@ { "solution": { "@svg-jar/plugin": { - "impact": "minor", - "oldVersion": "0.1.2", - "newVersion": "0.2.0", + "impact": "patch", + "oldVersion": "0.2.0", + "newVersion": "0.2.1", "tagName": "latest", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./plugin/package.json" } }, - "description": "## Release (2026-07-23)\n\n* @svg-jar/plugin 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@svg-jar/plugin`\n * [#9](https://github.com/svg-jar/plugin/pull/9) Add tsdown example project; fix Rolldown sprite assembly and declaration output ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### :house: Internal\n* `@svg-jar/plugin`\n * [#10](https://github.com/svg-jar/plugin/pull/10) Update magic-string to 1.1.0 and @eksml/xml to 0.2.0 ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 2\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- Liam ([@evoactivity](https://github.com/evoactivity))\n" + "description": "## Release (2026-07-28)\n\n* @svg-jar/plugin 0.2.1 (patch)\n\n#### :bug: Bug Fix\n* `@svg-jar/plugin`\n * [#12](https://github.com/svg-jar/plugin/pull/12) Fix SOURCEMAP_BROKEN warnings: return an empty sourcemap from the transform hook ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#13](https://github.com/svg-jar/plugin/pull/13) Update Node.js version matrix in CI workflow ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b927a..0a00682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## Release (2026-07-28) + +* @svg-jar/plugin 0.2.1 (patch) + +#### :bug: Bug Fix +* `@svg-jar/plugin` + * [#12](https://github.com/svg-jar/plugin/pull/12) Fix SOURCEMAP_BROKEN warnings: return an empty sourcemap from the transform hook ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* [#13](https://github.com/svg-jar/plugin/pull/13) Update Node.js version matrix in CI workflow ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2026-07-23) * @svg-jar/plugin 0.2.0 (minor) diff --git a/plugin/package.json b/plugin/package.json index 35fd14b..a859489 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@svg-jar/plugin", - "version": "0.2.0", + "version": "0.2.1", "description": "An unplugin for importing SVGs as components with sprite sheet support", "keywords": [ "svg",