Skip to content

Commit 02e1c8e

Browse files
committed
Ship: v2.1.5
1 parent 0f4797c commit 02e1c8e

Some content is hidden

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

60 files changed

+2579
-829
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v2.1.next
1+
## v2.1.5
22
###### Dependencies update:
33
- chore: update `bootstrap` to `^4.2.1`
44
- chore: update `@babel/polyfill` to `^7.2.5`
@@ -14,7 +14,7 @@
1414
- chore: update `rollup` to `^0.68.2`
1515
- chore: update `rollup-plugin-babel` to `^4.2.0`
1616
- chore: update `stylelint-scss` to `^3.4.4`
17-
###### Pull Requiests:
17+
###### Pull Requests:
1818
- Re-added composer file #35
1919
- Re-added composer file so new versions can be downloaded via composer
2020
- Replaced relative paths in .scss files so files can be generated correctly

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)