Skip to content

Commit

Permalink
1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
schorfES committed Sep 24, 2024
1 parent 2e90a77 commit 1a6d7e4
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![CI Status](https://github.com/schorfES/caroucssel/actions/workflows/ci.yml/badge.svg)](https://github.com/schorfES/caroucssel/actions)
[![Coverage Status on Codecov](https://codecov.io/gh/schorfES/caroucssel/branch/main/graph/badge.svg)](https://codecov.io/gh/schorfES/caroucssel)
[![Known Vulnerabilities](https://snyk.io/test/github/schorfES/caroucssel/badge.svg)](https://snyk.io/test/github/schorfES/caroucssel)
<br />
[![Tree Shaking](https://badgen.net/bundlephobia/tree-shaking/caroucssel)](https://bundlephobia.com/result?p=caroucssel)
[![Minified gzipped size](https://badgen.net/bundlephobia/minzip/caroucssel)](https://bundlephobia.com/result?p=caroucssel)
![Types included](https://badgen.net/npm/types/tslib)
Expand Down
2 changes: 1 addition & 1 deletion dist/formats/cjs/caroucssel.js
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ class Carousel {
}
}

const version = '1.1.6';
const version = '1.1.7';

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 @@ -801,7 +801,7 @@ var caroucssel = (function (exports) {
}
}

const version = '1.1.6';
const version = '1.1.7';

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 @@ -975,5 +975,5 @@
}
}
_exports.Carousel = Carousel;
const version = _exports.version = '1.1.6';
const version = _exports.version = '1.1.7';
});
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.6";
export declare const version = "1.1.7";
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.6';
export const version = '1.1.7';
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.6",
"version": "1.1.7",
"description": "A lightweight dependency-free css carousel.",
"module": "index.js",
"main": "formats/cjs/caroucssel.js",
Expand Down

0 comments on commit 1a6d7e4

Please sign in to comment.