Skip to content

Commit 1b458a6

Browse files
committed
chore: 1.1.0 version release
1 parent 366765b commit 1b458a6

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
### [@coreui/react-chartjs](https://coreui.io/) changelog
22

3+
##### `1.1.0`
4+
- chore: update to React 17
5+
- fix(typings): add ChartDataSets, ChartOptions - closes #1
6+
7+
##### `1.0.1`
8+
- chore: fix typings, add typings to "files" in package.json
9+
310
##### `1.0.0-alpha.4`
411
BREAKING CHANGE:
512
- `<CCharts>` component has been deprecated and will be removed in v1.0.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

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

67
[npm-badge]: https://img.shields.io/npm/v/@coreui/react-chartjs/latest?style=flat-square
78
[npm]: https://www.npmjs.com/package/@coreui/react-chartjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react-chartjs",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "CoreUI React component wrapper for chart.js",
55
"license": "MIT",
66
"homepage": "https://coreui.io",

0 commit comments

Comments
 (0)