Skip to content

Commit adc1df3

Browse files
authored
Merge pull request #787 from adopted-ember-addons/release-preview
Prepare Release
2 parents be4b796 + b0d83c0 commit adc1df3

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-keyboard": {
44
"impact": "patch",
5-
"oldVersion": "9.0.0",
6-
"newVersion": "9.0.1",
5+
"oldVersion": "9.0.1",
6+
"newVersion": "9.0.2",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./addon/package.json"
1414
}
1515
},
16-
"description": "## Release (2024-08-23)\n\nember-keyboard 9.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-keyboard`, `test-app`\n * [#757](https://github.com/adopted-ember-addons/ember-keyboard/pull/757) Don't evaluate getters when looking for handlers ([@wagenet](https://github.com/wagenet))\n\n#### :house: Internal\n* `test-app`\n * [#785](https://github.com/adopted-ember-addons/ember-keyboard/pull/785) Use the in-repo copy of ember-keyboard using the workspace protocol ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#784](https://github.com/adopted-ember-addons/ember-keyboard/pull/784) Upgrade to pnpm 9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#783](https://github.com/adopted-ember-addons/ember-keyboard/pull/783) Skip cleanup in ember-try ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
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"
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-20)
4+
5+
ember-keyboard 9.0.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-keyboard`, `docs`
9+
* [#786](https://github.com/adopted-ember-addons/ember-keyboard/pull/786) Fix ember deprecation of inject as service ([@spruce](https://github.com/spruce))
10+
11+
#### Committers: 1
12+
- Felix Fichte ([@spruce](https://github.com/spruce))
13+
314
## Release (2024-08-23)
415

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

stderr.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Warning: unknown package "docs"
44
Warning: unknown package "test-app"
55
Warning: unknown package "test-app"
66
Warning: unknown package "test-app"
7+
Warning: unknown package "docs"

0 commit comments

Comments
 (0)