Skip to content

Commit

Permalink
release v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lanjingling0510 committed Jun 24, 2016
1 parent fcd981a commit 130384d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.0.8 - Fri, 24 Jun 2016 01:32:53 GMT
--------------------------------------

-


v1.0.7 - Fri, 24 Jun 2016 01:29:41 GMT
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require('react-mobile-datepicker/dist/react-mobile-datepicker.css');
```js
import React, { Component } from 'react';
import { render } from 'react-dom';
import InfiniteCalendar from 'react-mobile-datepicker';
import DatePicker from 'react-mobile-datepicker';
import 'react-mobile-datepicker/dist/react-mobile-datepicker.css'; // only needs to be imported once

// Render the Calendar
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mobile-datepicker",
"version": "1.0.7",
"version": "1.0.8",
"description": "一个移动端时间选择器react组件",
"main": "./dist/mobile-datepicker.js",
"repository": "lanjingling0510/react-mobile-date-picker",
Expand Down

0 comments on commit 130384d

Please sign in to comment.