Skip to content

Commit 1742dda

Browse files
author
github-actions[bot]
authored
Prepare Release using 'release-plan'
1 parent c8cdf28 commit 1742dda

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

.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": "8.2.1",
6-
"newVersion": "8.2.2",
5+
"oldVersion": "8.2.2",
6+
"newVersion": "8.2.3",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./addon/package.json"
1414
}
1515
},
16-
"description": "## Release (2024-02-15)\n\nember-page-title 8.2.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-page-title`\n * [#288](https://github.com/ember-cli/ember-page-title/pull/288) Improve return type of `getPageTitle` test helper ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :house: Internal\n* `docs`, `test-app`\n * [#285](https://github.com/ember-cli/ember-page-title/pull/285) These packages are private, let's mark them as private ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
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"
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 (2024-03-12)
3+
4+
ember-page-title 8.2.3 (patch)
5+
6+
#### :bug: Bug Fix
7+
* `ember-page-title`
8+
* [#289](https://github.com/ember-cli/ember-page-title/pull/289) fix(types): add typesVersions map ([@aklkv](https://github.com/aklkv))
9+
10+
#### Committers: 1
11+
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
212
## Release (2024-02-15)
313

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

0 commit comments

Comments
 (0)