Skip to content

Commit

Permalink
chore: release v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poulet42 committed Jan 9, 2024
1 parent 2a5f4d2 commit 0655358
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ember-amount-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-amount-input",
"version": "7.0.0-beta.0",
"version": "7.0.0",
"description": "The default blueprint for ember-cli addons.",
"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-amount-input",
"version": "7.0.0-beta.0",
"version": "7.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion 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-amount-input addon",
"repository": "",
Expand Down Expand Up @@ -96,6 +96,6 @@
"edition": "octane"
},
"dependencies": {
"ember-amount-input": "7.0.0-beta.0"
"ember-amount-input": "7.0.0"
}
}

0 comments on commit 0655358

Please sign in to comment.