Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schorfES committed Feb 27, 2023
1 parent 8ade596 commit a27b1bc
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/formats/cjs/caroucssel.js
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ class Carousel {
}
}

const version = '1.1.2';
const version = '1.1.3';

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.

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

const version = '1.1.2';
const version = '1.1.3';

exports.Buttons = Buttons;
exports.Carousel = Carousel;
Expand Down
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 @@ -973,6 +973,6 @@
}
}
_exports.Carousel = Carousel;
const version = '1.1.2';
const version = '1.1.3';
_exports.version = version;
});
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.2";
export declare const version = "1.1.3";
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.2';
export const version = '1.1.3';
7 changes: 6 additions & 1 deletion dist/index.scss
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
@import url('./styles/index');
/* The @import rule for sass fails and is treated as css import. On a build,
* using `url(...)` notation, the mixin will not be found. We are disabling the
* styling rule for now:
*
* stylelint-disable-line import-notation */
@import './styles/index'; // stylelint-disable-line import-notation
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.2",
"version": "1.1.3",
"description": "A lightweight dependency-free css carousel.",
"module": "index.js",
"main": "formats/cjs/caroucssel.js",
Expand Down

0 comments on commit a27b1bc

Please sign in to comment.