Skip to content
Merged
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
14 changes: 5 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading