Skip to content

Commit b512837

Browse files
committed
chore: bump versio to v3.2.2
1 parent cd1a185 commit b512837

16 files changed

+30
-30
lines changed

js/src/alert.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.1): alert.js
3+
* CoreUI (v3.2.2): alert.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's alert.js
@@ -26,7 +26,7 @@ import EventHandler from './dom/event-handler'
2626
*/
2727

2828
const NAME = 'alert'
29-
const VERSION = '3.2.1'
29+
const VERSION = '3.2.2'
3030
const DATA_KEY = 'coreui.alert'
3131
const EVENT_KEY = `.${DATA_KEY}`
3232
const DATA_API_KEY = '.data-api'

js/src/async-load.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.1): asyn-load.js
3+
* CoreUI (v3.2.2): asyn-load.js
44
* Licensed under MIT (https://coreui.io/license)
55
* --------------------------------------------------------------------------
66
*/
@@ -16,7 +16,7 @@ import EventHandler from './dom/event-handler'
1616
*/
1717

1818
const NAME = 'asyncLoad'
19-
const VERSION = '3.2.1'
19+
const VERSION = '3.2.2'
2020
const DATA_KEY = 'coreui.asyncLoad'
2121
const EVENT_KEY = `.${DATA_KEY}`
2222
const DATA_API_KEY = '.data-api'

js/src/button.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.1): button.js
3+
* CoreUI (v3.2.2): button.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's buttons.js
@@ -21,7 +21,7 @@ import SelectorEngine from './dom/selector-engine'
2121
*/
2222

2323
const NAME = 'button'
24-
const VERSION = '3.2.1'
24+
const VERSION = '3.2.2'
2525
const DATA_KEY = 'coreui.button'
2626
const EVENT_KEY = `.${DATA_KEY}`
2727
const DATA_API_KEY = '.data-api'

js/src/carousel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.1): carousel.js
3+
* CoreUI (v3.2.2): carousel.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's carousel.js
@@ -32,7 +32,7 @@ import SelectorEngine from './dom/selector-engine'
3232
*/
3333

3434
const NAME = 'carousel'
35-
const VERSION = '3.2.1'
35+
const VERSION = '3.2.2'
3636
const DATA_KEY = 'coreui.carousel'
3737
const EVENT_KEY = `.${DATA_KEY}`
3838
const DATA_API_KEY = '.data-api'

js/src/class-toggler.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.1): class-toggler.js
3+
* CoreUI (v3.2.2): class-toggler.js
44
* Licensed under MIT (https://coreui.io/license)
55
* --------------------------------------------------------------------------
66
*/
@@ -20,7 +20,7 @@ import Manipulator from './dom/manipulator'
2020
*/
2121

2222
const NAME = 'class-toggler'
23-
const VERSION = '3.2.1'
23+
const VERSION = '3.2.2'
2424
const DATA_KEY = 'coreui.class-toggler'
2525
const EVENT_KEY = `.${DATA_KEY}`
2626
const DATA_API_KEY = '.data-api'

js/src/collapse.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.1): collapse.js
3+
* CoreUI (v3.2.2): collapse.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's collapse.js
@@ -32,7 +32,7 @@ import SelectorEngine from './dom/selector-engine'
3232
*/
3333

3434
const NAME = 'collapse'
35-
const VERSION = '3.2.1'
35+
const VERSION = '3.2.2'
3636
const DATA_KEY = 'coreui.collapse'
3737
const EVENT_KEY = `.${DATA_KEY}`
3838
const DATA_API_KEY = '.data-api'

js/src/dropdown.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.1): dropdown.js
3+
* CoreUI (v3.2.2): dropdown.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's dropdown.js
@@ -30,7 +30,7 @@ import SelectorEngine from './dom/selector-engine'
3030
*/
3131

3232
const NAME = 'dropdown'
33-
const VERSION = '3.2.1'
33+
const VERSION = '3.2.2'
3434
const DATA_KEY = 'coreui.dropdown'
3535
const EVENT_KEY = `.${DATA_KEY}`
3636
const DATA_API_KEY = '.data-api'

js/src/modal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.1): modal.js
3+
* CoreUI (v3.2.2): modal.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's modal.js
@@ -31,7 +31,7 @@ import SelectorEngine from './dom/selector-engine'
3131
*/
3232

3333
const NAME = 'modal'
34-
const VERSION = '3.2.1'
34+
const VERSION = '3.2.2'
3535
const DATA_KEY = 'coreui.modal'
3636
const EVENT_KEY = `.${DATA_KEY}`
3737
const DATA_API_KEY = '.data-api'

js/src/popover.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.1): popover.js
3+
* CoreUI (v3.2.2): popover.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's popover.js
@@ -21,7 +21,7 @@ import Tooltip from './tooltip'
2121
*/
2222

2323
const NAME = 'popover'
24-
const VERSION = '3.2.1'
24+
const VERSION = '3.2.2'
2525
const DATA_KEY = 'coreui.popover'
2626
const EVENT_KEY = `.${DATA_KEY}`
2727
const CLASS_PREFIX = 'bs-popover'

js/src/scrollspy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.1): scrollspy.js
3+
* CoreUI (v3.2.2): scrollspy.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's scrollspy.js
@@ -28,7 +28,7 @@ import SelectorEngine from './dom/selector-engine'
2828
*/
2929

3030
const NAME = 'scrollspy'
31-
const VERSION = '3.2.1'
31+
const VERSION = '3.2.2'
3232
const DATA_KEY = 'coreui.scrollspy'
3333
const EVENT_KEY = `.${DATA_KEY}`
3434
const DATA_API_KEY = '.data-api'

0 commit comments

Comments
 (0)