Skip to content

Commit

Permalink
Bumped up version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhat committed Apr 23, 2020
1 parent 735b8df commit 894f228
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 28 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### [Versions](https://github.com/gerhat/material-ui-formik-components/releases)

## 0.6.2
###### _Apr 23, 2020_
- Fixed initial values not being displayed at AutoComplete. Issue: [(issue: #28)](https://github.com/gerhat/material-ui-formik-components/issues/28)
- Updated examples to demonstrate the `initialValues` prop
- Updated packages to latest versions

## 0.6.1
###### _Mar 29, 2020_
- Package updates for fixing `minimist` security vulnerability
Expand All @@ -26,7 +32,6 @@
### Select
- Simplified select component by replacing `@material-ui/core/Select` with `@material-ui/core/TextField` + `select` prop _(see: https://material-ui.com/components/text-fields/#select)_


## 0.5.2
###### _Nov 24, 2019_
- Added missing ts export for `<DatePicker/>` - thanks [@cargallo](https://github.com/cargallo)
Expand Down
70 changes: 44 additions & 26 deletions 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": "material-ui-formik-components",
"version": "0.6.1",
"version": "0.6.2",
"author": "Gerasimos Chatzidamianos (https://github.com/gerhat)",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 894f228

Please sign in to comment.