From 8fe5e7fa2f8ac6a16cab8e3a6c2e231b199af753 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:25:16 +0000 Subject: [PATCH] Prepare Release v0.2.0 using 'release-plan' --- .release-plan.json | 14 +++++++++----- CHANGELOG.md | 16 ++++++++++++++++ plugin/package.json | 2 +- 3 files changed, 26 insertions(+), 6 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 5d71b68..af5aecc 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,22 @@ { "solution": { "@svg-jar/plugin": { - "impact": "patch", - "oldVersion": "0.1.1", - "newVersion": "0.1.2", + "impact": "minor", + "oldVersion": "0.1.2", + "newVersion": "0.2.0", "tagName": "latest", "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./plugin/package.json" } }, - "description": "## Release (2026-05-23)\n\n* @svg-jar/plugin 0.1.2 (patch)\n\n#### :bug: Bug Fix\n* `@svg-jar/plugin`\n * [#5](https://github.com/svg-jar/plugin/pull/5) Use SVGSVGElement for Ember types ([@mogstad](https://github.com/mogstad))\n\n#### Committers: 1\n- Bjarne Mogstad ([@mogstad](https://github.com/mogstad))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 872a08b..b4b927a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2026-07-23) + +* @svg-jar/plugin 0.2.0 (minor) + +#### :rocket: Enhancement +* `@svg-jar/plugin` + * [#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)) + +#### :house: Internal +* `@svg-jar/plugin` + * [#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)) + +#### Committers: 2 +- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) +- Liam ([@evoactivity](https://github.com/evoactivity)) + ## Release (2026-05-23) * @svg-jar/plugin 0.1.2 (patch) diff --git a/plugin/package.json b/plugin/package.json index 416aa40..35fd14b 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@svg-jar/plugin", - "version": "0.1.2", + "version": "0.2.0", "description": "An unplugin for importing SVGs as components with sprite sheet support", "keywords": [ "svg",