Skip to content

Commit 0655358

Browse files
committed
chore: release v7.0.0
1 parent 2a5f4d2 commit 0655358

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ember-amount-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-amount-input",
3-
"version": "7.0.0-beta.0",
3+
"version": "7.0.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-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-amount-input",
3-
"version": "7.0.0-beta.0",
3+
"version": "7.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-beta.0",
3+
"version": "7.0.0",
44
"private": true,
55
"description": "Test app for ember-amount-input addon",
66
"repository": "",
@@ -96,6 +96,6 @@
9696
"edition": "octane"
9797
},
9898
"dependencies": {
99-
"ember-amount-input": "7.0.0-beta.0"
99+
"ember-amount-input": "7.0.0"
100100
}
101101
}

0 commit comments

Comments
 (0)