Skip to content

Commit d966e3e

Browse files
committed
release: v4.2.1
1 parent a143b1c commit d966e3e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
Several quick start options are available:
4545

46-
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.2.0.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.2.1.zip)
4747
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
4848
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
4949
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`

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.2.0"
7+
"version": "4.2.1"
88
}

packages/coreui-react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
Several quick start options are available:
4545

46-
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.2.0.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.2.1.zip)
4747
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
4848
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
4949
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`

packages/coreui-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "UI Components Library for React.js",
55
"keywords": [
66
"react",

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.2.0",
3+
"version": "4.2.1",
44
"private": true,
55
"description": "",
66
"homepage": "https://coreui.io/react/",

0 commit comments

Comments
 (0)