Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Commit

Permalink
Released v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed Oct 26, 2015
1 parent f91f3a7 commit f4c186f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog


## 0.2.1 (Oct 26, 2015)

- Fixed the error of month picker.


## 0.2.0 (Oct 18, 2015)

- Supports custom events
Expand Down
4 changes: 2 additions & 2 deletions dist/datepicker.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Datepicker v0.2.0
* Datepicker v0.2.1
* https://github.com/fengyuanchen/datepicker
*
* Copyright (c) 2014-2015 Fengyuan Chen
* Released under the MIT license
*
* Date: 2015-10-18T06:04:18.882Z
* Date: 2015-10-26T02:21:31.213Z
*/
.datepicker-container {
position: fixed;
Expand Down
6 changes: 3 additions & 3 deletions dist/datepicker.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Datepicker v0.2.0
* Datepicker v0.2.1
* https://github.com/fengyuanchen/datepicker
*
* Copyright (c) 2014-2015 Fengyuan Chen
* Released under the MIT license
*
* Date: 2015-10-25T14:56:12.109Z
* Date: 2015-10-26T02:21:30.292Z
*/

(function (factory) {
Expand Down Expand Up @@ -170,7 +170,7 @@
Datepicker.prototype = {
constructor: Datepicker,

version: '0.2.0',
version: '0.2.1',

init: function () {
var options = this.options;
Expand Down
4 changes: 2 additions & 2 deletions dist/datepicker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/datepicker.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</div>
<nav class="collapse navbar-collapse" id="navbar-collapse-1" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/fengyuanchen/datepicker/tree/v0.2.0/README.md">Docs</a></li>
<li><a href="https://github.com/fengyuanchen/datepicker/tree/v0.2.1/README.md">Docs</a></li>
<li><a href="https://github.com/fengyuanchen/datepicker">Github</a></li>
<li><a href="https://chenfengyuan.com">About</a></li>
<li><a href="https://fengyuanchen.github.io">More</a></li>
Expand All @@ -45,7 +45,7 @@
<!-- Jumbotron -->
<div class="jumbotron docs-jumbotron">
<div class="container">
<h1>Datepicker <small class="version">v0.2.0</small></h1>
<h1>Datepicker <small class="version">v0.2.1</small></h1>
<p class="lead">A simple jQuery datepicker plugin.</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fengyuanchen/datepicker",
"description": "A simple jQuery datepicker plugin.",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/datepicker.js",
"keywords": [
"date",
Expand Down

0 comments on commit f4c186f

Please sign in to comment.