Skip to content

Commit 0350d9f

Browse files
committed
Ship: v2.1.12
1 parent a147c9c commit 0350d9f

Some content is hidden

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

64 files changed

+1282
-1085
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v2.1.12
2+
- chore(build/vendors): removes hash tag from urls in css files #460 - thanks @mgsmus
3+
- update: `@coreui/coreui` to `^2.1.7`
4+
- update: `bootstrap` to `^4.3.1`
5+
- update: `core-js` to `^2.6.5`
6+
- update: `popper.js` to `^1.14.7`
7+
- update: `@babel/core` to `^7.3.3`
8+
- update: `@babel/plugin-proposal-object-rest-spread` to `^7.3.2`
9+
- update: `@babel/preset-env` to `^7.3.1`
10+
- update: `autoprefixer` to `^9.4.8`
11+
- update: `eslint` to `^5.14.1`
12+
- update: `eslint-plugin-compat` to `^2.7.0`
13+
- update: `nodemon` to `^1.18.10`
14+
- update: `postcss-cli` to `^6.1.2`
15+
- update: `stylelint` to `^9.10.1`
16+
- update: `stylelint-scss` to `^3.5.3`
17+
118
## v2.1.11
219
- fix(collapse): add `mb-0` to accordion cards, thanks @ubugnu #449
320
- update: `@coreui/coreui` to `^2.1.5`

package-lock.json

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

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": "2.1.11",
3+
"version": "2.1.12",
44
"description": "Free Bootstrap Admin Template",
55
"keywords": [
66
"admin",

src/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 v2.1.11
4+
* @version v2.1.12
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)

src/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 v2.1.11
4+
* @version v2.1.12
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)

src/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 v2.1.11
4+
* @version v2.1.12
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)

src/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 v2.1.11
4+
* @version v2.1.12
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)

src/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 v2.1.11
4+
* @version v2.1.12
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)

src/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 v2.1.11
4+
* @version v2.1.12
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)

src/base/forms.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 v2.1.11
4+
* @version v2.1.12
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)

0 commit comments

Comments
 (0)