Skip to content
Open
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
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
"solution": {
"ember-a11y-testing": {
"impact": "patch",
"oldVersion": "7.1.1",
"newVersion": "7.1.2",
"oldVersion": "7.1.2",
"newVersion": "7.1.3",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -18,5 +14,5 @@
"pkgJSONPath": "./package.json"
}
},
"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"
"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"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Release (2025-05-07)

* ember-a11y-testing 7.1.3 (patch)

#### :house: Internal
* `ember-a11y-testing`
* [#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))
* [#601](https://github.com/ember-a11y/ember-a11y-testing/pull/601) convert render tests tests to gts ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Lenin Kennedy ([@lem0n4id](https://github.com/lem0n4id))

## Release (2025-04-09)

* ember-a11y-testing 7.1.2 (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": "ember-a11y-testing",
"version": "7.1.2",
"version": "7.1.3",
"description": "Accessibility testing for Ember applications",
"keywords": [
"ember-addon",
Expand Down