Skip to content

Commit 1c7894a

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release v9.0.3 using 'release-plan'
1 parent fef3df9 commit 1c7894a

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

.release-plan.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@
22
"solution": {
33
"ember-keyboard": {
44
"impact": "patch",
5-
"oldVersion": "9.0.1",
6-
"newVersion": "9.0.2",
5+
"oldVersion": "9.0.2",
6+
"newVersion": "9.0.3",
7+
"tagName": "latest",
78
"constraints": [
89
{
910
"impact": "patch",
1011
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1116
}
1217
],
1318
"pkgJSONPath": "./addon/package.json"
1419
}
1520
},
16-
"description": "## Release (2025-06-20)\n\nember-keyboard 9.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-keyboard`, `docs`\n * [#786](https://github.com/adopted-ember-addons/ember-keyboard/pull/786) Fix ember deprecation of inject as service ([@spruce](https://github.com/spruce))\n\n#### Committers: 1\n- Felix Fichte ([@spruce](https://github.com/spruce))\n"
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"
1722
}

CHANGELOG.md

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

3+
## Release (2025-08-22)
4+
5+
* ember-keyboard 9.0.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-keyboard`
9+
* [#790](https://github.com/adopted-ember-addons/ember-keyboard/pull/790) Remove dependency on ember-modifier-manager-polyfill ([@wagenet](https://github.com/wagenet))
10+
11+
#### :house: Internal
12+
* Other
13+
* [#791](https://github.com/adopted-ember-addons/ember-keyboard/pull/791) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* `ember-keyboard`
15+
* [#788](https://github.com/adopted-ember-addons/ember-keyboard/pull/788) Include README.md in npm package bundle ([@SergeAstapov](https://github.com/SergeAstapov))
16+
17+
#### Committers: 3
18+
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
19+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
20+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
21+
322
## Release (2025-06-20)
423

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

0 commit comments

Comments
 (0)