Skip to content

Commit

Permalink
Bump versions for 3.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tanansatpal committed Sep 9, 2020
1 parent 1b6c5bb commit 9ef761c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,20 @@ This release contains the support for adding custom styles by exporting the comp
* Enable support of theming by accessing to MatMenu subcomponent ([#63](https://github.com/tanansatpal/ngx-mat-intl-tel-input/issues/63))

<a name="3.2.1"></a>
# 3.2.0 (2020-09-01)
# 3.2.1 (2020-09-01)

This release contains the support for updating the input placeholder

### Features

* Enable support of changing the placeholder for the input ([#54](https://github.com/tanansatpal/ngx-mat-intl-tel-input/issues/54))

<a name="3.2.2"></a>
# 3.2.2 (2020-09-09)

This release contains the support for as-you-type formatting

### Features

* Enable searching by the dial code
* Implement "as-you-type" formatting ([#58](https://github.com/tanansatpal/ngx-mat-intl-tel-input/issues/58))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mat-intl-tel-input",
"version": "3.2.1",
"version": "3.2.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-mat-intl-tel-input/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/ngx-mat-intl-tel-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mat-intl-tel-input",
"version": "3.2.1",
"version": "3.2.2",
"peerDependencies": {
"@angular/common": "~9.0.0",
"@angular/core": "~9.0.0",
Expand Down

0 comments on commit 9ef761c

Please sign in to comment.