Skip to content

Commit c5c9133

Browse files
committed
release: v4.0.0-alpha.1
1 parent 3d1af0f commit c5c9133

Some content is hidden

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

50 files changed

+12385
-12300
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-bootstrap-admin-template",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "Free Bootstrap Admin Template",
55
"keywords": [
66
"admin",
@@ -61,7 +61,7 @@
6161
"localhost": "browser-sync start --server \"./dist\" --serveStatic \"./\" --files \"./dist/\"",
6262
"pug": "npm-run-all --parallel pug-*",
6363
"pug-dist": "node build/pug.js --src src/pug/views/ --dest dist/",
64-
"pug-src": "node build/pug.js --src src/pug/views/ --dest src/",
64+
"pug-src": "node build/pug.js --src src/pug/views/ --dest src/views/",
6565
"release-version": "node build/change-version.js",
6666
"serve": "npm-run-all --sequential build-clean css js copy --parallel localhost watch",
6767
"serve-dist": "serve dist",

src/js/charts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/**
55
* --------------------------------------------------------------------------
6-
* CoreUI Boostrap Admin Template (v4.0.0-alpha.0): main.js
6+
* CoreUI Boostrap Admin Template (v4.0.0-alpha.1): main.js
77
* Licensed under MIT (https://coreui.io/license)
88
* --------------------------------------------------------------------------
99
*/

src/js/colors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Boostrap Admin Template (v4.0.0-alpha.0): colors.js
5+
* CoreUI Boostrap Admin Template (v4.0.0-alpha.1): colors.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/**
55
* --------------------------------------------------------------------------
6-
* CoreUI Boostrap Admin Template (v4.0.0-alpha.0): main.js
6+
* CoreUI Boostrap Admin Template (v4.0.0-alpha.1): main.js
77
* Licensed under MIT (https://coreui.io/license)
88
* --------------------------------------------------------------------------
99
*/

src/js/popovers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Free Boostrap Admin Template (v4.0.0-alpha.0): popovers.js
5+
* CoreUI Free Boostrap Admin Template (v4.0.0-alpha.1): popovers.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/js/tooltips.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Free Boostrap Admin Template (v4.0.0-alpha.0): tooltips.js
5+
* CoreUI Free Boostrap Admin Template (v4.0.0-alpha.1): tooltips.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/js/widgets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Boostrap Admin Template (v4.0.0-alpha.0): main.js
5+
* CoreUI Boostrap Admin Template (v4.0.0-alpha.1): main.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/pug/_layout/default.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ html(lang='en')
77
base(href=base)
88
include ../_partials/head.pug
99
block styles
10-
body.bg-light
10+
body
1111
include ../_partials/sidebar.pug
12-
.wrapper.d-flex.flex-column.min-vh-100
12+
.wrapper.d-flex.flex-column.min-vh-100.bg-light
1313
include ../_partials/header.pug
1414
.body.flex-grow-1.px-3
1515
.container-lg

src/pug/_layout/pages.pug

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ html(lang='en')
88
base(href=base)
99
include ../_partials/head.pug
1010
block styles
11-
body.bg-light.min-vh-100.d-flex.flex-row.align-items-center
12-
block view
11+
body
12+
.bg-light.min-vh-100.d-flex.flex-row.align-items-center
13+
block view
1314

1415
include ../_partials/scripts.pug

0 commit comments

Comments
 (0)