Skip to content

Commit 4fd9239

Browse files
committed
chore: version bump
1 parent 49bac1e commit 4fd9239

17 files changed

+326
-301
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ $ npm install @coreui/coreui --save
5252
### Yarn
5353

5454
``` bash
55-
$ yarn add @coreui/[email protected].3
55+
$ yarn add @coreui/[email protected].4
5656
```
5757

5858
### Composer
5959

6060
``` bash
61-
$ composer require coreui/coreui:2.1.3
61+
$ composer require coreui/coreui:2.1.4
6262
```
6363

6464
## Usage

js/src/ajax-load.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import $ from 'jquery'
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI (v2.1.3): ajax-load.js
5+
* CoreUI (v2.1.4): ajax-load.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/
@@ -16,7 +16,7 @@ const AjaxLoad = (($) => {
1616
*/
1717

1818
const NAME = 'ajaxLoad'
19-
const VERSION = '2.1.3'
19+
const VERSION = '2.1.4'
2020
const DATA_KEY = 'coreui.ajaxLoad'
2121
const JQUERY_NO_CONFLICT = $.fn[NAME]
2222

js/src/aside-menu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import toggleClasses from './toggle-classes'
33

44
/**
55
* --------------------------------------------------------------------------
6-
* CoreUI (v2.1.3): aside-menu.js
6+
* CoreUI (v2.1.4): aside-menu.js
77
* Licensed under MIT (https://coreui.io/license)
88
* --------------------------------------------------------------------------
99
*/
@@ -16,7 +16,7 @@ const AsideMenu = (($) => {
1616
*/
1717

1818
const NAME = 'aside-menu'
19-
const VERSION = '2.1.3'
19+
const VERSION = '2.1.4'
2020
const DATA_KEY = 'coreui.aside-menu'
2121
const EVENT_KEY = `.${DATA_KEY}`
2222
const DATA_API_KEY = '.data-api'

js/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Sidebar from './sidebar'
66

77
/**
88
* --------------------------------------------------------------------------
9-
* CoreUI (v2.1.3): index.js
9+
* CoreUI (v2.1.4): index.js
1010
* Licensed under MIT (https://coreui.io/license)
1111
* --------------------------------------------------------------------------
1212
*/

js/src/sidebar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import toggleClasses from './toggle-classes'
55

66
/**
77
* --------------------------------------------------------------------------
8-
* CoreUI (v2.1.3): sidebar.js
8+
* CoreUI (v2.1.4): sidebar.js
99
* Licensed under MIT (https://coreui.io/license)
1010
* --------------------------------------------------------------------------
1111
*/
@@ -18,7 +18,7 @@ const Sidebar = (($) => {
1818
*/
1919

2020
const NAME = 'sidebar'
21-
const VERSION = '2.1.3'
21+
const VERSION = '2.1.4'
2222
const DATA_KEY = 'coreui.sidebar'
2323
const EVENT_KEY = `.${DATA_KEY}`
2424
const DATA_API_KEY = '.data-api'

js/src/toggle-classes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v2.1.3): toggle-classes.js
3+
* CoreUI (v2.1.4): toggle-classes.js
44
* Licensed under MIT (https://coreui.io/license)
55
* --------------------------------------------------------------------------
66
*/

js/src/utilities/classes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI Utilities (v2.1.3): classes.js
3+
* CoreUI Utilities (v2.1.4): classes.js
44
* Licensed under MIT (https://coreui.io/license)
55
* --------------------------------------------------------------------------
66
*/

js/src/utilities/get-color.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI Utilities (v2.1.3): get-color.js
3+
* CoreUI Utilities (v2.1.4): get-color.js
44
* Licensed under MIT (https://coreui.io/license)
55
* --------------------------------------------------------------------------
66
*/

js/src/utilities/get-css-custom-properties.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI Utilities (v2.1.3): get-css-custom-properties.js
3+
* CoreUI Utilities (v2.1.4): get-css-custom-properties.js
44
* Licensed under MIT (https://coreui.io/license)
55
* @returns {string} css custom property name
66
* --------------------------------------------------------------------------

js/src/utilities/get-style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI Utilities (v2.1.3): get-style.js
3+
* CoreUI Utilities (v2.1.4): get-style.js
44
* Licensed under MIT (https://coreui.io/license)
55
* --------------------------------------------------------------------------
66
*/

0 commit comments

Comments
 (0)