From bf7edd6a78ad1c7ddf820117914d3b114f80d955 Mon Sep 17 00:00:00 2001 From: Vincent Scavinner Date: Fri, 2 Jun 2023 11:31:02 +0200 Subject: [PATCH] v6.0.1 --- CHANGELOG.md | 88 +++++++++++++++++++++++---------- ember-amount-input/package.json | 2 +- package.json | 2 +- test-app/package.json | 2 +- 4 files changed, 66 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ba3024e..4747d76e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v6.0.1 (2023-06-02) + +#### :house: Internal + +- [#453](https://github.com/qonto/ember-amount-input/pull/453) Add ember-amount-input working-directory details in release script ([@alexis-falaise](https://github.com/alexis-falaise)) + +- [#469](https://github.com/qonto/ember-amount-input/pull/469) Migrate from yarn to pnpm ([@vscav](https://github.com/vscav)) + +#### Committers: 2 + +- Alexis Falaise ([@alexis-falaise](https://github.com/alexis-falaise)) +- Vincent Scavinner ([@vscav](https://github.com/vscav)) + ## v6.0.0 (2023-04-26) #### :boom: Breaking Change @@ -28,47 +41,59 @@ ## v5.0.0 (2022-09-13) #### :boom: Breaking Change -* [#379](https://github.com/qonto/ember-amount-input/pull/379) Update LTS support only support ember 3.24 or above ([@mrloop](https://github.com/mrloop)) + +- [#379](https://github.com/qonto/ember-amount-input/pull/379) Update LTS support only support ember 3.24 or above ([@mrloop](https://github.com/mrloop)) #### :bug: Bug Fix -* [#383](https://github.com/qonto/ember-amount-input/pull/383) Add ember-cli-addon-docs dependency so does not error ([@mrloop](https://github.com/mrloop)) + +- [#383](https://github.com/qonto/ember-amount-input/pull/383) Add ember-cli-addon-docs dependency so does not error ([@mrloop](https://github.com/mrloop)) #### :memo: Documentation -* [#383](https://github.com/qonto/ember-amount-input/pull/383) Add ember-cli-addon-docs dependency so does not error ([@mrloop](https://github.com/mrloop)) + +- [#383](https://github.com/qonto/ember-amount-input/pull/383) Add ember-cli-addon-docs dependency so does not error ([@mrloop](https://github.com/mrloop)) #### Committers: 1 + - Ewan McDougall ([@mrloop](https://github.com/mrloop)) ## v4.1.0 (2022-08-19) #### :rocket: Enhancement -* [#375](https://github.com/qonto/ember-amount-input/pull/375) Add named argument `@inputId` to allow setting the input id ([@mrloop](https://github.com/mrloop)) + +- [#375](https://github.com/qonto/ember-amount-input/pull/375) Add named argument `@inputId` to allow setting the input id ([@mrloop](https://github.com/mrloop)) #### :memo: Documentation -* [#371](https://github.com/qonto/ember-amount-input/pull/371) Update release instructions and link to docs ([@mrloop](https://github.com/mrloop)) + +- [#371](https://github.com/qonto/ember-amount-input/pull/371) Update release instructions and link to docs ([@mrloop](https://github.com/mrloop)) #### Committers: 1 + - Ewan McDougall ([@mrloop](https://github.com/mrloop)) ## v4.0.0 (2022-07-18) #### :boom: Breaking Change -* [#365](https://github.com/qonto/ember-amount-input/pull/365) Drop node 12 support ([@mrloop](https://github.com/mrloop)) + +- [#365](https://github.com/qonto/ember-amount-input/pull/365) Drop node 12 support ([@mrloop](https://github.com/mrloop)) #### :bug: Bug Fix -* [#370](https://github.com/qonto/ember-amount-input/pull/370) Use pre octane default named argument handling. ([@mrloop](https://github.com/mrloop)) + +- [#370](https://github.com/qonto/ember-amount-input/pull/370) Use pre octane default named argument handling. ([@mrloop](https://github.com/mrloop)) #### :memo: Documentation -* [#367](https://github.com/qonto/ember-amount-input/pull/367) Document the @disabled argument ([@mrloop](https://github.com/mrloop)) -* [#368](https://github.com/qonto/ember-amount-input/pull/368) Use angle bracket syntax for amount-input ([@mrloop](https://github.com/mrloop)) -* [#360](https://github.com/qonto/ember-amount-input/pull/360) Update docs to allow further dependency updates ([@mrloop](https://github.com/mrloop)) -* [#308](https://github.com/qonto/ember-amount-input/pull/308) Update template.md ([@evidencefrank](https://github.com/evidencefrank)) -* [#285](https://github.com/qonto/ember-amount-input/pull/285) Update homepage URL ([@mrloop](https://github.com/mrloop)) + +- [#367](https://github.com/qonto/ember-amount-input/pull/367) Document the @disabled argument ([@mrloop](https://github.com/mrloop)) +- [#368](https://github.com/qonto/ember-amount-input/pull/368) Use angle bracket syntax for amount-input ([@mrloop](https://github.com/mrloop)) +- [#360](https://github.com/qonto/ember-amount-input/pull/360) Update docs to allow further dependency updates ([@mrloop](https://github.com/mrloop)) +- [#308](https://github.com/qonto/ember-amount-input/pull/308) Update template.md ([@evidencefrank](https://github.com/evidencefrank)) +- [#285](https://github.com/qonto/ember-amount-input/pull/285) Update homepage URL ([@mrloop](https://github.com/mrloop)) #### :house: Internal -* [#336](https://github.com/qonto/ember-amount-input/pull/336) CI: Automate release ([@zeppelin](https://github.com/zeppelin)) + +- [#336](https://github.com/qonto/ember-amount-input/pull/336) CI: Automate release ([@zeppelin](https://github.com/zeppelin)) #### Committers: 3 + - Ewan McDougall ([@mrloop](https://github.com/mrloop)) - Frank ([@evidencefrank](https://github.com/evidencefrank)) - Gabor Babicz ([@zeppelin](https://github.com/zeppelin)) @@ -76,16 +101,20 @@ ## v3.0.0 (2021-05-20) #### :boom: Breaking Change -* [#278](https://github.com/qonto/ember-amount-input/pull/278) Drop NodeJs 10 and 13 support ([@dcyriller](https://github.com/dcyriller)) -* [#280](https://github.com/qonto/ember-amount-input/pull/280) Update ember-try config to drop compatibility with ember versions lower than 3.16 ([@dcyriller](https://github.com/dcyriller)) + +- [#278](https://github.com/qonto/ember-amount-input/pull/278) Drop NodeJs 10 and 13 support ([@dcyriller](https://github.com/dcyriller)) +- [#280](https://github.com/qonto/ember-amount-input/pull/280) Update ember-try config to drop compatibility with ember versions lower than 3.16 ([@dcyriller](https://github.com/dcyriller)) #### :rocket: Enhancement -* [#271](https://github.com/qonto/ember-amount-input/pull/271) Fix property fallback lookup deprecation ([@CYriuk](https://github.com/CYriuk)) + +- [#271](https://github.com/qonto/ember-amount-input/pull/271) Fix property fallback lookup deprecation ([@CYriuk](https://github.com/CYriuk)) #### :house: Internal -* [#274](https://github.com/qonto/ember-amount-input/pull/274) Switch to using Github actions ([@dcyriller](https://github.com/dcyriller)) + +- [#274](https://github.com/qonto/ember-amount-input/pull/274) Switch to using Github actions ([@dcyriller](https://github.com/dcyriller)) #### Committers: 3 + - Cyrille David ([@dcyriller](https://github.com/dcyriller)) - [@CYriuk](https://github.com/CYriuk) - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) @@ -101,13 +130,16 @@ New release of v2.0.0 (a 2.0.2 was wrongly released) ## v2.1.0 (2020-09-03) #### :rocket: Enhancement -* [#200](https://github.com/qonto/ember-amount-input/pull/200) input mask ".", "," when numberOfDecimal=0 and always mask e key ([@izelnakri](https://github.com/izelnakri)) -* [#197](https://github.com/qonto/ember-amount-input/pull/197) :wheelchair: add id attribute to input ([@mattfrankjames](https://github.com/mattfrankjames)) + +- [#200](https://github.com/qonto/ember-amount-input/pull/200) input mask ".", "," when numberOfDecimal=0 and always mask e key ([@izelnakri](https://github.com/izelnakri)) +- [#197](https://github.com/qonto/ember-amount-input/pull/197) :wheelchair: add id attribute to input ([@mattfrankjames](https://github.com/mattfrankjames)) #### :memo: Documentation -* [#211](https://github.com/qonto/ember-amount-input/pull/211) Add RELEASE instructions ([@dcyriller](https://github.com/dcyriller)) + +- [#211](https://github.com/qonto/ember-amount-input/pull/211) Add RELEASE instructions ([@dcyriller](https://github.com/dcyriller)) #### Committers: 4 + - Cyrille David ([@dcyriller](https://github.com/dcyriller)) - Izel Nakri ([@izelnakri](https://github.com/izelnakri)) - Matt James ([@mattfrankjames](https://github.com/mattfrankjames)) @@ -116,16 +148,20 @@ New release of v2.0.0 (a 2.0.2 was wrongly released) ## v2.0.0 (2020-01-03) #### :boom: Breaking Change -* [#126](https://github.com/qonto/ember-amount-input/pull/126) ð Drop node 8 support ([@dbendaou](https://github.com/dbendaou)) -* [#61](https://github.com/qonto/ember-amount-input/pull/61) Drop Node.js v6 support ([@dcyriller](https://github.com/dcyriller)) + +- [#126](https://github.com/qonto/ember-amount-input/pull/126) ð Drop node 8 support ([@dbendaou](https://github.com/dbendaou)) +- [#61](https://github.com/qonto/ember-amount-input/pull/61) Drop Node.js v6 support ([@dcyriller](https://github.com/dcyriller)) #### :bug: Bug Fix -* [#20](https://github.com/qonto/ember-amount-input/pull/20) ðð Force placeholder opacity ([@mbinet](https://github.com/mbinet)) + +- [#20](https://github.com/qonto/ember-amount-input/pull/20) ðð Force placeholder opacity ([@mbinet](https://github.com/mbinet)) #### :memo: Documentation -* [#22](https://github.com/qonto/ember-amount-input/pull/22) Update README.md ([@dbendaou](https://github.com/dbendaou)) + +- [#22](https://github.com/qonto/ember-amount-input/pull/22) Update README.md ([@dbendaou](https://github.com/dbendaou)) #### Committers: 4 + - Cyrille David ([@dcyriller](https://github.com/dcyriller)) - Djamel B. ([@dbendaou](https://github.com/dbendaou)) - Maxime ([@mbinet](https://github.com/mbinet)) @@ -134,7 +170,9 @@ New release of v2.0.0 (a 2.0.2 was wrongly released) ## v1.0.0-beta.1 (2019-02-25) #### :bug: Bug Fix -* [#20](https://github.com/qonto/ember-amount-input/pull/20) 🐛💄 Force placeholder opacity ([@mbinet](https://github.com/mbinet)) + +- [#20](https://github.com/qonto/ember-amount-input/pull/20) 🐛💄 Force placeholder opacity ([@mbinet](https://github.com/mbinet)) #### Committers: 1 + - Maxime ([@mbinet](https://github.com/mbinet)) diff --git a/ember-amount-input/package.json b/ember-amount-input/package.json index 43ccfcc9..ca84d37e 100644 --- a/ember-amount-input/package.json +++ b/ember-amount-input/package.json @@ -1,6 +1,6 @@ { "name": "ember-amount-input", - "version": "6.0.0", + "version": "6.0.1", "description": "The default blueprint for ember-cli addons.", "keywords": [ "ember-addon" diff --git a/package.json b/package.json index 203f34b8..58f82e9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-amount-input", - "version": "6.0.0", + "version": "6.0.1", "private": true, "repository": { "type": "git", diff --git a/test-app/package.json b/test-app/package.json index da185890..6965983b 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -1,6 +1,6 @@ { "name": "test-app", - "version": "6.0.0", + "version": "6.0.1", "private": true, "description": "Test app for ember-amount-input addon", "repository": "",