Skip to content

Commit 8c54817

Browse files
authored
Merge pull request #23 from coreui/dev-next
ship: v2.0.2
2 parents 58fed10 + 9f51b0d commit 8c54817

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

Diff for: README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## @coreui/react v2 for [CoreUI for React.js](https://coreui.io/react/)
1+
## @coreui/react v2 for [CoreUI for React](https://coreui.io/react/)
22

33
[![npm package][npm-badge]][npm]
44
[![npm next][npm-next]][npm]
@@ -20,8 +20,6 @@
2020
[circleci-badge]: https://circleci.com/gh/coreui/react/tree/master.svg?style=shield
2121
[circleci]: https://circleci.com/gh/coreui/react/tree/master.svg?style=shield
2222

23-
_@coreui/react v2_ :construction:
24-
- work in progress :warning:
2523
- bootstrapped with [nwb](https://github.com/insin/nwb) toolkit
2624

2725
#### `npm run` scripts

Diff for: package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {
@@ -35,7 +35,7 @@
3535
"lint": "eslint src"
3636
},
3737
"dependencies": {
38-
"@coreui/icons": "^0.2.0",
38+
"@coreui/icons": "^0.3.0",
3939
"classnames": "^2.2.6",
4040
"core-js": "^2.5.7",
4141
"prop-types": "^15.6.1",
@@ -54,10 +54,10 @@
5454
"eslint": "^4.19.1",
5555
"eslint-plugin-import": "^2.12.0",
5656
"eslint-plugin-react": "^7.9.1",
57-
"nwb": "^0.21.5",
58-
"react": "^16.4.0",
59-
"react-dom": "^16.4.0",
60-
"sinon": "5.0.7"
57+
"nwb": "^0.22.0",
58+
"react": "^16.4.1",
59+
"react-dom": "^16.4.1",
60+
"sinon": "^5.0.7"
6161
},
6262
"repository": {
6363
"type": "git",

Diff for: src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ export AppSidebarMinimizer from './SidebarMinimizer';
1313
export AppSidebarNav from './SidebarNav';
1414
export AppSidebarToggler from './SidebarToggler';
1515
export AppSwitch from './Switch';
16-
export AppLayout from './Shared';
16+
// export AppLayout from './Shared';

0 commit comments

Comments
 (0)