Skip to content

Commit 0d9cf6e

Browse files
SergeAstapovgithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 62108c0 commit 0d9cf6e

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

.release-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
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",
77
"constraints": [
88
{
99
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"reason": "Appears in changelog section :house: Internal"
1111
}
1212
],
1313
"pkgJSONPath": "./addon/package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2025-06-28)\n\nember-keyboard 9.0.3 (patch)\n\n#### :house: Internal\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: 1\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
1717
}

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-06-28)
4+
5+
ember-keyboard 9.0.3 (patch)
6+
7+
#### :house: Internal
8+
* `ember-keyboard`
9+
* [#788](https://github.com/adopted-ember-addons/ember-keyboard/pull/788) Include README.md in npm package bundle ([@SergeAstapov](https://github.com/SergeAstapov))
10+
11+
#### Committers: 1
12+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
13+
314
## Release (2025-06-20)
415

516
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"

stderr.log

Whitespace-only changes.

0 commit comments

Comments
 (0)