Skip to content

Commit 8eb20b1

Browse files
Merge pull request #302 from ember-cli/release-preview
Prepare Release
2 parents 76ec72b + 1f2fdf2 commit 8eb20b1

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.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-page-title": {
44
"impact": "patch",
5-
"oldVersion": "9.0.1",
6-
"newVersion": "9.0.2",
5+
"oldVersion": "9.0.2",
6+
"newVersion": "9.0.3",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./addon/package.json"
1414
}
1515
},
16-
"description": "## Release (2025-05-15)\n\nember-page-title 9.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-page-title`\n * [#299](https://github.com/ember-cli/ember-page-title/pull/299) Remove ember-source from peerDependency ([@mkszepp](https://github.com/mkszepp))\n\n#### Committers: 1\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n"
16+
"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"
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-08-22)
3+
4+
ember-page-title 9.0.3 (patch)
5+
6+
#### :bug: Bug Fix
7+
* `ember-page-title`, `test-app`
8+
* [#301](https://github.com/ember-cli/ember-page-title/pull/301) Fixed multiple custom separators ([@rykov](https://github.com/rykov))
9+
10+
#### Committers: 1
11+
- Michael Rykov ([@rykov](https://github.com/rykov))
212
## Release (2025-05-15)
313

414
ember-page-title 9.0.2 (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": "9.0.2",
3+
"version": "9.0.3",
44
"description": "Page Titles for Ember applications",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)