Skip to content

Commit 0f04cb5

Browse files
Merge pull request #795 from adopted-ember-addons/release-preview
Prepare Release v9.0.4
2 parents 968d5a1 + 2500598 commit 0f04cb5

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
"solution": {
33
"ember-keyboard": {
44
"impact": "patch",
5-
"oldVersion": "9.0.2",
6-
"newVersion": "9.0.3",
5+
"oldVersion": "9.0.3",
6+
"newVersion": "9.0.4",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
1612
}
1713
],
1814
"pkgJSONPath": "./addon/package.json"
1915
}
2016
},
21-
"description": "## Release (2025-08-22)\n\n* ember-keyboard 9.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-keyboard`\n * [#790](https://github.com/adopted-ember-addons/ember-keyboard/pull/790) Remove dependency on ember-modifier-manager-polyfill ([@wagenet](https://github.com/wagenet))\n\n#### :house: Internal\n* Other\n * [#791](https://github.com/adopted-ember-addons/ember-keyboard/pull/791) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-keyboard`\n * [#788](https://github.com/adopted-ember-addons/ember-keyboard/pull/788) Include README.md in npm package bundle ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 3\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
"description": "## Release (2025-10-03)\n\n* ember-keyboard 9.0.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-keyboard`\n * [#794](https://github.com/adopted-ember-addons/ember-keyboard/pull/794) Remove ember-destroyable-polyfill from dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2218
}

CHANGELOG.md

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

3+
## Release (2025-10-03)
4+
5+
* ember-keyboard 9.0.4 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-keyboard`
9+
* [#794](https://github.com/adopted-ember-addons/ember-keyboard/pull/794) Remove ember-destroyable-polyfill from dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-08-22)
415

516
* ember-keyboard 9.0.3 (patch)

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-keyboard",
3-
"version": "9.0.3",
3+
"version": "9.0.4",
44
"description": "An Ember.js addon for the painless support of keyboard events",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)