-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.release-plan.json
25 lines (25 loc) · 1.92 KB
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"solution": {
"@nullvoxpopuli/ember-composable-helpers": {
"impact": "patch",
"oldVersion": "5.2.6",
"newVersion": "5.2.7",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-composable-helpers/package.json"
}
},
"description": "## Release (2025-01-08)\n\n@nullvoxpopuli/ember-composable-helpers 5.2.7 (patch)\n\n#### :bug: Bug Fix\n* `@nullvoxpopuli/ember-composable-helpers`\n * [#37](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/37) Declare call, compute, and invoke as deprecated ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@nullvoxpopuli/ember-composable-helpers`, `test-app`\n * [#34](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/34) Fix compute types and add type tests ([@wagenet](https://github.com/wagenet))\n * [#35](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/35) Fix types, workspace scripts, and linting ([@wagenet](https://github.com/wagenet))\n\n#### :memo: Documentation\n* `@nullvoxpopuli/ember-composable-helpers`\n * [#37](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/37) Declare call, compute, and invoke as deprecated ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@nullvoxpopuli/ember-composable-helpers`, `test-app`\n * [#35](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/35) Fix types, workspace scripts, and linting ([@wagenet](https://github.com/wagenet))\n\n#### Committers: 2\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}