Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 23, 2024
1 parent 539cb48 commit a372eec
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 3 deletions.
49 changes: 49 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"solution": {
"ember-page-title": {
"impact": "patch",
"oldVersion": "8.2.0",
"newVersion": "8.2.1",
"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"
}
16 changes: 16 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Changelog
## Release (2024-01-23)

ember-page-title 8.2.1 (patch)
docs 8.2.1 (patch)
test-app 8.2.1 (patch)

#### :bug: Bug Fix
* `ember-page-title`
* [#283](https://github.com/ember-cli/ember-page-title/pull/283) Remove /// <reference types='ember-sources/types ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `docs`, `test-app`, `test-types`
* [#279](https://github.com/ember-cli/ember-page-title/pull/279) Fix lockfile, due to release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

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.

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.0",
"version": "8.2.1",
"description": "Page Titles for Ember applications",
"keywords": [
"ember-addon",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "8.2.0",
"version": "8.2.1",
"description": "Page Titles for Ember applications",
"keywords": [
"page title",
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "8.2.0",
"version": "8.2.1",
"description": "Page Titles for Ember applications",
"keywords": [
"page title",
Expand Down

0 comments on commit a372eec

Please sign in to comment.