Skip to content

Commit edc2ed8

Browse files
committed
release: v4.2.2
1 parent 1a3e669 commit edc2ed8

File tree

8 files changed

+401
-314
lines changed

8 files changed

+401
-314
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.1.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.2.2.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "4.2.1"
7+
"version": "4.2.2"
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@typescript-eslint/eslint-plugin": "^5.18.0",
2020
"@typescript-eslint/parser": "^5.18.0",
21-
"eslint": "8.15.0",
21+
"eslint": "8.16.0",
2222
"eslint-config-prettier": "^8.5.0",
2323
"eslint-plugin-prettier": "^4.0.0",
2424
"eslint-plugin-react": "^7.29.4",

packages/coreui-icons-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"prop-types": "^15.8.1",
4747
"react": "^18.1.0",
4848
"react-dom": "^18.1.0",
49-
"rollup": "^2.74.0",
49+
"rollup": "^2.74.1",
5050
"rollup-plugin-import-css": "^3.0.3",
5151
"rollup-plugin-peer-deps-external": "^2.2.4",
5252
"typescript": "^4.6.4"

packages/coreui-react/README.md

Lines changed: 1 addition & 1 deletion
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.1.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.2.2.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "UI Components Library for React.js",
55
"keywords": [
66
"react",
@@ -50,7 +50,7 @@
5050
"react-dom": "^18.1.0",
5151
"react-popper": "^2.2.5",
5252
"react-transition-group": "^4.4.2",
53-
"rollup": "^2.74.0",
53+
"rollup": "^2.74.1",
5454
"rollup-plugin-peer-deps-external": "^2.2.4",
5555
"tslib": "^2.4.0",
5656
"typescript": "^4.6.4"

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react-docs",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"private": true,
55
"description": "",
66
"homepage": "https://coreui.io/react/",
@@ -61,7 +61,7 @@
6161
"react-helmet": "^6.1.0",
6262
"remark-html": "^13.0.2",
6363
"rimraf": "^3.0.2",
64-
"sass": "^1.50.0"
64+
"sass": "^1.52.1"
6565
},
6666
"devDependencies": {
6767
"npm-run-all": "^4.1.5"

yarn.lock

Lines changed: 392 additions & 305 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)