Skip to content

Commit

Permalink
Merge pull request #48 from coreui/dev-vnext
Browse files Browse the repository at this point in the history
v2.1.1
  • Loading branch information
xidedix authored Nov 21, 2018
2 parents 95790f3 + dde8220 commit ebaf844
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### [@coreui/react](https://coreui.io/) changelog

##### `v2.1.1`
chore: update `enzyme-adapter-react-16` to `1.7.0`
chore: update `eslint` to `5.9.0`
chore: update `react-dom` to `16.6.3`
chore: update `react` to `16.6.3`

##### `v2.1.0`
- feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming:
- valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...
Expand Down
6 changes: 3 additions & 3 deletions demo/src/scss/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/react",
"version": "2.1.0",
"version": "2.1.1",
"description": "CoreUI React Bootstrap 4 components",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -52,13 +52,13 @@
"devDependencies": {
"babel-eslint": "^10.0.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"eslint": "^5.8.0",
"enzyme-adapter-react-16": "^1.7.0",
"eslint": "^5.9.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"nwb": "^0.23.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"sinon": "^5.1.1"
},
"repository": {
Expand Down

0 comments on commit ebaf844

Please sign in to comment.