Skip to content

Commit

Permalink
Release 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 8, 2024
1 parent 7effdc8 commit d28e490
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 11 deletions.
16 changes: 16 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. See [standa




## v8.2.0 (2024-01-08)

#### :rocket: Enhancement
* [#275](https://github.com/ember-cli/ember-page-title/pull/275) TypeScript conversion so we have accurately generated types for consumers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* [#278](https://github.com/ember-cli/ember-page-title/pull/278) Pull forward the lint changes from #275 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#276](https://github.com/ember-cli/ember-page-title/pull/276) Prevent CI from running twice on PRs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#274](https://github.com/ember-cli/ember-page-title/pull/274) Package json sorting lint ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#270](https://github.com/ember-cli/ember-page-title/pull/270) Fix publish.yml ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#271](https://github.com/ember-cli/ember-page-title/pull/271) Update the lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

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

#### :rocket: Enhancement
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.1.0",
"version": "8.2.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.1.0",
"version": "8.2.0",
"description": "Page Titles for Ember applications",
"keywords": [
"page title",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:ember": "pnpm sync:pnpm && ember test"
},
"dependencies": {
"ember-page-title": "workspace:*"
"ember-page-title": "8.2.0"
},
"dependenciesMeta": {
"ember-page-title": {
Expand Down
17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,23 @@
"tokenRef": "GITHUB_AUTH"
}
},
"version": "8.1.0",
"version": "8.2.0",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
},
"peerDependencyRules": {
"ignoreMissing": ["rsvp", "webpack", "@babel/core", "ember-template-imports", "@glimmer/component"],
"allowAny": ["typescript", "ember-source"]
"peerDependencyRules": {
"ignoreMissing": [
"rsvp",
"webpack",
"@babel/core",
"ember-template-imports",
"@glimmer/component"
],
"allowAny": [
"typescript",
"ember-source"
]
},
"overrides": {
"@glimmer/manager": ">= 0.84.3",
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.1.0",
"version": "8.2.0",
"description": "Page Titles for Ember applications",
"keywords": [
"page title",
Expand Down Expand Up @@ -33,7 +33,7 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"ember-page-title": "workspace:*"
"ember-page-title": "8.2.0"
},
"dependenciesMeta": {
"ember-page-title": {
Expand Down
5 changes: 3 additions & 2 deletions test-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"@glint/template": "^1.2.1",
"@tsconfig/node20": "^20.1.2",
"@tsconfig/strictest": "^2.0.2",
"ember-page-title": "workspace:^",
"ember-page-title": "8.2.0",
"ember-source": "^5.5.0",
"expect-type": "^0.17.3",
"typescript": "^5.3.3"
}
},
"version": "8.2.0"
}

0 comments on commit d28e490

Please sign in to comment.