Skip to content

Commit d344ec7

Browse files
committed
Release 8.0.0-beta.1
1 parent 0e4ce70 commit d344ec7

File tree

5 files changed

+27
-6
lines changed

5 files changed

+27
-6
lines changed

addon/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
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.
44

5+
6+
## v8.0.0-beta.1 (2023-08-16)
7+
8+
#### :boom: Breaking Change
9+
* [#261](https://github.com/ember-cli/ember-page-title/pull/261) Drop Node 14 and earlier ([@kategengler](https://github.com/kategengler))
10+
* [#245](https://github.com/ember-cli/ember-page-title/pull/245) Drop support for Ember < 3.28 ([@knownasilya](https://github.com/knownasilya))
11+
* [#241](https://github.com/ember-cli/ember-page-title/pull/241) Merge page-title and page-title-list services ([@bertdeblock](https://github.com/bertdeblock))
12+
13+
#### :house: Internal
14+
* [#261](https://github.com/ember-cli/ember-page-title/pull/261) Add a setup for releasing via tags ([@kategengler](https://github.com/kategengler))
15+
* [#240](https://github.com/ember-cli/ember-page-title/pull/240) chore: add prettier config to repo ([@knownasilya](https://github.com/knownasilya))
16+
* [#232](https://github.com/ember-cli/ember-page-title/pull/232) move `.md` files to published package ([@SergeAstapov](https://github.com/SergeAstapov))
17+
18+
#### Committers: 4
19+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
20+
- Ilya Radchenko ([@knownasilya](https://github.com/knownasilya))
21+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
22+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
23+
24+
525
## [7.0.0](https://github.com/ember-cli/ember-page-title/compare/v6.2.2...v7.0.0) (2021-10-28)
626

727
### ⚠ BREAKING CHANGES

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

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "7.0.0",
3+
"version": "8.0.0-beta.1",
44
"description": "Page Titles for Ember applications",
55
"keywords": [
66
"page title",
@@ -49,7 +49,7 @@
4949
"ember-inline-svg": "^1.0.0",
5050
"ember-load-initializers": "^2.1.2",
5151
"ember-maybe-import-regenerator": "^1.0.0",
52-
"ember-page-title": "8.0.0-beta.0",
52+
"ember-page-title": "8.0.0-beta.1",
5353
"ember-qunit": "^5.1.5",
5454
"ember-resolver": "^11.0.1",
5555
"ember-source": "~3.28.3",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
"release": true,
4343
"tokenRef": "GITHUB_AUTH"
4444
}
45-
}
45+
},
46+
"version": "8.0.0-beta.1"
4647
}

test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-app",
3-
"version": "7.0.0",
3+
"version": "8.0.0-beta.1",
44
"description": "Page Titles for Ember applications",
55
"keywords": [
66
"page title",
@@ -52,7 +52,7 @@
5252
"ember-disable-prototype-extensions": "^1.1.3",
5353
"ember-load-initializers": "^2.1.2",
5454
"ember-maybe-import-regenerator": "^1.0.0",
55-
"ember-page-title": "8.0.0-beta.0",
55+
"ember-page-title": "8.0.0-beta.1",
5656
"ember-qunit": "^5.1.5",
5757
"ember-resolver": "^11.0.1",
5858
"ember-source": "~3.28.3",

0 commit comments

Comments
 (0)