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
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -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"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down