Skip to content

Commit 881619b

Browse files
authored
Merge pull request #431 from coreui/dev-vnext
v2.1.5
2 parents ef16ab0 + 2391b68 commit 881619b

Some content is hidden

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

44 files changed

+224
-192
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2.1.5
2+
- update: `@coreui/coreui` to [`2.0.12`](https://github.com/coreui/coreui/releases) fixes some IE11 and `rtl` issues
3+
- update: `@babel/cli` to `7.1.2`
4+
- update: `@babel/core` to `7.1.2`
5+
- update: `eslint to `5.6.1`
6+
- update: `foreach-cli` to `1.8.1`
7+
18
## v2.1.4
29
- feat(basic-forms): add missing `date-input`
310
- update: `@coreui/coreui` to `2.0.11` fixes some IE11 and `rtl` issues

package-lock.json

+151-80
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
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.4",
3+
"version": "2.1.5",
44
"description": "Free Bootstrap Admin Template",
55
"keywords": [
66
"admin",
@@ -63,7 +63,7 @@
6363
"watch-pug": "nodemon -e pug -x \"npm run pug\""
6464
},
6565
"dependencies": {
66-
"@coreui/coreui": "^2.0.11",
66+
"@coreui/coreui": "^2.0.12",
6767
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
6868
"@coreui/icons": "0.3.0",
6969
"bootstrap": "4.1.3",
@@ -77,8 +77,8 @@
7777
"simple-line-icons": "2.4.1"
7878
},
7979
"devDependencies": {
80-
"@babel/cli": "^7.1.0",
81-
"@babel/core": "^7.1.0",
80+
"@babel/cli": "^7.1.2",
81+
"@babel/core": "^7.1.2",
8282
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
8383
"@babel/preset-env": "^7.1.0",
8484
"autoprefixer": "^9.1.5",
@@ -89,9 +89,9 @@
8989
"clean-css-cli": "^4.2.1",
9090
"copyfiles": "^2.1.0",
9191
"cross-env": "^5.2.0",
92-
"eslint": "^5.6.0",
92+
"eslint": "^5.6.1",
9393
"eslint-plugin-compat": "^2.5.1",
94-
"foreach-cli": "^1.8.0",
94+
"foreach-cli": "^1.8.1",
9595
"js-beautify": "^1.8.6",
9696
"node-sass": "^4.9.3",
9797
"nodemon": "^1.18.4",

src/404.html

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

src/500.html

+1-1
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.4
4+
* @version v2.1.5
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)