Skip to content

Commit 205d06c

Browse files
authored
Merge pull request #490 from qonto/changelog-6.0.1
v6.0.1
2 parents 34f2ac8 + bf7edd6 commit 205d06c

File tree

4 files changed

+66
-28
lines changed

4 files changed

+66
-28
lines changed

CHANGELOG.md

Lines changed: 63 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v6.0.1 (2023-06-02)
2+
3+
#### :house: Internal
4+
5+
- [#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))
6+
7+
- [#469](https://github.com/qonto/ember-amount-input/pull/469) Migrate from yarn to pnpm ([@vscav](https://github.com/vscav))
8+
9+
#### Committers: 2
10+
11+
- Alexis Falaise ([@alexis-falaise](https://github.com/alexis-falaise))
12+
- Vincent Scavinner ([@vscav](https://github.com/vscav))
13+
114
## v6.0.0 (2023-04-26)
215

316
#### :boom: Breaking Change
@@ -28,64 +41,80 @@
2841
## v5.0.0 (2022-09-13)
2942

3043
#### :boom: Breaking Change
31-
* [#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))
44+
45+
- [#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))
3246

3347
#### :bug: Bug Fix
34-
* [#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))
48+
49+
- [#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))
3550

3651
#### :memo: Documentation
37-
* [#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))
52+
53+
- [#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))
3854

3955
#### Committers: 1
56+
4057
- Ewan McDougall ([@mrloop](https://github.com/mrloop))
4158

4259
## v4.1.0 (2022-08-19)
4360

4461
#### :rocket: Enhancement
45-
* [#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))
62+
63+
- [#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))
4664

4765
#### :memo: Documentation
48-
* [#371](https://github.com/qonto/ember-amount-input/pull/371) Update release instructions and link to docs ([@mrloop](https://github.com/mrloop))
66+
67+
- [#371](https://github.com/qonto/ember-amount-input/pull/371) Update release instructions and link to docs ([@mrloop](https://github.com/mrloop))
4968

5069
#### Committers: 1
70+
5171
- Ewan McDougall ([@mrloop](https://github.com/mrloop))
5272

5373
## v4.0.0 (2022-07-18)
5474

5575
#### :boom: Breaking Change
56-
* [#365](https://github.com/qonto/ember-amount-input/pull/365) Drop node 12 support ([@mrloop](https://github.com/mrloop))
76+
77+
- [#365](https://github.com/qonto/ember-amount-input/pull/365) Drop node 12 support ([@mrloop](https://github.com/mrloop))
5778

5879
#### :bug: Bug Fix
59-
* [#370](https://github.com/qonto/ember-amount-input/pull/370) Use pre octane default named argument handling. ([@mrloop](https://github.com/mrloop))
80+
81+
- [#370](https://github.com/qonto/ember-amount-input/pull/370) Use pre octane default named argument handling. ([@mrloop](https://github.com/mrloop))
6082

6183
#### :memo: Documentation
62-
* [#367](https://github.com/qonto/ember-amount-input/pull/367) Document the @disabled argument ([@mrloop](https://github.com/mrloop))
63-
* [#368](https://github.com/qonto/ember-amount-input/pull/368) Use angle bracket syntax for amount-input ([@mrloop](https://github.com/mrloop))
64-
* [#360](https://github.com/qonto/ember-amount-input/pull/360) Update docs to allow further dependency updates ([@mrloop](https://github.com/mrloop))
65-
* [#308](https://github.com/qonto/ember-amount-input/pull/308) Update template.md ([@evidencefrank](https://github.com/evidencefrank))
66-
* [#285](https://github.com/qonto/ember-amount-input/pull/285) Update homepage URL ([@mrloop](https://github.com/mrloop))
84+
85+
- [#367](https://github.com/qonto/ember-amount-input/pull/367) Document the @disabled argument ([@mrloop](https://github.com/mrloop))
86+
- [#368](https://github.com/qonto/ember-amount-input/pull/368) Use angle bracket syntax for amount-input ([@mrloop](https://github.com/mrloop))
87+
- [#360](https://github.com/qonto/ember-amount-input/pull/360) Update docs to allow further dependency updates ([@mrloop](https://github.com/mrloop))
88+
- [#308](https://github.com/qonto/ember-amount-input/pull/308) Update template.md ([@evidencefrank](https://github.com/evidencefrank))
89+
- [#285](https://github.com/qonto/ember-amount-input/pull/285) Update homepage URL ([@mrloop](https://github.com/mrloop))
6790

6891
#### :house: Internal
69-
* [#336](https://github.com/qonto/ember-amount-input/pull/336) CI: Automate release ([@zeppelin](https://github.com/zeppelin))
92+
93+
- [#336](https://github.com/qonto/ember-amount-input/pull/336) CI: Automate release ([@zeppelin](https://github.com/zeppelin))
7094

7195
#### Committers: 3
96+
7297
- Ewan McDougall ([@mrloop](https://github.com/mrloop))
7398
- Frank ([@evidencefrank](https://github.com/evidencefrank))
7499
- Gabor Babicz ([@zeppelin](https://github.com/zeppelin))
75100

76101
## v3.0.0 (2021-05-20)
77102

78103
#### :boom: Breaking Change
79-
* [#278](https://github.com/qonto/ember-amount-input/pull/278) Drop NodeJs 10 and 13 support ([@dcyriller](https://github.com/dcyriller))
80-
* [#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))
104+
105+
- [#278](https://github.com/qonto/ember-amount-input/pull/278) Drop NodeJs 10 and 13 support ([@dcyriller](https://github.com/dcyriller))
106+
- [#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))
81107

82108
#### :rocket: Enhancement
83-
* [#271](https://github.com/qonto/ember-amount-input/pull/271) Fix property fallback lookup deprecation ([@CYriuk](https://github.com/CYriuk))
109+
110+
- [#271](https://github.com/qonto/ember-amount-input/pull/271) Fix property fallback lookup deprecation ([@CYriuk](https://github.com/CYriuk))
84111

85112
#### :house: Internal
86-
* [#274](https://github.com/qonto/ember-amount-input/pull/274) Switch to using Github actions ([@dcyriller](https://github.com/dcyriller))
113+
114+
- [#274](https://github.com/qonto/ember-amount-input/pull/274) Switch to using Github actions ([@dcyriller](https://github.com/dcyriller))
87115

88116
#### Committers: 3
117+
89118
- Cyrille David ([@dcyriller](https://github.com/dcyriller))
90119
- [@CYriuk](https://github.com/CYriuk)
91120
- [@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)
101130
## v2.1.0 (2020-09-03)
102131

103132
#### :rocket: Enhancement
104-
* [#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))
105-
* [#197](https://github.com/qonto/ember-amount-input/pull/197) :wheelchair: add id attribute to input ([@mattfrankjames](https://github.com/mattfrankjames))
133+
134+
- [#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))
135+
- [#197](https://github.com/qonto/ember-amount-input/pull/197) :wheelchair: add id attribute to input ([@mattfrankjames](https://github.com/mattfrankjames))
106136

107137
#### :memo: Documentation
108-
* [#211](https://github.com/qonto/ember-amount-input/pull/211) Add RELEASE instructions ([@dcyriller](https://github.com/dcyriller))
138+
139+
- [#211](https://github.com/qonto/ember-amount-input/pull/211) Add RELEASE instructions ([@dcyriller](https://github.com/dcyriller))
109140

110141
#### Committers: 4
142+
111143
- Cyrille David ([@dcyriller](https://github.com/dcyriller))
112144
- Izel Nakri ([@izelnakri](https://github.com/izelnakri))
113145
- Matt James ([@mattfrankjames](https://github.com/mattfrankjames))
@@ -116,16 +148,20 @@ New release of v2.0.0 (a 2.0.2 was wrongly released)
116148
## v2.0.0 (2020-01-03)
117149

118150
#### :boom: Breaking Change
119-
* [#126](https://github.com/qonto/ember-amount-input/pull/126) ð Drop node 8 support ([@dbendaou](https://github.com/dbendaou))
120-
* [#61](https://github.com/qonto/ember-amount-input/pull/61) Drop Node.js v6 support ([@dcyriller](https://github.com/dcyriller))
151+
152+
- [#126](https://github.com/qonto/ember-amount-input/pull/126) ð Drop node 8 support ([@dbendaou](https://github.com/dbendaou))
153+
- [#61](https://github.com/qonto/ember-amount-input/pull/61) Drop Node.js v6 support ([@dcyriller](https://github.com/dcyriller))
121154

122155
#### :bug: Bug Fix
123-
* [#20](https://github.com/qonto/ember-amount-input/pull/20) ðð Force placeholder opacity ([@mbinet](https://github.com/mbinet))
156+
157+
- [#20](https://github.com/qonto/ember-amount-input/pull/20) ðð Force placeholder opacity ([@mbinet](https://github.com/mbinet))
124158

125159
#### :memo: Documentation
126-
* [#22](https://github.com/qonto/ember-amount-input/pull/22) Update README.md ([@dbendaou](https://github.com/dbendaou))
160+
161+
- [#22](https://github.com/qonto/ember-amount-input/pull/22) Update README.md ([@dbendaou](https://github.com/dbendaou))
127162

128163
#### Committers: 4
164+
129165
- Cyrille David ([@dcyriller](https://github.com/dcyriller))
130166
- Djamel B. ([@dbendaou](https://github.com/dbendaou))
131167
- Maxime ([@mbinet](https://github.com/mbinet))
@@ -134,7 +170,9 @@ New release of v2.0.0 (a 2.0.2 was wrongly released)
134170
## v1.0.0-beta.1 (2019-02-25)
135171

136172
#### :bug: Bug Fix
137-
* [#20](https://github.com/qonto/ember-amount-input/pull/20) 🐛💄 Force placeholder opacity ([@mbinet](https://github.com/mbinet))
173+
174+
- [#20](https://github.com/qonto/ember-amount-input/pull/20) 🐛💄 Force placeholder opacity ([@mbinet](https://github.com/mbinet))
138175

139176
#### Committers: 1
177+
140178
- Maxime ([@mbinet](https://github.com/mbinet))

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": "6.0.0",
3+
"version": "6.0.1",
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": "6.0.0",
3+
"version": "6.0.1",
44
"private": true,
55
"repository": {
66
"type": "git",

test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-app",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"private": true,
55
"description": "Test app for ember-amount-input addon",
66
"repository": "",

0 commit comments

Comments
 (0)