Skip to content

Commit

Permalink
Prepare release v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Jul 30, 2018
1 parent 141ca09 commit 009f043
Show file tree
Hide file tree
Showing 16 changed files with 516 additions and 559 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
jCarousel Changelog
===================

Version 0.3.9 - 2018-07-30
--------------------------

* Fix jQuery version to include path version (#836)

Version 0.3.8 - 2018-05-31
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"animation"
],
"license": "MIT",
"version": "0.3.7",
"version": "0.3.9",
"dependencies": {
"components/jquery": ">=1.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-autoscroll.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jCarousel - v0.3.8 - 2018-05-31
/*! jCarousel - v0.3.9 - 2018-07-30
* http://sorgalla.com/jcarousel/
* Copyright (c) 2006-2018 Jan Sorgalla; Licensed MIT */
(function($, document) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-autoscroll.min.js

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

2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-control.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jCarousel - v0.3.8 - 2018-05-31
/*! jCarousel - v0.3.9 - 2018-07-30
* http://sorgalla.com/jcarousel/
* Copyright (c) 2006-2018 Jan Sorgalla; Licensed MIT */
(function($) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-control.min.js

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

4 changes: 2 additions & 2 deletions dist/jquery.jcarousel-core.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*! jCarousel - v0.3.8 - 2018-05-31
/*! jCarousel - v0.3.9 - 2018-07-30
* http://sorgalla.com/jcarousel/
* Copyright (c) 2006-2018 Jan Sorgalla; Licensed MIT */
(function($) {
'use strict';

var jCarousel = $.jCarousel = {};

jCarousel.version = '0.3.8';
jCarousel.version = '0.3.9';

var rRelativeTarget = /^([+\-]=)?(.+)$/;

Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.jcarousel-core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-pagination.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jCarousel - v0.3.8 - 2018-05-31
/*! jCarousel - v0.3.9 - 2018-07-30
* http://sorgalla.com/jcarousel/
* Copyright (c) 2006-2018 Jan Sorgalla; Licensed MIT */
(function($) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-pagination.min.js

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

2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-scrollintoview.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jCarousel - v0.3.8 - 2018-05-31
/*! jCarousel - v0.3.9 - 2018-07-30
* http://sorgalla.com/jcarousel/
* Copyright (c) 2006-2018 Jan Sorgalla; Licensed MIT */
(function($) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-scrollintoview.min.js

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

4 changes: 2 additions & 2 deletions dist/jquery.jcarousel.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*! jCarousel - v0.3.8 - 2018-05-31
/*! jCarousel - v0.3.9 - 2018-07-30
* http://sorgalla.com/jcarousel/
* Copyright (c) 2006-2018 Jan Sorgalla; Licensed MIT */
(function($) {
'use strict';

var jCarousel = $.jCarousel = {};

jCarousel.version = '0.3.8';
jCarousel.version = '0.3.9';

var rRelativeTarget = /^([+\-]=)?(.+)$/;

Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.jcarousel.min.js

Large diffs are not rendered by default.

0 comments on commit 009f043

Please sign in to comment.