Skip to content

Commit 35f8f02

Browse files
Merge pull request #284 from ember-cli/release-preview
Prepare Release
2 parents cbefcc6 + 2b5f66c commit 35f8f02

File tree

5 files changed

+68
-3
lines changed

5 files changed

+68
-3
lines changed

.release-plan.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"solution": {
3+
"ember-page-title": {
4+
"impact": "patch",
5+
"oldVersion": "8.2.0",
6+
"newVersion": "8.2.1",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
}
12+
],
13+
"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"
46+
}
47+
},
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"
49+
}

addon/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Changelog
2+
## Release (2024-01-23)
3+
4+
ember-page-title 8.2.1 (patch)
5+
docs 8.2.1 (patch)
6+
test-app 8.2.1 (patch)
7+
8+
#### :bug: Bug Fix
9+
* `ember-page-title`
10+
* [#283](https://github.com/ember-cli/ember-page-title/pull/283) Remove /// <reference types='ember-sources/types ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### :house: Internal
13+
* `docs`, `test-app`, `test-types`
14+
* [#279](https://github.com/ember-cli/ember-page-title/pull/279) Fix lockfile, due to release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
16+
#### Committers: 1
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
218

319
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
420

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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"description": "Page Titles for Ember applications",
55
"keywords": [
66
"page title",

test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-app",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"description": "Page Titles for Ember applications",
55
"keywords": [
66
"page title",

0 commit comments

Comments
 (0)