Skip to content

Commit 1133382

Browse files
Merge pull request #17 from ember-cli/release-preview
Prepare Release
2 parents 9865ca7 + c0a0cf6 commit 1133382

4 files changed

Lines changed: 31 additions & 9 deletions

File tree

.release-plan.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,31 @@
11
{
22
"solution": {
33
"@ember/app-tsconfig": {
4-
"oldVersion": "1.0.3"
4+
"impact": "major",
5+
"oldVersion": "1.0.3",
6+
"newVersion": "2.0.0",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
}
13+
],
14+
"pkgJSONPath": "./@ember/app-tsconfig/package.json"
515
},
616
"@ember/library-tsconfig": {
7-
"impact": "patch",
8-
"oldVersion": "1.1.2",
9-
"newVersion": "1.1.3",
17+
"impact": "major",
18+
"oldVersion": "1.1.3",
19+
"newVersion": "2.0.0",
1020
"tagName": "latest",
1121
"constraints": [
1222
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :bug: Bug Fix"
23+
"impact": "major",
24+
"reason": "Appears in changelog section :boom: Breaking Change"
1525
}
1626
],
1727
"pkgJSONPath": "./@ember/library-tsconfig/package.json"
1828
}
1929
},
20-
"description": "## Release (2025-04-11)\n\n* @ember/library-tsconfig 1.1.3 (patch)\n\n#### :bug: Bug Fix\n* `@ember/library-tsconfig`\n * [#14](https://github.com/ember-cli/tsconfigs/pull/14) Remove redundant noEmits, update comments ([@bendemboski](https://github.com/bendemboski))\n\n#### Committers: 1\n- Ben Demboski ([@bendemboski](https://github.com/bendemboski))\n"
30+
"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"
2131
}

@ember/app-tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"tsconfig",
1212
"ember"
1313
],
14-
"version": "1.0.3"
14+
"version": "2.0.0"
1515
}

@ember/library-tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"tsconfig",
1212
"ember"
1313
],
14-
"version": "1.1.3"
14+
"version": "2.0.0"
1515
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Release (2025-12-02)
4+
5+
* @ember/app-tsconfig 2.0.0 (major)
6+
* @ember/library-tsconfig 2.0.0 (major)
7+
8+
#### :boom: Breaking Change
9+
* `@ember/app-tsconfig`, `@ember/library-tsconfig`
10+
* [#16](https://github.com/ember-cli/tsconfigs/pull/16) feat: set "target" to "es2024" ([@lukasnys](https://github.com/lukasnys))
11+
12+
#### Committers: 1
13+
- Lukas Nys ([@lukasnys](https://github.com/lukasnys))
14+
315
## Release (2025-04-11)
416

517
* @ember/library-tsconfig 1.1.3 (patch)

0 commit comments

Comments
 (0)