Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.2.0...v3.0.0) (2021-02-05)

### Features

* **sprite:** images are external to the js bundle ([8aec39b](8aec39b))
* **sprite:** two versions are available, for normal and retina displays ([438872b](438872b))

### BREAKING CHANGES

* **sprite:** the user is now responsible for processing any
import/require to the sprite image using a bundler like webpack
  • Loading branch information
semantic-release-bot committed Feb 5, 2021
1 parent f126757 commit f05c2aa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.0.0](https://github.com/soufyakoub/mui-phone-textfield/compare/v2.2.0...v3.0.0) (2021-02-05)


### Features

* **sprite:** images are external to the js bundle ([8aec39b](https://github.com/soufyakoub/mui-phone-textfield/commit/8aec39b3a8bccbfe62df2e9261e739a3faafdaff))
* **sprite:** two versions are available, for normal and retina displays ([438872b](https://github.com/soufyakoub/mui-phone-textfield/commit/438872ba0d22781f173dee5864077aaf0e9d441d))


### BREAKING CHANGES

* **sprite:** the user is now responsible for processing any
import/require to the sprite image using a bundler like webpack

# [2.2.0](https://github.com/soufyakoub/mui-phone-textfield/compare/v2.1.0...v2.2.0) (2021-01-29)


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.2.0",
"version": "3.0.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 f05c2aa

Please sign in to comment.