5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 46
46
47
47
Several quick start options are available:
48
48
49
- - [ Download the latest release] ( https://github.com/coreui/coreui-react/archive/v5.4.0 .zip )
49
+ - [ Download the latest release] ( https://github.com/coreui/coreui-react/archive/v5.4.1 .zip )
50
50
- Clone the repo: ` git clone https://github.com/coreui/coreui-react.git `
51
51
- Install with [ npm] ( https://www.npmjs.com/ ) : ` npm install @coreui/react `
52
52
- Install with [ yarn] ( https://yarnpkg.com/ ) : ` yarn add @coreui/react `
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
3
"packages" : [" packages/*" ],
4
- "version" : " 5.4.0 " ,
4
+ "version" : " 5.4.1 " ,
5
5
"$schema" : " node_modules/lerna/schemas/lerna-schema.json"
6
6
}
Original file line number Diff line number Diff line change 46
46
47
47
Several quick start options are available:
48
48
49
- - [ Download the latest release] ( https://github.com/coreui/coreui-react/archive/v5.4.0 .zip )
49
+ - [ Download the latest release] ( https://github.com/coreui/coreui-react/archive/v5.4.1 .zip )
50
50
- Clone the repo: ` git clone https://github.com/coreui/coreui-react.git `
51
51
- Install with [ npm] ( https://www.npmjs.com/ ) : ` npm install @coreui/react `
52
52
- Install with [ yarn] ( https://yarnpkg.com/ ) : ` yarn add @coreui/react `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/react" ,
3
- "version" : " 5.4.0 " ,
3
+ "version" : " 5.4.1 " ,
4
4
"description" : " UI Components Library for React.js" ,
5
5
"keywords" : [
6
6
" react" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/react-docs" ,
3
- "version" : " 5.4.0 " ,
3
+ "version" : " 5.4.1 " ,
4
4
"private" : true ,
5
5
"description" : " " ,
6
6
"homepage" : " https://coreui.io/react/" ,
0 commit comments