Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
saschb2b committed Oct 20, 2016
1 parent 5beaf60 commit 901bbfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)

## [1.0.1] - 2016-10-20
### Changed
- Update material ui to 0.16.1

## [1.0.0] - 2016-10-14
### Changed
- Update material ui to 0.16.0
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-auto-rotating-carousel",
"version": "1.0.0",
"version": "1.0.1",
"description": "Introduce new users to your app with this material style carousel",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -34,14 +34,14 @@
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"material-ui": "^0.16.0",
"material-ui": "^0.16.1",
"react": "^15.3.1",
"react-motion": "^0.4.4",
"react-swipeable-views": "^0.7.7",
"react-tap-event-plugin": "^1.0.0"
},
"peerDependencies": {
"material-ui": "^0.16.0",
"material-ui": "^0.16.1",
"react": "^15.3.1",
"react-motion": "^0.4.4",
"react-swipeable-views": "^0.7.7"
Expand Down

0 comments on commit 901bbfe

Please sign in to comment.