Skip to content

Commit b5d0250

Browse files
committed
release: v4.2.0
1 parent 6d9926b commit b5d0250

File tree

206 files changed

+1753
-1629
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+1753
-1629
lines changed

README.md

+1-1

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.1.2"
7+
"version": "4.2.0"
88
}

packages/coreui-icons-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@rollup/plugin-typescript": "^8.3.1",
4141
"@testing-library/jest-dom": "^5.16.4",
4242
"@testing-library/react": "^12.1.4",
43-
"@types/react": "^17.0.44",
43+
"@types/react": "^17.0.39",
4444
"@types/react-dom": "^17.0.15",
4545
"classnames": "^2.3.1",
4646
"prop-types": "^15.8.1",

packages/coreui-react/README.md

+1-1

packages/coreui-react/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "4.1.2",
3+
"version": "4.2.0",
44
"description": "UI Components Library for React.js",
55
"keywords": [
66
"react",
@@ -41,7 +41,7 @@
4141
"@rollup/plugin-typescript": "^8.3.1",
4242
"@testing-library/jest-dom": "^5.16.4",
4343
"@testing-library/react": "^12.1.4",
44-
"@types/react": "^17.0.44",
44+
"@types/react": "17.0.39",
4545
"@types/react-dom": "^17.0.15",
4646
"@types/react-transition-group": "^4.4.4",
4747
"classnames": "^2.3.1",
@@ -52,6 +52,7 @@
5252
"react-transition-group": "^4.4.2",
5353
"rollup": "^2.70.1",
5454
"rollup-plugin-peer-deps-external": "^2.2.4",
55+
"tslib": "^2.4.0",
5556
"typescript": "^4.6.3"
5657
},
5758
"peerDependencies": {

packages/docs/content/4.1/api/CChart.api.mdx renamed to packages/docs/content/4.2/api/CChart.api.mdx

+3-3

packages/docs/content/4.1/api/CCharts.api.mdx renamed to packages/docs/content/4.2/api/CCharts.api.mdx

+3-3

packages/docs/content/4.1/api/CFormInput.api.mdx renamed to packages/docs/content/4.2/api/CFormInput.api.mdx

+1

packages/docs/content/4.1/api/CTooltip.api.mdx renamed to packages/docs/content/4.2/api/CTooltip.api.mdx

+1

packages/docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react-docs",
3-
"version": "4.1.2",
3+
"version": "4.2.0",
44
"private": true,
55
"description": "",
66
"homepage": "https://coreui.io/react/",
@@ -24,7 +24,7 @@
2424
"clean": "gatsby clean"
2525
},
2626
"config": {
27-
"version_short": "4.1"
27+
"version_short": "4.2"
2828
},
2929
"dependencies": {
3030
"@coreui/chartjs": "^3.0.0",

0 commit comments

Comments
 (0)