diff --git a/.release-plan.json b/.release-plan.json index 1aa50f43..ac4eed54 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -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" @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e3aab1..e9641b74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2feaa8ad..54973a69 100644 --- a/package.json +++ b/package.json @@ -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",