Skip to content

Commit

Permalink
chore: release v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vscav committed Jul 23, 2024
1 parent 5baa608 commit 740c77d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


# [7.3.0](https://github.com/qonto/ember-amount-input/compare/v7.2.0...v7.3.0) (2024-07-23)


### Bug Fixes

* hbs render format in component tests ([2c99bcb](https://github.com/qonto/ember-amount-input/commit/2c99bcb58513dbb98db570f1feeeb330aa150837))
* prevent default pasting event ([2acb692](https://github.com/qonto/ember-amount-input/commit/2acb692a0e0bafb9f3c27035f9ac48b12ba17a46))


### Features

* use KeyboardEvent.key instead of KeyboardEvent.keyCode ([6ff26f6](https://github.com/qonto/ember-amount-input/commit/6ff26f62f26068b6f076f8c2a4038c93ea2eb4e3))

# [7.2.0](https://github.com/qonto/ember-amount-input/compare/v7.1.0...v7.2.0) (2024-03-08)


Expand Down
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.2.0",
"version": "7.3.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.2.0",
"version": "7.3.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.2.0",
"version": "7.3.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.2.0"
"ember-amount-input": "7.3.0"
}
}

0 comments on commit 740c77d

Please sign in to comment.