Skip to content

Commit fcb4caa

Browse files
authored
Merge pull request #61 from coreui/dev-vnext
v2.1.5
2 parents e43a64e + 02e1c8e commit fcb4caa

File tree

105 files changed

+3819
-1399
lines changed

Some content is hidden

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

105 files changed

+3819
-1399
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v2.1.5
2+
###### Dependencies update:
3+
- chore: update `bootstrap` to `^4.2.1`
4+
- chore: update `@babel/polyfill` to `^7.2.5`
5+
- chore: update `@babel/cli` to `^7.2.3`
6+
- chore: update `@babel/core` to `^7.2.2`
7+
- chore: update `@babel/preset-env` to `^7.2.3`
8+
- chore: update `autoprefixer` to `^9.4.4`
9+
- chore: update `eslint` to `^5.12.0`
10+
- chore: update `node-sass` to `^4.11.0`
11+
- chore: update `nodemon` to `^1.18.9`
12+
- chore: update `postcss-cli` to `^6.1.1`
13+
- chore: update `rimraf` to `^2.6.3`
14+
- chore: update `rollup` to `^0.68.2`
15+
- chore: update `rollup-plugin-babel` to `^4.2.0`
16+
- chore: update `stylelint-scss` to `^3.4.4`
17+
###### Pull Requests:
18+
- Re-added composer file #35
19+
- Re-added composer file so new versions can be downloaded via composer
20+
- Replaced relative paths in .scss files so files can be generated correctly
21+
122
## v2.1.4
223
- fix(scss): .sidebar .nav-link.disabled
324
- chore: update `@babel/cli` to `^7.2.0`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ $ npm install @coreui/coreui --save
5252
### Yarn
5353

5454
``` bash
55-
$ yarn add @coreui/[email protected].4
55+
$ yarn add @coreui/[email protected].5
5656
```
5757

5858
### Composer
5959

6060
``` bash
61-
$ composer require coreui/coreui:2.1.4
61+
$ composer require coreui/coreui:2.1.5
6262
```
6363

6464
## Usage

0 commit comments

Comments
 (0)