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: 9 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.1.2",
"version": "0.2.0",
"description": "An unplugin for importing SVGs as components with sprite sheet support",
"keywords": [
"svg",
Expand Down
Loading