Skip to content

Commit c3e9db5

Browse files
committed
Version 4.0.2
1 parent bc05286 commit c3e9db5

7 files changed

+15
-13
lines changed

.gitignore

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
/.idea
2-
/*.iml
3-
/bower_components
4-
/node_modules
1+
.idea
2+
*.iml
3+
bower_components
4+
node_modules
5+
yarn.lock
6+
package-lock.json

dist/bootstrap-confirmation.js

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

dist/bootstrap-confirmation.js.map

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

dist/bootstrap-confirmation.min.js

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

dist/bootstrap-confirmation.min.js.map

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-confirmation2",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"homepage": "http://bootstrap-confirmation.js.org",
55
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
66
"license": "Apache-2.0",

src/confirmation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Popover from 'bootstrap/js/src/popover';
88
*/
99

1010
const NAME = 'confirmation';
11-
const VERSION = '4.0.1';
11+
const VERSION = '4.0.2';
1212
const DATA_KEY = `bs.${NAME}`;
1313
const EVENT_KEY = `.${DATA_KEY}`;
1414
const JQUERY_NO_CONFLICT = $.fn[NAME];

0 commit comments

Comments
 (0)