Skip to content

Commit fc8dc1e

Browse files
Prepare Release v0.7.4 using 'release-plan' (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 72367ab commit fc8dc1e

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"html-validate-ember": {
44
"impact": "patch",
5-
"oldVersion": "0.7.2",
6-
"newVersion": "0.7.3",
5+
"oldVersion": "0.7.3",
6+
"newVersion": "0.7.4",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
17-
"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"
17+
"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"
1818
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## Release (2026-05-21)
4+
5+
* html-validate-ember 0.7.4 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `html-validate-ember`
9+
* [#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))
10+
* [#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))
11+
* [#43](https://github.com/johanrd/html-validate-ember/pull/43) Resolve component structural root through built-package exports ([@johanrd](https://github.com/johanrd))
12+
13+
#### Committers: 1
14+
- Johan Røed ([@johanrd](https://github.com/johanrd))
15+
316
## Release (2026-05-20)
417

518
* html-validate-ember 0.7.3 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-validate-ember",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "html-validate transformer for Ember .gts (Glimmer) templates",
55
"keywords": [
66
"html-validate",

0 commit comments

Comments
 (0)