Skip to content

Commit a432e2e

Browse files
committed
release: v4.5.1
1 parent c2a80b1 commit a432e2e

File tree

7 files changed

+7
-5
lines changed

7 files changed

+7
-5
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
Several quick start options are available:
4848

49-
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.5.0.zip)
49+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.5.1.zip)
5050
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
5151
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
5252
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`

Diff for: packages/coreui-react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
Several quick start options are available:
4848

49-
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.5.0.zip)
49+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.5.1.zip)
5050
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
5151
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
5252
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`

Diff for: 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.5.0",
3+
"version": "4.5.1",
44
"description": "UI Components Library for React.js",
55
"keywords": [
66
"react",

Diff for: packages/docs/content/4.5/api/CPopover.api.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import CPopover from '@coreui/react/src/components/popover/CPopover'
77

88
| Property | Description | Type | Default |
99
| --- | --- | --- | --- |
10+
| **className** | A string of all className you want applied to the component. | `string` | - |
1011
| **content** | Content node for your component. | `ReactNode` | - |
1112
| **offset** | Offset of the popover relative to its target. | `[number, number]` | [0, 8] |
1213
| **onHide** | Callback fired when the component requests to be hidden. | `() => void` | - |

Diff for: packages/docs/content/4.5/api/CTooltip.api.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import CTooltip from '@coreui/react/src/components/tooltip/CTooltip'
77

88
| Property | Description | Type | Default |
99
| --- | --- | --- | --- |
10+
| **className** | A string of all className you want applied to the component. | `string` | - |
1011
| **content** | Content node for your component. | `ReactNode` | - |
1112
| **offset** | Offset of the popover relative to its target. | `[number, number]` | [0, 0] |
1213
| **onHide** | Callback fired when the component requests to be hidden. | `() => void` | - |

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

Diff for: yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@
18721872
conventional-recommended-bump "^6.1.0"
18731873
fs-extra "^9.1.0"
18741874
get-stream "^6.0.0"
1875-
lodash.template "^4.5.0"
1875+
lodash.template "^4.5.1"
18761876
npm-package-arg "^8.1.0"
18771877
npmlog "^4.1.2"
18781878
pify "^5.0.0"

0 commit comments

Comments
 (0)