Skip to content

Commit e99bf57

Browse files
committed
release: @coreui/react-chartjs v2.0.0
1 parent 021f54d commit e99bf57

File tree

2 files changed

+29
-5
lines changed

2 files changed

+29
-5
lines changed

packages/coreui-react-chartjs/README.md

+28-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
1-
### [@coreui/react-chartjs](https://coreui.io/) for [CoreUI for React](https://coreui.io/react/)
1+
<p align="center">
2+
<a href="https://coreui.io/">
3+
<img
4+
src="https://coreui.io/images/brand/coreui-signet.svg"
5+
alt="CoreUI logo"
6+
width="200"
7+
/>
8+
</a>
9+
</p>
10+
11+
<h3 align="center">CoreUI React.js wrapper for Chart.js</h3>
12+
13+
<p align="center">
14+
<a href="https://coreui.io/react/docs/components/chart/"><strong>Explore @coreui/react-chartjs docs & examples »</strong></a>
15+
<br>
16+
<br>
17+
<a href="https://github.com/coreui/coreui-react/issues/new?template=bug_report.md">Report bug</a>
18+
·
19+
<a href="https://github.com/coreui/coreui-react/issues/new?template=feature_request.md">Request feature</a>
20+
·
21+
<a href="https://community.coreui.io/">Community</a>
22+
·
23+
<a href="https://blog.coreui.io/">Blog</a>
24+
</p>
25+
26+
## Status
227

328
[![npm package][npm-badge]][npm]
429
[![NPM downloads][npm-download]][npm]
5-
![react](https://img.shields.io/badge/react-^17.0.1-lightgrey.svg?style=flat-square&logo=react)
630

731
[npm-badge]: https://img.shields.io/npm/v/@coreui/react-chartjs/latest?style=flat-square
832
[npm]: https://www.npmjs.com/package/@coreui/react-chartjs
@@ -11,11 +35,11 @@
1135
##### install:
1236

1337
```bash
14-
npm install @coreui/react-chartjs@next
38+
npm install @coreui/react-chartjs
1539

1640
# or
1741

18-
yarn add @coreui/react-chartjs@next
42+
yarn add @coreui/react-chartjs
1943
```
2044

2145
##### import:

packages/coreui-react-chartjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react-chartjs",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0",
44
"description": "React wrapper component for Chart.js",
55
"keywords": [
66
"coreui",

0 commit comments

Comments
 (0)