Skip to content

Commit

Permalink
chore: release v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wandroll committed Mar 8, 2024
1 parent 8b4d478 commit fbc844f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


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


### Features

* handle pasted strings ([11ae13b](https://github.com/qonto/ember-amount-input/commit/11ae13b6a935d5b47719e85a0ed6ab8f99dc5a77))

# [7.1.0](https://github.com/qonto/ember-amount-input/compare/v7.0.0...v7.1.0) (2024-01-22)


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.1.0",
"version": "7.2.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.1.0",
"version": "7.2.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.1.0",
"version": "7.2.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.1.0"
"ember-amount-input": "7.2.0"
}
}

0 comments on commit fbc844f

Please sign in to comment.