Skip to content

Commit 21ac3e4

Browse files
MelSumnergithub-actions[bot]
authored andcommitted
Prepare Release v7.1.3 using 'release-plan'
1 parent 5975d7b commit 21ac3e4

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
"solution": {
33
"ember-a11y-testing": {
44
"impact": "patch",
5-
"oldVersion": "7.1.1",
6-
"newVersion": "7.1.2",
5+
"oldVersion": "7.1.2",
6+
"newVersion": "7.1.3",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :memo: Documentation"
12-
},
139
{
1410
"impact": "patch",
1511
"reason": "Appears in changelog section :house: Internal"
@@ -18,5 +14,5 @@
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
21-
"description": "## Release (2025-04-09)\n\n* ember-a11y-testing 7.1.2 (patch)\n\n#### :memo: Documentation\n* `ember-a11y-testing`\n * [#594](https://github.com/ember-a11y/ember-a11y-testing/pull/594) [documentation] update changelog for v7.1.1 ([@MelSumner](https://github.com/MelSumner))\n\n#### :house: Internal\n* `ember-a11y-testing`\n * [#600](https://github.com/ember-a11y/ember-a11y-testing/pull/600) [internal] adding 4.4 try scenario back in ([@MelSumner](https://github.com/MelSumner))\n * [#596](https://github.com/ember-a11y/ember-a11y-testing/pull/596) [internal] tidy up ([@MelSumner](https://github.com/MelSumner))\n * [#598](https://github.com/ember-a11y/ember-a11y-testing/pull/598) [internal] set up release-plan ([@mansona](https://github.com/mansona))\n * [#597](https://github.com/ember-a11y/ember-a11y-testing/pull/597) [internal] move from yarn to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))\n"
17+
"description": "## Release (2025-05-07)\n\n* ember-a11y-testing 7.1.3 (patch)\n\n#### :house: Internal\n* `ember-a11y-testing`\n * [#603](https://github.com/ember-a11y/ember-a11y-testing/pull/603) refactor(styles): move global styles to dedicated globals.scss file ([@lem0n4id](https://github.com/lem0n4id))\n * [#601](https://github.com/ember-a11y/ember-a11y-testing/pull/601) convert render tests tests to gts ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Lenin Kennedy ([@lem0n4id](https://github.com/lem0n4id))\n"
2218
}

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 (2025-05-07)
4+
5+
* ember-a11y-testing 7.1.3 (patch)
6+
7+
#### :house: Internal
8+
* `ember-a11y-testing`
9+
* [#603](https://github.com/ember-a11y/ember-a11y-testing/pull/603) refactor(styles): move global styles to dedicated globals.scss file ([@lem0n4id](https://github.com/lem0n4id))
10+
* [#601](https://github.com/ember-a11y/ember-a11y-testing/pull/601) convert render tests tests to gts ([@mansona](https://github.com/mansona))
11+
12+
#### Committers: 2
13+
- Chris Manson ([@mansona](https://github.com/mansona))
14+
- Lenin Kennedy ([@lem0n4id](https://github.com/lem0n4id))
15+
316
## Release (2025-04-09)
417

518
* ember-a11y-testing 7.1.2 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-a11y-testing",
3-
"version": "7.1.2",
3+
"version": "7.1.3",
44
"description": "Accessibility testing for Ember applications",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)