Skip to content

Commit c143705

Browse files
committed
release: v4.0.0-rc.5
1 parent f036eda commit c143705

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
Several quick start options are available:
4747

48-
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.0.0-rc.4.zip)
48+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.0.0-rc.5.zip)
4949
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
5050
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react@next`
5151
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react@next`

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "4.0.0-rc.4"
7+
"version": "4.0.0-rc.5"
88
}

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@
1515
},
1616
"devDependencies": {
1717
"lerna": "^4.0.0"
18-
},
19-
"name": "react"
18+
}
2019
}

Diff for: packages/coreui-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/react",
33
"description": "UI Components Library for React.js",
4-
"version": "4.0.0-rc.4",
4+
"version": "4.0.0-rc.5",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"module": "dist/index.es.js",

Diff for: packages/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@coreui/react-docs",
33
"private": true,
44
"description": "",
5-
"version": "4.0.0-rc.4",
5+
"version": "4.0.0-rc.5",
66
"config": {
77
"version_short": "4.0"
88
},

0 commit comments

Comments
 (0)