Skip to content

Commit

Permalink
Release 8.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Aug 16, 2023
1 parent 0e4ce70 commit d344ec7
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
20 changes: 20 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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-beta.1 (2023-08-16)

#### :boom: Breaking Change
* [#261](https://github.com/ember-cli/ember-page-title/pull/261) Drop Node 14 and earlier ([@kategengler](https://github.com/kategengler))
* [#245](https://github.com/ember-cli/ember-page-title/pull/245) Drop support for Ember < 3.28 ([@knownasilya](https://github.com/knownasilya))
* [#241](https://github.com/ember-cli/ember-page-title/pull/241) Merge page-title and page-title-list services ([@bertdeblock](https://github.com/bertdeblock))

#### :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))

#### Committers: 4
- 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))


## [7.0.0](https://github.com/ember-cli/ember-page-title/compare/v6.2.2...v7.0.0) (2021-10-28)

### ⚠ BREAKING CHANGES
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.0",
"version": "8.0.0-beta.1",
"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": "7.0.0",
"version": "8.0.0-beta.1",
"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.0",
"ember-page-title": "8.0.0-beta.1",
"ember-qunit": "^5.1.5",
"ember-resolver": "^11.0.1",
"ember-source": "~3.28.3",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
"release": true,
"tokenRef": "GITHUB_AUTH"
}
}
},
"version": "8.0.0-beta.1"
}
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": "7.0.0",
"version": "8.0.0-beta.1",
"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.0",
"ember-page-title": "8.0.0-beta.1",
"ember-qunit": "^5.1.5",
"ember-resolver": "^11.0.1",
"ember-source": "~3.28.3",
Expand Down

0 comments on commit d344ec7

Please sign in to comment.