Skip to content

Commit

Permalink
Merge pull request #286 from ember-cli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli committed Feb 15, 2024
2 parents bd273e7 + 7ea30f6 commit 575e9d5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 36 deletions.
38 changes: 3 additions & 35 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,16 @@
"solution": {
"ember-page-title": {
"impact": "patch",
"oldVersion": "8.2.0",
"newVersion": "8.2.1",
"oldVersion": "8.2.1",
"newVersion": "8.2.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./addon/package.json"
},
"docs": {
"impact": "patch",
"oldVersion": "8.2.0",
"newVersion": "8.2.1",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on ember-page-title"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./docs/package.json"
},
"test-app": {
"impact": "patch",
"oldVersion": "8.2.0",
"newVersion": "8.2.1",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on ember-page-title"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./test-app/package.json"
}
},
"description": "## Release (2024-01-23)\n\nember-page-title 8.2.1 (patch)\ndocs 8.2.1 (patch)\ntest-app 8.2.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-page-title`\n * [#283](https://github.com/ember-cli/ember-page-title/pull/283) Remove /// <reference types='ember-sources/types ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `docs`, `test-app`, `test-types`\n * [#279](https://github.com/ember-cli/ember-page-title/pull/279) Fix lockfile, due to release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"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"
}
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 (2024-02-15)

ember-page-title 8.2.2 (patch)

#### :bug: Bug Fix
* `ember-page-title`
* [#288](https://github.com/ember-cli/ember-page-title/pull/288) Improve return type of `getPageTitle` test helper ([@bertdeblock](https://github.com/bertdeblock))

#### :house: Internal
* `docs`, `test-app`
* [#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))

#### Committers: 2
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2024-01-23)

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

0 comments on commit 575e9d5

Please sign in to comment.