Skip to content

Commit ebaf844

Browse files
authored
Merge pull request #48 from coreui/dev-vnext
v2.1.1
2 parents 95790f3 + dde8220 commit ebaf844

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### [@coreui/react](https://coreui.io/) changelog
22

3+
##### `v2.1.1`
4+
chore: update `enzyme-adapter-react-16` to `1.7.0`
5+
chore: update `eslint` to `5.9.0`
6+
chore: update `react-dom` to `16.6.3`
7+
chore: update `react` to `16.6.3`
8+
39
##### `v2.1.0`
410
- feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming:
511
- valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...

demo/src/scss/style.css

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {
@@ -52,13 +52,13 @@
5252
"devDependencies": {
5353
"babel-eslint": "^10.0.1",
5454
"enzyme": "^3.7.0",
55-
"enzyme-adapter-react-16": "^1.6.0",
56-
"eslint": "^5.8.0",
55+
"enzyme-adapter-react-16": "^1.7.0",
56+
"eslint": "^5.9.0",
5757
"eslint-plugin-import": "^2.14.0",
5858
"eslint-plugin-react": "^7.11.1",
5959
"nwb": "^0.23.0",
60-
"react": "^16.6.0",
61-
"react-dom": "^16.6.0",
60+
"react": "^16.6.3",
61+
"react-dom": "^16.6.3",
6262
"sinon": "^5.1.1"
6363
},
6464
"repository": {

0 commit comments

Comments
 (0)