-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
.release-plan.json
17 lines (17 loc) · 1.28 KB
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"solution": {
"ember-keyboard": {
"impact": "patch",
"oldVersion": "9.0.0",
"newVersion": "9.0.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./addon/package.json"
}
},
"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"
}