Skip to content

Commit

Permalink
Release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 31, 2023
1 parent ef95e0b commit 9a16db3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.



## v8.1.0 (2023-10-31)

#### :rocket: Enhancement
* [#262](https://github.com/ember-cli/ember-page-title/pull/262) Re-export `pageTitle` from index ([@gossi](https://github.com/gossi))

#### Committers: 2
- Thomas Gossmann ([@gossi](https://github.com/gossi))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)


## v8.0.0 (2023-08-16)

#### :boom: Breaking Change
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.0.0",
"version": "8.1.0",
"description": "Page Titles for Ember applications",
"keywords": [
"ember-addon",
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "8.0.0",
"version": "8.1.0",
"description": "Page Titles for Ember applications",
"keywords": [
"page title",
Expand Down Expand Up @@ -49,7 +49,7 @@
"ember-inline-svg": "^1.0.0",
"ember-load-initializers": "^2.1.2",
"ember-maybe-import-regenerator": "^1.0.0",
"ember-page-title": "8.0.0",
"ember-page-title": "8.1.0",

This comment has been minimized.

Copy link
@NullVoxPopuli

NullVoxPopuli Oct 31, 2023

Author Contributor

bad, release-it....

This comment has been minimized.

Copy link
@NullVoxPopuli

NullVoxPopuli Oct 31, 2023

Author Contributor

This comment has been minimized.

Copy link
@NullVoxPopuli

NullVoxPopuli Oct 31, 2023

Author Contributor

waiting for review/merge/release

"ember-qunit": "^5.1.5",
"ember-resolver": "^11.0.1",
"ember-source": "~3.28.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tokenRef": "GITHUB_AUTH"
}
},
"version": "8.0.0",
"version": "8.1.0",
"pnpm": {
"patchedDependencies": {
"ember-cli-fastboot@4.1.1": "patches/ember-cli-fastboot@4.1.1.patch"
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "8.0.0",
"version": "8.1.0",
"description": "Page Titles for Ember applications",
"keywords": [
"page title",
Expand Down Expand Up @@ -52,7 +52,7 @@
"ember-disable-prototype-extensions": "^1.1.3",
"ember-load-initializers": "^2.1.2",
"ember-maybe-import-regenerator": "^1.0.0",
"ember-page-title": "8.0.0",
"ember-page-title": "8.1.0",
"ember-qunit": "^5.1.5",
"ember-resolver": "^11.0.1",
"ember-source": "~3.28.3",
Expand Down

0 comments on commit 9a16db3

Please sign in to comment.