Skip to content

Commit 08364e5

Browse files
Merge pull request #296 from ember-cli/release-preview
Prepare Release
2 parents d856a9a + 1b6c6f6 commit 08364e5

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": "patch",
5-
"oldVersion": "8.2.3",
6-
"newVersion": "8.2.4",
4+
"impact": "major",
5+
"oldVersion": "8.2.4",
6+
"newVersion": "9.0.0",
77
"constraints": [
88
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :house: Internal"
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
1111
}
1212
],
1313
"pkgJSONPath": "./addon/package.json"
1414
}
1515
},
16-
"description": "## Release (2025-02-18)\n\nember-page-title 8.2.4 (patch)\n\n#### :house: Internal\n* `ember-page-title`, `docs`, `test-app`, `test-types`\n * [#294](https://github.com/ember-cli/ember-page-title/pull/294) Fix CI, only test against embroider. ([@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.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"
1717
}

addon/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## Release (2025-02-22)
3+
4+
ember-page-title 9.0.0 (major)
5+
6+
#### :boom: Breaking Change
7+
* `ember-page-title`, `test-app`
8+
* [#293](https://github.com/ember-cli/ember-page-title/pull/293) Resolve inject deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
10+
#### Committers: 1
11+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
212
## Release (2025-02-18)
313

414
ember-page-title 8.2.4 (patch)

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": "8.2.4",
3+
"version": "9.0.0",
44
"description": "Page Titles for Ember applications",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)