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
18 changes: 18 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"solution": {
"@svg-jar/plugin": {
"impact": "minor",
"oldVersion": "0.0.1",
"newVersion": "0.1.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./plugin/package.json"
}
},
"description": "## Release (2026-04-22)\n\n* @svg-jar/plugin 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@svg-jar/plugin`\n * [#2](https://github.com/svg-jar/plugin/pull/2) Add embedded sprite option for animations and font-face support ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2026-04-22)

* @svg-jar/plugin 0.1.0 (minor)

#### :rocket: Enhancement
* `@svg-jar/plugin`
* [#2](https://github.com/svg-jar/plugin/pull/2) Add embedded sprite option for animations and font-face support ([@evoactivity](https://github.com/evoactivity))

#### Committers: 1
- Liam ([@evoactivity](https://github.com/evoactivity))

## Version 0.0.1 (2026-04-20)

- Initial release of the SVG Jar plugin
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.0.1",
"version": "0.1.0",
"description": "An unplugin for importing SVGs as components with sprite sheet support",
"keywords": [
"svg",
Expand Down