Skip to content

Commit

Permalink
chore: 1.1.0 version release
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Mar 2, 2021
1 parent 366765b commit 1b458a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### [@coreui/react-chartjs](https://coreui.io/) changelog

##### `1.1.0`
- chore: update to React 17
- fix(typings): add ChartDataSets, ChartOptions - closes #1

##### `1.0.1`
- chore: fix typings, add typings to "files" in package.json

##### `1.0.0-alpha.4`
BREAKING CHANGE:
- `<CCharts>` component has been deprecated and will be removed in v1.0.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

[npm-badge]: https://img.shields.io/npm/v/@coreui/react-chartjs/latest?style=flat-square
[npm]: https://www.npmjs.com/package/@coreui/react-chartjs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/react-chartjs",
"version": "1.0.1",
"version": "1.1.0",
"description": "CoreUI React component wrapper for chart.js",
"license": "MIT",
"homepage": "https://coreui.io",
Expand Down

0 comments on commit 1b458a6

Please sign in to comment.