Skip to content

Commit

Permalink
chore: release v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycalleri committed Jan 5, 2024
1 parent 5c902b6 commit 6381232
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


# [7.0.0](https://github.com/qonto/ember-autofocus-modifier/compare/v7.0.0-beta.0...v7.0.0) (2024-01-05)

## v7.0.0-beta.0 (2023-11-20)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion ember-autofocus-modifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-autofocus-modifier",
"version": "7.0.0-beta.0",
"version": "7.0.0",
"description": "Wraps a modifier to autofocus an element in the DOM.",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-autofocus-modifier",
"version": "7.0.0-beta.0",
"version": "7.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-beta.0",
"version": "7.0.0",
"private": true,
"description": "Test app for ember-autofocus-modifier addon",
"repository": "",
Expand Down Expand Up @@ -90,6 +90,6 @@
"edition": "octane"
},
"dependencies": {
"ember-autofocus-modifier": "7.0.0-beta.0"
"ember-autofocus-modifier": "7.0.0"
}
}

0 comments on commit 6381232

Please sign in to comment.