-
Notifications
You must be signed in to change notification settings - Fork 37
/
.release-plan.json
33 lines (33 loc) · 1.83 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
26
27
28
29
30
31
32
33
{
"solution": {
"ember-resources-codemod": {
"impact": "minor",
"oldVersion": "0.0.3",
"newVersion": "0.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./codemod/package.json"
},
"ember-resources": {
"impact": "patch",
"oldVersion": "7.0.2",
"newVersion": "7.0.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-resources/package.json"
}
},
"description": "## Release (2024-11-02)\n\nember-resources-codemod 0.1.0 (minor)\nember-resources 7.0.3 (patch)\n\n#### :rocket: Enhancement\n* `ember-resources-codemod`, `test-app`\n * [#1147](https://github.com/NullVoxPopuli/ember-resources/pull/1147) Add v6 to v7 codemod ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-resources`\n * [#1161](https://github.com/NullVoxPopuli/ember-resources/pull/1161) Widen peer range of @glimmer/component ([@johanrd](https://github.com/johanrd))\n\n#### :memo: Documentation\n* [#1136](https://github.com/NullVoxPopuli/ember-resources/pull/1136) docs: Fixes a few typos in DOCS.md ([@ozywuli](https://github.com/ozywuli))\n\n#### :house: Internal\n* `ember-resources`, `test-app-definitely-typed`, `test-app`\n * [#1158](https://github.com/NullVoxPopuli/ember-resources/pull/1158) Cleaning ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Ozy Wu-Li ([@ozywuli](https://github.com/ozywuli))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@johanrd](https://github.com/johanrd)\n"
}