Skip to content

Commit

Permalink
Updated changelog and project version
Browse files Browse the repository at this point in the history
  • Loading branch information
devias-io committed May 13, 2019
1 parent 2a7f7d6 commit 7f07d05
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [0.2.0] 2019-05-13

## Updates

- [#5](https://github.com/devias-io/react-material-dashboard/issues/5) Updated to @material-ui to `4.0.0-beta`
- Updated few icons to match @material-ui v4 updates
- Updated React version to `16.8.6` to support React Hooks
- Implemented `jsconfig.json` file and removed `.env` to match React v16.8.6 absolute paths
- Updated chart styles and options
- [#7](https://github.com/devias-io/react-material-dashboard/issues/7) Removed yarn.lock from commit

## [0.1.1] 2019-05-11

### Updates
Expand All @@ -18,8 +29,7 @@
- Fixed charts responsiveness
- Fixed `DisplayMode` component size, when used as a flex child it could grow/shrink
- Fixed `Typography` view responsiveness for small devices
- Fixed `ProductCard` component description height
https://github.com/devias-io/react-material-dashboard/pull/2
- [#2](https://github.com/devias-io/react-material-dashboard/pull/2) Fixed `ProductCard` component description height

## [0.1.0] 2019-05-02

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ Within the download you'll find the following directories and files:
material-react-dashboard
├── .eslintrc
├── .gitignore
├── .prettierrc
├── CHANGELOG.md
├── jsconfig.json
├── LICENSE.md
├── package.json
├── README.md
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-material-dashboard",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -49,4 +49,4 @@
"prettier-eslint": "^8.8.2",
"prettier-eslint-cli": "^4.7.1"
}
}
}

0 comments on commit 7f07d05

Please sign in to comment.