Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"solution": {
"ember-page-title": {
"impact": "patch",
"oldVersion": "9.0.2",
"newVersion": "9.0.3",
"oldVersion": "9.0.3",
"newVersion": "9.0.4",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./addon/package.json"
}
},
"description": "## Release (2025-08-22)\n\nember-page-title 9.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-page-title`, `test-app`\n * [#301](https://github.com/ember-cli/ember-page-title/pull/301) Fixed multiple custom separators ([@rykov](https://github.com/rykov))\n\n#### Committers: 1\n- Michael Rykov ([@rykov](https://github.com/rykov))\n"
"description": "## Release (2026-05-01)\n\nember-page-title 9.0.4 (patch)\n\n#### :house: Internal\n* `ember-page-title`, `docs`, `test-app`\n * [#311](https://github.com/ember-cli/ember-page-title/pull/311) Node is now 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#306](https://github.com/ember-cli/ember-page-title/pull/306) Remove dep injection ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-page-title`, `docs`, `test-app`, `test-types`\n * [#309](https://github.com/ember-cli/ember-page-title/pull/309) Update TypeScript ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#307](https://github.com/ember-cli/ember-page-title/pull/307) Turn off fail-fast: true ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
15 changes: 15 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Changelog
## Release (2026-05-01)

ember-page-title 9.0.4 (patch)

#### :house: Internal
* `ember-page-title`, `docs`, `test-app`
* [#311](https://github.com/ember-cli/ember-page-title/pull/311) Node is now 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#306](https://github.com/ember-cli/ember-page-title/pull/306) Remove dep injection ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* `ember-page-title`, `docs`, `test-app`, `test-types`
* [#309](https://github.com/ember-cli/ember-page-title/pull/309) Update TypeScript ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* Other
* [#307](https://github.com/ember-cli/ember-page-title/pull/307) Turn off fail-fast: true ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2025-08-22)

ember-page-title 9.0.3 (patch)
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-page-title",
"version": "9.0.3",
"version": "9.0.4",
"description": "Page Titles for Ember applications",
"keywords": [
"ember-addon",
Expand Down