-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.release-plan.json
More file actions
31 lines (31 loc) · 1.15 KB
/
.release-plan.json
File metadata and controls
31 lines (31 loc) · 1.15 KB
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
{
"solution": {
"@ember/app-tsconfig": {
"impact": "major",
"oldVersion": "1.0.3",
"newVersion": "2.0.0",
"tagName": "latest",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
}
],
"pkgJSONPath": "./@ember/app-tsconfig/package.json"
},
"@ember/library-tsconfig": {
"impact": "major",
"oldVersion": "1.1.3",
"newVersion": "2.0.0",
"tagName": "latest",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
}
],
"pkgJSONPath": "./@ember/library-tsconfig/package.json"
}
},
"description": "## Release (2025-12-02)\n\n* @ember/app-tsconfig 2.0.0 (major)\n* @ember/library-tsconfig 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `@ember/app-tsconfig`, `@ember/library-tsconfig`\n * [#16](https://github.com/ember-cli/tsconfigs/pull/16) feat: set \"target\" to \"es2024\" ([@lukasnys](https://github.com/lukasnys))\n\n#### Committers: 1\n- Lukas Nys ([@lukasnys](https://github.com/lukasnys))\n"
}