-
Notifications
You must be signed in to change notification settings - Fork 159
/
.release-plan.json
49 lines (49 loc) · 1.58 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"solution": {
"ember-cli-fastboot": {
"impact": "patch",
"oldVersion": "4.1.4",
"newVersion": "4.1.5",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on fastboot"
}
],
"pkgJSONPath": "./packages/ember-cli-fastboot/package.json"
},
"fastboot": {
"impact": "patch",
"oldVersion": "4.1.4",
"newVersion": "4.1.5",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/fastboot/package.json"
},
"fastboot-app-server": {
"impact": "patch",
"oldVersion": "4.1.3",
"newVersion": "4.1.4",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on fastboot"
}
],
"pkgJSONPath": "./packages/fastboot-app-server/package.json"
},
"fastboot-express-middleware": {
"oldVersion": "4.1.2"
},
"empty-package-json": {},
"fastboot-test": {},
"foo": {
"oldVersion": "0.0.0"
}
},
"description": "## Release (2024-05-21)\n\nember-cli-fastboot 4.1.5 (patch)\nfastboot 4.1.5 (patch)\nfastboot-app-server 4.1.4 (patch)\n\n#### :bug: Bug Fix\n* `fastboot`\n * [#946](https://github.com/ember-fastboot/ember-cli-fastboot/pull/946) Update url for fastboot-app-server in package.json for npm ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 1\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
}