Skip to content

Commit d8a4367

Browse files
committed
Version bump
Changelog: - Fix events not bubbling - Fix formatting bug for 00:00 - Fix IE11 error with Numbers package - Fix dropdown not closing on resize - Fix variable reference error when pasting input - Update npm dependencies
1 parent 0873fe4 commit d8a4367

6 files changed

+8
-8
lines changed

Diff for: bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "jt.timepicker",
3-
"version": "1.13.16",
3+
"version": "1.13.17",
44
"description": "A jQuery timepicker plugin inspired by Google Calendar.",
55
"homepage": "http://jonthornton.github.com/jquery-timepicker",
66
"main": ["./jquery.timepicker.js", "./jquery.timepicker.css"],
77
"dependencies": {
8-
"jquery": ">= 1.7"
8+
"jquery": ">= 3.0"
99
},
1010
"keywords": ["time", "picker", "google calendar"],
1111
"author": {

Diff for: jquery.timepicker.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* jquery-timepicker v1.13.16 - A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.
3-
* Copyright (c) 2020 Jon Thornton - https://www.jonthornton.com/jquery-timepicker/
2+
* jquery-timepicker v1.13.17 - A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.
3+
* Copyright (c) 2021 Jon Thornton - https://www.jonthornton.com/jquery-timepicker/
44
* License: MIT
55
*/
66
(function () {

Diff for: jt.timepicker.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jt.timepicker",
3-
"version": "1.13.16",
3+
"version": "1.13.17",
44
"title": "jquery-timepicker",
55
"description": "A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.",
66
"author": {

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timepicker",
3-
"version": "1.13.16",
3+
"version": "1.13.17",
44
"title": "jquery-timepicker",
55
"author": {
66
"name": "Jon Thornton",

Diff for: rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import babel from '@rollup/plugin-babel';
55

66
const banner = `/*!
77
* jquery-timepicker v${version} - A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.
8-
* Copyright (c) 2020 Jon Thornton - https://www.jonthornton.com/jquery-timepicker/
8+
* Copyright (c) 2021 Jon Thornton - https://www.jonthornton.com/jquery-timepicker/
99
* License: MIT
1010
*/`;
1111

0 commit comments

Comments
 (0)