Skip to content

Commit d08bf2f

Browse files
committed
release: @coreui/react v4.0.0-rc.6
1 parent 79a076e commit d08bf2f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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.5.zip)
48+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.0.0-rc.6.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`

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.5"
7+
"version": "4.0.0-rc.6"
88
}

packages/coreui-react/package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "4.0.0-rc.5",
3+
"version": "4.0.0-rc.6",
44
"description": "UI Components Library for React.js",
55
"keywords": [
66
"react",
@@ -32,10 +32,7 @@
3232
"src/"
3333
],
3434
"scripts": {
35-
"build": "rollup -c",
36-
"lint": "eslint \"src/components/**/*.{js,ts,tsx}\"",
37-
"test": "jest --coverage",
38-
"test:update": "jest --coverage --updateSnapshot"
35+
"build": "rollup -c"
3936
},
4037
"devDependencies": {
4138
"@popperjs/core": "^2.10.2",

packages/coreui-react/tsconfig.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"extends": "../../tsconfig",
3+
"compilerOptions": {
4+
"declarationDir": "."
5+
},
36
"include": ["src/**/*"]
4-
}
7+
}

packages/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react-docs",
3-
"version": "4.0.0-rc.5",
3+
"version": "4.0.0-rc.6",
44
"private": true,
55
"description": "",
66
"homepage": "https://coreui.io/react/",

0 commit comments

Comments
 (0)