From d29f1bb7558f855529fbee14775544098265a493 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 14:43:15 +0000 Subject: [PATCH] Prepare Release v0.1.2 using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 11 +++++++++++ plugin/package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index d5a4824..5d71b68 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@svg-jar/plugin": { "impact": "patch", - "oldVersion": "0.1.0", - "newVersion": "0.1.1", + "oldVersion": "0.1.1", + "newVersion": "0.1.2", "tagName": "latest", "constraints": [ { @@ -14,5 +14,5 @@ "pkgJSONPath": "./plugin/package.json" } }, - "description": "## Release (2026-04-22)\n\n* @svg-jar/plugin 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `@svg-jar/plugin`\n * [#3](https://github.com/svg-jar/plugin/pull/3) Fix Firefox bug: when a sprite sheet has display:none, linearGradient does not render correctly ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 861185a..872a08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2026-05-23) + +* @svg-jar/plugin 0.1.2 (patch) + +#### :bug: Bug Fix +* `@svg-jar/plugin` + * [#5](https://github.com/svg-jar/plugin/pull/5) Use SVGSVGElement for Ember types ([@mogstad](https://github.com/mogstad)) + +#### Committers: 1 +- Bjarne Mogstad ([@mogstad](https://github.com/mogstad)) + ## Release (2026-04-22) * @svg-jar/plugin 0.1.1 (patch) diff --git a/plugin/package.json b/plugin/package.json index 96d9eaa..d811a51 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@svg-jar/plugin", - "version": "0.1.1", + "version": "0.1.2", "description": "An unplugin for importing SVGs as components with sprite sheet support", "keywords": [ "svg",