Skip to content

Commit 1c3e28c

Browse files
Merge pull request #298 from ember-cli/release-preview
Prepare Release
2 parents f027fbd + 150cf93 commit 1c3e28c

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"ember-page-title": {
4-
"impact": "major",
5-
"oldVersion": "8.2.4",
6-
"newVersion": "9.0.0",
4+
"impact": "patch",
5+
"oldVersion": "9.0.0",
6+
"newVersion": "9.0.1",
77
"constraints": [
88
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
}
1212
],
1313
"pkgJSONPath": "./addon/package.json"
1414
}
1515
},
16-
"description": "## Release (2025-02-22)\n\nember-page-title 9.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-page-title`, `test-app`\n * [#293](https://github.com/ember-cli/ember-page-title/pull/293) Resolve inject deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2025-02-22)\n\nember-page-title 9.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-page-title`\n * [#297](https://github.com/ember-cli/ember-page-title/pull/297) Update peer on ember-source to reflect what is tested against (>= 4.2) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1717
}

addon/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
## Release (2025-02-22)
33

4+
ember-page-title 9.0.1 (patch)
5+
6+
#### :bug: Bug Fix
7+
* `ember-page-title`
8+
* [#297](https://github.com/ember-cli/ember-page-title/pull/297) Update peer on ember-source to reflect what is tested against (>= 4.2) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
10+
#### Committers: 1
11+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
12+
## Release (2025-02-22)
13+
414
ember-page-title 9.0.0 (major)
515

616
#### :boom: Breaking Change

addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-page-title",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Page Titles for Ember applications",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)