From d7a1c673d23cf1f68be6ea16342e9e57fa5d1ec7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 23:04:51 +0000 Subject: [PATCH] Prepare Release v0.7.4 using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index b06f336..08631b5 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "html-validate-ember": { "impact": "patch", - "oldVersion": "0.7.2", - "newVersion": "0.7.3", + "oldVersion": "0.7.3", + "newVersion": "0.7.4", "tagName": "latest", "constraints": [ { @@ -14,5 +14,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-05-20)\n\n* html-validate-ember 0.7.3 (patch)\n\n#### :bug: Bug Fix\n* `html-validate-ember`\n * [#41](https://github.com/johanrd/html-validate-ember/pull/41) Closes [#38](https://github.com/johanrd/html-validate-ember/issues/38): suppress technique-rule FPs per-element, not file-wide ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- Johan Røed ([@johanrd](https://github.com/johanrd))\n" + "description": "## Release (2026-05-21)\n\n* html-validate-ember 0.7.4 (patch)\n\n#### :bug: Bug Fix\n* `html-validate-ember`\n * [#45](https://github.com/johanrd/html-validate-ember/pull/45) Resolve re-yielded block-param curried sub-components (fix wcag/h71 FP) ([@johanrd](https://github.com/johanrd))\n * [#46](https://github.com/johanrd/html-validate-ember/pull/46) Suppress no-Glint element-permitted-content FPs on dotted table cells ([@johanrd](https://github.com/johanrd))\n * [#43](https://github.com/johanrd/html-validate-ember/pull/43) Resolve component structural root through built-package exports ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- Johan Røed ([@johanrd](https://github.com/johanrd))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 63bc751..9033170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## Release (2026-05-21) + +* html-validate-ember 0.7.4 (patch) + +#### :bug: Bug Fix +* `html-validate-ember` + * [#45](https://github.com/johanrd/html-validate-ember/pull/45) Resolve re-yielded block-param curried sub-components (fix wcag/h71 FP) ([@johanrd](https://github.com/johanrd)) + * [#46](https://github.com/johanrd/html-validate-ember/pull/46) Suppress no-Glint element-permitted-content FPs on dotted table cells ([@johanrd](https://github.com/johanrd)) + * [#43](https://github.com/johanrd/html-validate-ember/pull/43) Resolve component structural root through built-package exports ([@johanrd](https://github.com/johanrd)) + +#### Committers: 1 +- Johan Røed ([@johanrd](https://github.com/johanrd)) + ## Release (2026-05-20) * html-validate-ember 0.7.3 (patch) diff --git a/package.json b/package.json index e0e9e64..1a9db7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-validate-ember", - "version": "0.7.3", + "version": "0.7.4", "description": "html-validate transformer for Ember .gts (Glimmer) templates", "keywords": [ "html-validate",