Skip to content

Commit fbc844f

Browse files
committed
chore: release v7.2.0
1 parent 8b4d478 commit fbc844f

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
# [7.2.0](https://github.com/qonto/ember-amount-input/compare/v7.1.0...v7.2.0) (2024-03-08)
4+
5+
6+
### Features
7+
8+
* handle pasted strings ([11ae13b](https://github.com/qonto/ember-amount-input/commit/11ae13b6a935d5b47719e85a0ed6ab8f99dc5a77))
9+
310
# [7.1.0](https://github.com/qonto/ember-amount-input/compare/v7.0.0...v7.1.0) (2024-01-22)
411

512

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

0 commit comments

Comments
 (0)