Skip to content

Commit 8834d99

Browse files
authored
Merge pull request #422 from ember-cli/release-preview
Prepare Release v8.0.5
2 parents 9f34a1b + 0c6c323 commit 8834d99

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-welcome-page": {
44
"impact": "patch",
5-
"oldVersion": "8.0.3",
6-
"newVersion": "8.0.4",
5+
"oldVersion": "8.0.4",
6+
"newVersion": "8.0.5",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
17-
"description": "## Release (2025-12-09)\n\n* ember-welcome-page 8.0.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-welcome-page`\n * [#419](https://github.com/ember-cli/ember-welcome-page/pull/419) Make usable ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
17+
"description": "## Release (2026-01-10)\n\n* ember-welcome-page 8.0.5 (patch)\n\n#### :bug: Bug Fix\n* `ember-welcome-page`\n * [#421](https://github.com/ember-cli/ember-welcome-page/pull/421) fix construction.png reference ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
1818
}

CHANGELOG.md

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

3+
## Release (2026-01-10)
4+
5+
* ember-welcome-page 8.0.5 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-welcome-page`
9+
* [#421](https://github.com/ember-cli/ember-welcome-page/pull/421) fix construction.png reference ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
314
## Release (2025-12-09)
415

516
* ember-welcome-page 8.0.4 (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-welcome-page",
3-
"version": "8.0.4",
3+
"version": "8.0.5",
44
"description": "Welcome page for Ember CLI applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)