Skip to content

Commit

Permalink
1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
schorfES committed May 7, 2024
1 parent b42592c commit 02b743a
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 15 deletions.
4 changes: 1 addition & 3 deletions dist/formats/cjs/caroucssel.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

Object.defineProperty(exports, '__esModule', { value: true });

function __rest(s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
Expand Down Expand Up @@ -802,7 +800,7 @@ class Carousel {
}
}

const version = '1.1.4';
const version = '1.1.5';

exports.Buttons = Buttons;
exports.Carousel = Carousel;
Expand Down
2 changes: 1 addition & 1 deletion dist/formats/cjs/caroucssel.min.js

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions dist/formats/iife/caroucssel.js
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ var caroucssel = (function (exports) {
}
}

const version = '1.1.4';
const version = '1.1.5';

exports.Buttons = Buttons;
exports.Carousel = Carousel;
Expand All @@ -810,8 +810,6 @@ var caroucssel = (function (exports) {
exports.Pagination = Pagination;
exports.version = version;

Object.defineProperty(exports, '__esModule', { value: true });

return exports;

})({});
2 changes: 1 addition & 1 deletion dist/formats/iife/caroucssel.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formats/umd/caroucssel.js
Original file line number Diff line number Diff line change
Expand Up @@ -975,5 +975,5 @@
}
}
_exports.Carousel = Carousel;
const version = _exports.version = '1.1.4';
const version = _exports.version = '1.1.5';
});
2 changes: 1 addition & 1 deletion dist/formats/umd/caroucssel.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export { Mouse } from './features/mouse';
export { Pagination } from './features/pagination';
export { Carousel, Mask } from './carousel';
export * from './types';
export declare const version = "1.1.4";
export declare const version = "1.1.5";
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export { Carousel, Mask } from './carousel';
export * from './types';
// This will be replaced by the version from the package.json
// See: scripts/build_post.js
export const version = '1.1.4';
export const version = '1.1.5';
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caroucssel",
"version": "1.1.4",
"version": "1.1.5",
"description": "A lightweight dependency-free css carousel.",
"module": "index.js",
"main": "formats/cjs/caroucssel.js",
Expand Down

0 comments on commit 02b743a

Please sign in to comment.