Skip to content

Commit 644b59b

Browse files
authored
Merge pull request #406 from ember-a11y/release-preview
Prepare Release v5.0.0
2 parents 282d267 + 7feabda commit 644b59b

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

.release-plan.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"solution": {
3+
"ember-a11y-refocus": {
4+
"impact": "major",
5+
"oldVersion": "4.1.4",
6+
"newVersion": "5.0.0",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
}
13+
],
14+
"pkgJSONPath": "./addon/package.json"
15+
}
16+
},
17+
"description": "## Release (2025-06-13)\n\n* ember-a11y-refocus 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-a11y-refocus`\n * [#390](https://github.com/ember-a11y/ember-a11y-refocus/pull/390) breaking: conversion to v2 addon format ([@aklkv](https://github.com/aklkv))\n\n#### :house: Internal\n* [#405](https://github.com/ember-a11y/ember-a11y-refocus/pull/405) Add release-plan to addon ([@MelSumner](https://github.com/MelSumner))\n* [#398](https://github.com/ember-a11y/ember-a11y-refocus/pull/398) fix: pnpm `verify-deps-before-run=install ` flag ([@aklkv](https://github.com/aklkv))\n* [#401](https://github.com/ember-a11y/ember-a11y-refocus/pull/401) tests: Add tests for partial transition ([@KamiKillertO](https://github.com/KamiKillertO))\n\n#### Committers: 3\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n- Benjamin JEGARD ([@KamiKillertO](https://github.com/KamiKillertO))\n- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))\n"
18+
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11
# Changelog
2+
3+
## Release (2025-06-13)
4+
5+
* ember-a11y-refocus 5.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-a11y-refocus`
9+
* [#390](https://github.com/ember-a11y/ember-a11y-refocus/pull/390) breaking: conversion to v2 addon format ([@aklkv](https://github.com/aklkv))
10+
11+
#### :house: Internal
12+
* [#405](https://github.com/ember-a11y/ember-a11y-refocus/pull/405) Add release-plan to addon ([@MelSumner](https://github.com/MelSumner))
13+
* [#398](https://github.com/ember-a11y/ember-a11y-refocus/pull/398) fix: pnpm `verify-deps-before-run=install ` flag ([@aklkv](https://github.com/aklkv))
14+
* [#401](https://github.com/ember-a11y/ember-a11y-refocus/pull/401) tests: Add tests for partial transition ([@KamiKillertO](https://github.com/KamiKillertO))
15+
16+
#### Committers: 3
17+
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
18+
- Benjamin JEGARD ([@KamiKillertO](https://github.com/KamiKillertO))
19+
- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))

addon/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-refocus",
3-
"version": "4.1.4",
3+
"version": "5.0.0",
44
"description": "accessibility addon to announce route change, reset focus, and provide a skip link",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)