Skip to content

Commit 8f77da2

Browse files
github-actions[bot]knownasilya
authored andcommitted
Prepare Release using 'release-plan'
1 parent 8112627 commit 8f77da2

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"solution": {
33
"ember-page-title": {
44
"impact": "patch",
5-
"oldVersion": "8.2.2",
6-
"newVersion": "8.2.3",
5+
"oldVersion": "8.2.3",
6+
"newVersion": "8.2.4",
77
"constraints": [
88
{
99
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"reason": "Appears in changelog section :house: Internal"
1111
}
1212
],
1313
"pkgJSONPath": "./addon/package.json"
1414
}
1515
},
16-
"description": "## Release (2024-03-12)\n\nember-page-title 8.2.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-page-title`\n * [#289](https://github.com/ember-cli/ember-page-title/pull/289) fix(types): add typesVersions map ([@aklkv](https://github.com/aklkv))\n\n#### Committers: 1\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n"
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"
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-18)
3+
4+
ember-page-title 8.2.4 (patch)
5+
6+
#### :house: Internal
7+
* `ember-page-title`, `docs`, `test-app`, `test-types`
8+
* [#294](https://github.com/ember-cli/ember-page-title/pull/294) Fix CI, only test against embroider. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
10+
#### Committers: 1
11+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
212
## Release (2024-03-12)
313

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

0 commit comments

Comments
 (0)