Skip to content

Commit fe258ed

Browse files
committed
release: v5.0.0-rc.1
1 parent 7e320e8 commit fe258ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-bootstrap-admin-template",
3-
"version": "5.0.0-rc.0",
3+
"version": "5.0.0-rc.1",
44
"description": "Free Bootstrap Admin Template",
55
"keywords": [
66
"admin",

src/js/color-modes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
return window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'
2121
}
2222

23-
const setTheme = function (theme) {
23+
const setTheme = theme => {
2424
if (theme === 'auto' && window.matchMedia('(prefers-color-scheme: dark)').matches) {
2525
document.documentElement.setAttribute('data-coreui-theme', 'dark')
2626
} else {

src/pug/_partials/banner.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
* CoreUI - Free Bootstrap Admin Template
3-
* @version v5.0.0-rc.0
3+
* @version v5.0.0-rc.1
44
* @link https://coreui.io/product/free-bootstrap-admin-template/
55
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)

src/views/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0-rc.0
4+
* @version v5.0.0-rc.1
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)

src/views/500.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0-rc.0
4+
* @version v5.0.0-rc.1
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)

src/views/base/accordion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0-rc.0
4+
* @version v5.0.0-rc.1
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)

src/views/base/breadcrumb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0-rc.0
4+
* @version v5.0.0-rc.1
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)

src/views/base/cards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0-rc.0
4+
* @version v5.0.0-rc.1
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)

src/views/base/carousel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0-rc.0
4+
* @version v5.0.0-rc.1
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)

src/views/base/collapse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0-rc.0
4+
* @version v5.0.0-rc.1
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)

0 commit comments

Comments
 (0)