Skip to content

Commit

Permalink
Prepare 1.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Jul 6, 2017
1 parent 3d534ab commit 4c12834
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.7.1
-----

## Bugfixes
* Revert "move `jquery` to `peerDependencies` from `dependencies`"

1.7.0
-----

Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker.min.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker.standalone.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker.standalone.min.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker3.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker3.min.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker3.standalone.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker3.standalone.min.css

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

4 changes: 2 additions & 2 deletions dist/js/bootstrap-datepicker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Datepicker for Bootstrap v1.7.0 (https://github.com/uxsolutions/bootstrap-datepicker)
* Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
*
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
Expand Down Expand Up @@ -1998,7 +1998,7 @@

/* DATEPICKER VERSION
* =================== */
$.fn.datepicker.version = '1.7.0';
$.fn.datepicker.version = '1.7.1';

$.fn.datepicker.deprecated = function(msg){
var console = window.console;
Expand Down
4 changes: 2 additions & 2 deletions dist/js/bootstrap-datepicker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/bootstrap-datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,7 @@

/* DATEPICKER VERSION
* =================== */
$.fn.datepicker.version = '1.7.0';
$.fn.datepicker.version = '1.7.1';

$.fn.datepicker.deprecated = function(msg){
var console = window.console;
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": "bootstrap-datepicker",
"description": "A datepicker for Bootstrap",
"version": "1.7.0",
"version": "1.7.1",
"license": "Apache-2.0",
"keywords": [
"datepicker",
Expand Down

0 comments on commit 4c12834

Please sign in to comment.