From 740c77dad711fbb76b5d0a5aa10bd6f915e65dd3 Mon Sep 17 00:00:00 2001 From: vscav Date: Tue, 23 Jul 2024 08:13:31 +0000 Subject: [PATCH] chore: release v7.3.0 --- CHANGELOG.md | 13 +++++++++++++ ember-amount-input/package.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 2 +- test-app/package.json | 4 ++-- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dbcc843..a75249f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/ember-amount-input/package.json b/ember-amount-input/package.json index 7dee88df..6d633c26 100644 --- a/ember-amount-input/package.json +++ b/ember-amount-input/package.json @@ -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" diff --git a/package.json b/package.json index f87d254a..6f775559 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-amount-input", - "version": "7.2.0", + "version": "7.3.0", "private": true, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3edc4d21..cdcecc06 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -124,7 +124,7 @@ importers: test-app: dependencies: ember-amount-input: - specifier: 7.2.0 + specifier: 7.3.0 version: link:../ember-amount-input devDependencies: '@babel/plugin-proposal-decorators': diff --git a/test-app/package.json b/test-app/package.json index 32035cd8..1a8fe84b 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -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": "", @@ -96,6 +96,6 @@ "edition": "octane" }, "dependencies": { - "ember-amount-input": "7.2.0" + "ember-amount-input": "7.3.0" } }