Skip to content

Commit

Permalink
Merge pull request #446 from coreui/fix-security-issues
Browse files Browse the repository at this point in the history
ship: v2.1.9
  • Loading branch information
xidedix authored Nov 27, 2018
2 parents de45e2b + 7ec563f commit d6d0349
Show file tree
Hide file tree
Showing 64 changed files with 425 additions and 587 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v2.1.9
- fix: devDependencies security issues (event-stream, flatmap-stream)
- chore: dependencies update
- update `npm-run-all` to `^4.1.5`
- reinstall `nodemon`
```bash
npm uninstall nodemon
npm install --save-dev nodemon
```
- update: `@coreui/coreui` to `^2.1.2`
- update: `popper.js` to `^1.14.5`
- update: `@babel/cli` to `^7.1.5`
- update: `@babel/core` to `^7.1.6`
- update: `@babel/preset-env` to `^7.1.6`
- update: `eslint` to `^5.9.0`
- update: `npm-run-all` to `^4.1.5`
- update: `shelljs` to `^0.8.3`
- update: `stylelint` to `^9.8.0`
- update: `stylelint-scss` to `^3.4.0`

## v2.1.8
- feat(switches): add disabled switch example
- fix(switches): missing an ending semicolon
Expand Down
Loading

0 comments on commit d6d0349

Please sign in to comment.