Skip to content

Commit

Permalink
Merge pull request #290 from ember-cli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli committed Mar 12, 2024
2 parents c8cdf28 + 1742dda commit af2428b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"ember-page-title": {
"impact": "patch",
"oldVersion": "8.2.1",
"newVersion": "8.2.2",
"oldVersion": "8.2.2",
"newVersion": "8.2.3",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./addon/package.json"
}
},
"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"
"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"
}
10 changes: 10 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## Release (2024-03-12)

ember-page-title 8.2.3 (patch)

#### :bug: Bug Fix
* `ember-page-title`
* [#289](https://github.com/ember-cli/ember-page-title/pull/289) fix(types): add typesVersions map ([@aklkv](https://github.com/aklkv))

#### Committers: 1
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
## Release (2024-02-15)

ember-page-title 8.2.2 (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": "8.2.2",
"version": "8.2.3",
"description": "Page Titles for Ember applications",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit af2428b

Please sign in to comment.