Skip to content

Commit

Permalink
release: v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Aug 28, 2024
1 parent 7c0809c commit f71d8b0
Show file tree
Hide file tree
Showing 47 changed files with 65 additions and 219 deletions.
34 changes: 20 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-bootstrap-admin-template",
"version": "5.0.0",
"version": "5.1.0",
"description": "Free Bootstrap Admin Template",
"keywords": [
"admin",
Expand Down Expand Up @@ -116,7 +116,7 @@
"sass": "^1.77.8",
"serve": "^14.2.3",
"shelljs": "^0.8.5",
"stylelint": "16.8.2",
"stylelint": "16.9.0",
"stylelint-config-twbs-bootstrap": "^14.2.0",
"sync-directory": "^6.0.5"
}
Expand Down
2 changes: 1 addition & 1 deletion src/pug/_partials/banner.pug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
* CoreUI - Free Bootstrap Admin Template
* @version v5.0.0
* @version v5.1.0
* @link https://coreui.io/product/free-bootstrap-admin-template/
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
Expand Down
3 changes: 0 additions & 3 deletions src/pug/_partials/head.pug
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@ link(href='css/style.css', rel='stylesheet')
// We use those styles to show code examples, you should remove them in your application.
link(href='css/examples.css', rel='stylesheet')

// We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.
link(href='css/ads.css', rel='stylesheet')

script(src='js/config.js')
script(src='js/color-modes.js')
73 changes: 0 additions & 73 deletions src/scss/ads.scss

This file was deleted.

4 changes: 1 addition & 3 deletions src/views/404.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v5.0.0
* @version v5.1.0
* @link https://coreui.io/product/free-bootstrap-admin-template/
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
Expand Down Expand Up @@ -41,8 +41,6 @@
<link href="css/style.css" rel="stylesheet">
<!-- We use those styles to show code examples, you should remove them in your application.-->
<link href="css/examples.css" rel="stylesheet">
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
<link href="css/ads.css" rel="stylesheet">
<script src="js/config.js"></script>
<script src="js/color-modes.js"></script>
</head>
Expand Down
4 changes: 1 addition & 3 deletions src/views/500.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v5.0.0
* @version v5.1.0
* @link https://coreui.io/product/free-bootstrap-admin-template/
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
Expand Down Expand Up @@ -41,8 +41,6 @@
<link href="css/style.css" rel="stylesheet">
<!-- We use those styles to show code examples, you should remove them in your application.-->
<link href="css/examples.css" rel="stylesheet">
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
<link href="css/ads.css" rel="stylesheet">
<script src="js/config.js"></script>
<script src="js/color-modes.js"></script>
</head>
Expand Down
4 changes: 1 addition & 3 deletions src/views/base/accordion.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v5.0.0
* @version v5.1.0
* @link https://coreui.io/product/free-bootstrap-admin-template/
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
Expand Down Expand Up @@ -41,8 +41,6 @@
<link href="css/style.css" rel="stylesheet">
<!-- We use those styles to show code examples, you should remove them in your application.-->
<link href="css/examples.css" rel="stylesheet">
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
<link href="css/ads.css" rel="stylesheet">
<script src="js/config.js"></script>
<script src="js/color-modes.js"></script>
<link rel="canonical" href="https://coreui.io/docs/components/accordion/">
Expand Down
4 changes: 1 addition & 3 deletions src/views/base/breadcrumb.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v5.0.0
* @version v5.1.0
* @link https://coreui.io/product/free-bootstrap-admin-template/
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
Expand Down Expand Up @@ -41,8 +41,6 @@
<link href="css/style.css" rel="stylesheet">
<!-- We use those styles to show code examples, you should remove them in your application.-->
<link href="css/examples.css" rel="stylesheet">
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
<link href="css/ads.css" rel="stylesheet">
<script src="js/config.js"></script>
<script src="js/color-modes.js"></script>
<link rel="canonical" href="https://coreui.io/docs/components/breadcrumb/">
Expand Down
4 changes: 1 addition & 3 deletions src/views/base/cards.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v5.0.0
* @version v5.1.0
* @link https://coreui.io/product/free-bootstrap-admin-template/
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
Expand Down Expand Up @@ -41,8 +41,6 @@
<link href="css/style.css" rel="stylesheet">
<!-- We use those styles to show code examples, you should remove them in your application.-->
<link href="css/examples.css" rel="stylesheet">
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
<link href="css/ads.css" rel="stylesheet">
<script src="js/config.js"></script>
<script src="js/color-modes.js"></script>
<link rel="canonical" href="https://coreui.io/docs/components/card/">
Expand Down
4 changes: 1 addition & 3 deletions src/views/base/carousel.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v5.0.0
* @version v5.1.0
* @link https://coreui.io/product/free-bootstrap-admin-template/
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
Expand Down Expand Up @@ -41,8 +41,6 @@
<link href="css/style.css" rel="stylesheet">
<!-- We use those styles to show code examples, you should remove them in your application.-->
<link href="css/examples.css" rel="stylesheet">
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
<link href="css/ads.css" rel="stylesheet">
<script src="js/config.js"></script>
<script src="js/color-modes.js"></script>
<link rel="canonical" href="https://coreui.io/docs/components/carousel/">
Expand Down
4 changes: 1 addition & 3 deletions src/views/base/collapse.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v5.0.0
* @version v5.1.0
* @link https://coreui.io/product/free-bootstrap-admin-template/
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
Expand Down Expand Up @@ -41,8 +41,6 @@
<link href="css/style.css" rel="stylesheet">
<!-- We use those styles to show code examples, you should remove them in your application.-->
<link href="css/examples.css" rel="stylesheet">
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
<link href="css/ads.css" rel="stylesheet">
<script src="js/config.js"></script>
<script src="js/color-modes.js"></script>
<link rel="canonical" href="https://coreui.io/docs/components/collapse/">
Expand Down
4 changes: 1 addition & 3 deletions src/views/base/list-group.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v5.0.0
* @version v5.1.0
* @link https://coreui.io/product/free-bootstrap-admin-template/
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
Expand Down Expand Up @@ -41,8 +41,6 @@
<link href="css/style.css" rel="stylesheet">
<!-- We use those styles to show code examples, you should remove them in your application.-->
<link href="css/examples.css" rel="stylesheet">
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
<link href="css/ads.css" rel="stylesheet">
<script src="js/config.js"></script>
<script src="js/color-modes.js"></script>
<link rel="canonical" href="https://coreui.io/docs/components/list-group/">
Expand Down
4 changes: 1 addition & 3 deletions src/views/base/navs-tabs.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v5.0.0
* @version v5.1.0
* @link https://coreui.io/product/free-bootstrap-admin-template/
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
Expand Down Expand Up @@ -41,8 +41,6 @@
<link href="css/style.css" rel="stylesheet">
<!-- We use those styles to show code examples, you should remove them in your application.-->
<link href="css/examples.css" rel="stylesheet">
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
<link href="css/ads.css" rel="stylesheet">
<script src="js/config.js"></script>
<script src="js/color-modes.js"></script>
<link rel="canonical" href="https://coreui.io/docs/components/navs-tabs/">
Expand Down
4 changes: 1 addition & 3 deletions src/views/base/pagination.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v5.0.0
* @version v5.1.0
* @link https://coreui.io/product/free-bootstrap-admin-template/
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
Expand Down Expand Up @@ -41,8 +41,6 @@
<link href="css/style.css" rel="stylesheet">
<!-- We use those styles to show code examples, you should remove them in your application.-->
<link href="css/examples.css" rel="stylesheet">
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
<link href="css/ads.css" rel="stylesheet">
<script src="js/config.js"></script>
<script src="js/color-modes.js"></script>
<link rel="canonical" href="https://coreui.io/docs/components/pagination/">
Expand Down
Loading

0 comments on commit f71d8b0

Please sign in to comment.