Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2021-01-29)

### Features

* **menubutton:** removed dropdown arrow from the menu button ([f55f474](f55f474))
* **menubutton:** the flag is now nested in an IconButton instead of a normal button ([7293431](7293431))
  • Loading branch information
semantic-release-bot committed Jan 29, 2021
1 parent 49ca336 commit 43aa2bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.2.0](https://github.com/soufyakoub/mui-phone-textfield/compare/v2.1.0...v2.2.0) (2021-01-29)


### Features

* **menubutton:** removed dropdown arrow from the menu button ([f55f474](https://github.com/soufyakoub/mui-phone-textfield/commit/f55f47462e31e4bd771c48f22b0ed162c2b430dc))
* **menubutton:** the flag is now nested in an IconButton instead of a normal button ([7293431](https://github.com/soufyakoub/mui-phone-textfield/commit/72934311e0a392a01c7279a014fb48f910ffa345))

# [2.1.0](https://github.com/soufyakoub/mui-phone-textfield/compare/v2.0.0...v2.1.0) (2021-01-02)


Expand Down
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": "mui-phone-textfield",
"version": "2.1.0",
"version": "2.2.0",
"description": "A phone number input for Material-UI.",
"main": "dist/cjs/bundle.js",
"module": "dist/esm/bundle.js",
Expand Down

0 comments on commit 43aa2bb

Please sign in to comment.