Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Aug 16, 2023
1 parent d344ec7 commit 6384733
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 6 deletions.
28 changes: 28 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
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.0.0 (2023-08-16)

#### :boom: Breaking Change
* [#261](https://github.com/ember-cli/ember-page-title/pull/261) Add a setup for releasing via tags ([@kategengler](https://github.com/kategengler))
* [#245](https://github.com/ember-cli/ember-page-title/pull/245) fix: drop support for Ember < 3.28 and Node < 14 ([@knownasilya](https://github.com/knownasilya))
* [#241](https://github.com/ember-cli/ember-page-title/pull/241) Merge page-title services ([@bertdeblock](https://github.com/bertdeblock))
* [#229](https://github.com/ember-cli/ember-page-title/pull/229) convert to v2 addon ([@ef4](https://github.com/ef4))

#### :memo: Documentation
* [#261](https://github.com/ember-cli/ember-page-title/pull/261) Add a setup for releasing via tags ([@kategengler](https://github.com/kategengler))

#### :house: Internal
* [#261](https://github.com/ember-cli/ember-page-title/pull/261) Add a setup for releasing via tags ([@kategengler](https://github.com/kategengler))
* [#240](https://github.com/ember-cli/ember-page-title/pull/240) chore: add prettier config to repo ([@knownasilya](https://github.com/knownasilya))
* [#232](https://github.com/ember-cli/ember-page-title/pull/232) move `.md` files to published package ([@SergeAstapov](https://github.com/SergeAstapov))
* [#228](https://github.com/ember-cli/ember-page-title/pull/228) Split out docs app ([@ef4](https://github.com/ef4))
* [#227](https://github.com/ember-cli/ember-page-title/pull/227) Refactoring into a monorepo ([@ef4](https://github.com/ef4))

#### Committers: 5
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Ilya Radchenko ([@knownasilya](https://github.com/knownasilya))
- Katie Gengler ([@kategengler](https://github.com/kategengler))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- Edward Faulkner ([@ef4](https://github.com/ef4))




## v8.0.0-beta.1 (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-beta.1",
"version": "8.0.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-beta.1",
"version": "8.0.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-beta.1",
"ember-page-title": "8.0.0",
"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 @@ -43,5 +43,5 @@
"tokenRef": "GITHUB_AUTH"
}
},
"version": "8.0.0-beta.1"
"version": "8.0.0"
}
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-beta.1",
"version": "8.0.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-beta.1",
"ember-page-title": "8.0.0",
"ember-qunit": "^5.1.5",
"ember-resolver": "^11.0.1",
"ember-source": "~3.28.3",
Expand Down

0 comments on commit 6384733

Please sign in to comment.