Skip to content

Commit 54f51a2

Browse files
kategenglergithub-actions[bot]
authored andcommitted
Prepare Release v3.0.2 using 'release-plan'
1 parent 333f056 commit 54f51a2

3 files changed

Lines changed: 25 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
"solution": {
33
"ember-cli-update": {
44
"impact": "patch",
5-
"oldVersion": "3.0.0",
6-
"newVersion": "3.0.1",
5+
"oldVersion": "3.0.1",
6+
"newVersion": "3.0.2",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
11-
"reason": "Appears in changelog section :house: Internal"
11+
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :memo: Documentation"
1216
}
1317
],
1418
"pkgJSONPath": "./package.json"
1519
}
1620
},
17-
"description": "## Release (2025-10-07)\n\n* ember-cli-update 3.0.1 (patch)\n\n#### :house: Internal\n* `ember-cli-update`\n * [#1281](https://github.com/ember-cli/ember-cli-update/pull/1281) prepare for using oidc for deployment ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
21+
"description": "## Release (2026-02-12)\n\n* ember-cli-update 3.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-update`\n * [#1283](https://github.com/ember-cli/ember-cli-update/pull/1283) Fix `upgrading-past-6-7-0.md` filename ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :memo: Documentation\n* `ember-cli-update`\n * [#1285](https://github.com/ember-cli/ember-cli-update/pull/1285) Add instructions for already on vite for upgrading past 6.7 ([@kategengler](https://github.com/kategengler))\n\n#### Committers: 2\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n"
1822
}

CHANGELOG.md

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

3+
## Release (2026-02-12)
4+
5+
* ember-cli-update 3.0.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-cli-update`
9+
* [#1283](https://github.com/ember-cli/ember-cli-update/pull/1283) Fix `upgrading-past-6-7-0.md` filename ([@bertdeblock](https://github.com/bertdeblock))
10+
11+
#### :memo: Documentation
12+
* `ember-cli-update`
13+
* [#1285](https://github.com/ember-cli/ember-cli-update/pull/1285) Add instructions for already on vite for upgrading past 6.7 ([@kategengler](https://github.com/kategengler))
14+
15+
#### Committers: 2
16+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
17+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
18+
319
## Release (2025-10-07)
420

521
* ember-cli-update 3.0.1 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-update",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Update Ember CLI projects",
55
"keywords": [
66
"ember.js",

0 commit comments

Comments
 (0)