Skip to content

Commit

Permalink
Merge pull request #524 from qonto/changelog-6.0.2
Browse files Browse the repository at this point in the history
v6.0.2
  • Loading branch information
vscav committed Jul 13, 2023
2 parents 073f310 + 2dc005d commit cee26aa
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v6.0.2 (2023-07-13)

#### :rocket: Enhancement

- [#512](https://github.com/qonto/ember-amount-input/pull/512) Prevent event propagation on invalid key presses ([@nicolasgasco](https://github.com/nicolasgasco))

#### :house: Internal

- [#513](https://github.com/qonto/ember-amount-input/pull/513) Auto update lock file with dependabot PRs ([@poulet42](https://github.com/poulet42))
- [#493](https://github.com/qonto/ember-amount-input/pull/493) Use packageManager to set pnpm version ([@poulet42](https://github.com/poulet42))
- [#492](https://github.com/qonto/ember-amount-input/pull/492) Remove double pnpm installation on CI ([@poulet42](https://github.com/poulet42))
- [#491](https://github.com/qonto/ember-amount-input/pull/491) Remove double node installation on CI ([@poulet42](https://github.com/poulet42))

#### Committers: 2

- Corentin ([@poulet42](https://github.com/poulet42))
- Nicolas Gasco ([@nicolasgasco](https://github.com/nicolasgasco))

## v6.0.1 (2023-06-02)

#### :house: Internal
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": "6.0.1",
"version": "6.0.2",
"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": "6.0.1",
"version": "6.0.2",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "6.0.1",
"version": "6.0.2",
"private": true,
"description": "Test app for ember-amount-input addon",
"repository": "",
Expand Down

0 comments on commit cee26aa

Please sign in to comment.