Skip to content

Commit ba7361b

Browse files
committed
Ship v2.1.1
1 parent 826a284 commit ba7361b

File tree

10 files changed

+2390
-2117
lines changed

10 files changed

+2390
-2117
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## v2.1.0
1+
## v2.1.1
2+
3+
- Update: @coreui/coreui to 2.0.3
4+
- Update: @babel/cli to 7.0.0-beta.53
5+
- Update: @babel/core to 7.0.0-beta.53
6+
- Update: @babel/plugin-proposal-object-rest-spread to 7.0.0-beta.53
7+
- Update: @babel/preset-env to 7.0.0-beta.53
8+
- Update: babel-eslint to 8.2.6
9+
- Update: bootstrap to 4.1.2
10+
- Update: eslint-plugin-compat to 2.5.0
11+
- Update: nodemon to 1.18.1
12+
13+
## v2.1.1
214

315
- **Feat: Add pug support**
416
- Update: @coreui/coreui-icons to 0.3.0

package-lock.json

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

package.json

Lines changed: 10 additions & 10 deletions
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.0",
3+
"version": "2.1.1",
44
"description": "Free Bootstrap Admin Template",
55
"keywords": [
66
"admin",
@@ -63,10 +63,10 @@
6363
"watch-pug": "nodemon -e pug -x \"npm run pug\""
6464
},
6565
"dependencies": {
66-
"@coreui/coreui": "2.0.3",
66+
"@coreui/coreui": "2.0.4",
6767
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
6868
"@coreui/icons": "0.3.0",
69-
"bootstrap": "4.1.1",
69+
"bootstrap": "4.1.2",
7070
"chart.js": "^2.7.2",
7171
"flag-icon-css": "3.0.0",
7272
"font-awesome": "4.7.0",
@@ -77,23 +77,23 @@
7777
"simple-line-icons": "2.4.1"
7878
},
7979
"devDependencies": {
80-
"@babel/cli": "^7.0.0-beta.46",
81-
"@babel/core": "^7.0.0-beta.46",
82-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.46",
83-
"@babel/preset-env": "^7.0.0-beta.46",
80+
"@babel/cli": "^7.0.0-beta.53",
81+
"@babel/core": "^7.0.0-beta.53",
82+
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.53",
83+
"@babel/preset-env": "^7.0.0-beta.53",
8484
"autoprefixer": "^8.4.1",
85-
"babel-eslint": "^8.2.3",
85+
"babel-eslint": "8.2.6",
8686
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
8787
"browser-sync": "2.24.4",
8888
"chalk": "^2.4.1",
8989
"clean-css-cli": "^4.1.11",
9090
"copyfiles": "^2.0.0",
9191
"cross-env": "^5.1.4",
9292
"eslint": "^4.19.1",
93-
"eslint-plugin-compat": "^2.2.0",
93+
"eslint-plugin-compat": "2.5.0",
9494
"foreach-cli": "^1.8.0",
9595
"node-sass": "^4.9.0",
96-
"nodemon": "^1.17.4",
96+
"nodemon": "1.18.1",
9797
"npm-run-all": "^4.1.3",
9898
"postcss-cli": "^5.0.0",
9999
"pug": "^2.0.3",

0 commit comments

Comments
 (0)