Skip to content

Commit 7ea30f6

Browse files
author
github-actions[bot]
authored
Prepare Release using 'release-plan'
1 parent bd273e7 commit 7ea30f6

3 files changed

Lines changed: 19 additions & 36 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,16 @@
22
"solution": {
33
"ember-page-title": {
44
"impact": "patch",
5-
"oldVersion": "8.2.0",
6-
"newVersion": "8.2.1",
5+
"oldVersion": "8.2.1",
6+
"newVersion": "8.2.2",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Appears in changelog section :bug: Bug Fix"
1111
}
1212
],
1313
"pkgJSONPath": "./addon/package.json"
14-
},
15-
"docs": {
16-
"impact": "patch",
17-
"oldVersion": "8.2.0",
18-
"newVersion": "8.2.1",
19-
"constraints": [
20-
{
21-
"impact": "patch",
22-
"reason": "Has dependency `workspace:*` on ember-page-title"
23-
},
24-
{
25-
"impact": "patch",
26-
"reason": "Appears in changelog section :house: Internal"
27-
}
28-
],
29-
"pkgJSONPath": "./docs/package.json"
30-
},
31-
"test-app": {
32-
"impact": "patch",
33-
"oldVersion": "8.2.0",
34-
"newVersion": "8.2.1",
35-
"constraints": [
36-
{
37-
"impact": "patch",
38-
"reason": "Has dependency `workspace:*` on ember-page-title"
39-
},
40-
{
41-
"impact": "patch",
42-
"reason": "Appears in changelog section :house: Internal"
43-
}
44-
],
45-
"pkgJSONPath": "./test-app/package.json"
4614
}
4715
},
48-
"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"
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"
4917
}

addon/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Changelog
2+
## Release (2024-02-15)
3+
4+
ember-page-title 8.2.2 (patch)
5+
6+
#### :bug: Bug Fix
7+
* `ember-page-title`
8+
* [#288](https://github.com/ember-cli/ember-page-title/pull/288) Improve return type of `getPageTitle` test helper ([@bertdeblock](https://github.com/bertdeblock))
9+
10+
#### :house: Internal
11+
* `docs`, `test-app`
12+
* [#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))
13+
14+
#### Committers: 2
15+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
217
## Release (2024-01-23)
318

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

0 commit comments

Comments
 (0)