Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
italoiz committed May 26, 2020
1 parent 0a2b01b commit 07e3d37
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions packages/material-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2020-05-26)


### Bug Fixes

* Select component with multiple values are work now ([9ad240e](https://github.com/italoiz/unform-community-packages/commit/9ad240e7882c8f1c71b3eace67d1777cc1598896)), closes [#13](https://github.com/italoiz/unform-community-packages/issues/13)
* Shrink label on TextField when value is not empty ([bcc3901](https://github.com/italoiz/unform-community-packages/commit/bcc39019fc89a50ab894ba473c6b65aa7d884fc9)), closes [#18](https://github.com/italoiz/unform-community-packages/issues/18)
* Update select field value when setData is called ([d8df8e8](https://github.com/italoiz/unform-community-packages/commit/d8df8e8beec40fffb69ec6a3f8015fe06bb5648b)), closes [#17](https://github.com/italoiz/unform-community-packages/issues/17)



# 1.0.0 (2020-02-25)


### Features

* Add support to Unform v2.0 ([#12](https://github.com/italoiz/unform-community-packages/issues/12)) ([79e2d50](https://github.com/italoiz/unform-community-packages/commit/79e2d50c3cb7af32536320bb4e6c0400459e1afa))
2 changes: 1 addition & 1 deletion packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unform-material-ui",
"version": "1.0.0",
"version": "1.0.1",
"author": "Italo Izaac <[email protected]>",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 07e3d37

Please sign in to comment.