Skip to content

Commit 9c5f98a

Browse files
committed
chore: bump version to v4.0.0-alpha.1
1 parent 6db85df commit 9c5f98a

28 files changed

+33
-33
lines changed

config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ params:
4747
social_image_path: /4.0/assets/brand/coreui-social.jpg
4848
social_logo_path: /4.0/assets/brand/coreui-social-logo.png
4949

50-
current_version: "4.0.0-alpha.0"
51-
current_ruby_version: "4.0.0-alpha.0"
50+
current_version: "4.0.0-alpha.1"
51+
current_ruby_version: "4.0.0-alpha.1"
5252
docs_version: "4.0"
5353
rfs_version: "9.0.3"
5454
github_org: "https://github.com/coreui"
@@ -59,13 +59,13 @@ params:
5959
icons: "https://icons.coreui.io/"
6060

6161
download:
62-
source: "https://github.com/coreui/coreui/archive/v4.0.0-alpha.0.zip"
63-
dist: "https://github.com/coreui/coreui/releases/download/v4.0.0-alpha.0/coreui-4.0.0-alpha.0-dist.zip"
62+
source: "https://github.com/coreui/coreui/archive/v4.0.0-alpha.1.zip"
63+
dist: "https://github.com/coreui/coreui/releases/download/v4.0.0-alpha.1/coreui-4.0.0-alpha.1-dist.zip"
6464

6565
cdn:
6666
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/css/coreui.min.css"
6767
css_hash: "sha384-Rxg5cYTZqXcMAFzxa3dkLGYBjDVqg/w6Xg8x8sJoW4gxhhcGHbvTZ5S99kJ8NokU"
68-
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/coreui.rtl.min.css"
68+
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/coreui.rtl.min.css"
6969
css_rtl_hash: "sha384-OkY56leSb/dcwfOPXfjmD/6eTguTFY42H/XLzYrykzc9DsUgytcACdtG4vLFdNv+"
7070
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.min.js"
7171
js_hash: "sha384-auMQVU9h2wHVjeICVw06fZd/Bwu89wUtkbfvQdFUVKmdFyKmJno12PpjJdiyKXjj"

js/index.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v4.0.0-alpha.0): index.esm.js
3+
* CoreUI (v4.0.0-alpha.1): index.esm.js
44
* Licensed under MIT (https://coreui.io/license)
55
* --------------------------------------------------------------------------
66
*/

js/index.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v4.0.0-alpha.0): index.esm.js
3+
* CoreUI (v4.0.0-alpha.1): index.esm.js
44
* Licensed under MIT (https://coreui.io/license)
55
* --------------------------------------------------------------------------
66
*/

js/src/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v4.0.0-alpha.0): alert.js
3+
* CoreUI (v4.0.0-alpha.1): alert.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's alert.js

js/src/base-component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v4.0.0-alpha.0): alert.js
3+
* CoreUI (v4.0.0-alpha.1): alert.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's base-component.js
@@ -16,7 +16,7 @@ import Data from './dom/data'
1616
* ------------------------------------------------------------------------
1717
*/
1818

19-
const VERSION = '4.0.0-alpha.0'
19+
const VERSION = '4.0.0-alpha.1'
2020

2121
class BaseComponent {
2222
constructor(element) {

js/src/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v4.0.0-alpha.0): alert.js
3+
* CoreUI (v4.0.0-alpha.1): alert.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's button.js

js/src/carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v4.0.0-alpha.0): carousel.js
3+
* CoreUI (v4.0.0-alpha.1): carousel.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's carousel.js

js/src/collapse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v4.0.0-alpha.0): collapse.js
3+
* CoreUI (v4.0.0-alpha.1): collapse.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's collapse.js

js/src/dom/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v4.0.0-alpha.0): alert.js
3+
* CoreUI (v4.0.0-alpha.1): alert.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's dom/data.js

js/src/dom/event-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v4.0.0-alpha.0): alert.js
3+
* CoreUI (v4.0.0-alpha.1): alert.js
44
* Licensed under MIT (https://coreui.io/license)
55
*
66
* This component is a modified version of the Bootstrap's dom/event-handler.js

0 commit comments

Comments
 (0)