Skip to content

Commit a4ae230

Browse files
committed
chore: 1.0.0 version release
1 parent a05a4bb commit a4ae230

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react-chartjs",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0",
44
"description": "CoreUI React component wrapper for chart.js",
55
"license": "MIT",
66
"homepage": "https://coreui.io",
@@ -51,7 +51,7 @@
5151
"babel-eslint": "^10.1.0",
5252
"enzyme": "^3.11.0",
5353
"enzyme-adapter-react-16": "^1.15.2",
54-
"eslint": "^7.0.0",
54+
"eslint": "^7.1.0",
5555
"eslint-plugin-import": "^2.20.2",
5656
"eslint-plugin-react": "^7.20.0",
5757
"nwb": "^0.25.2"

src/CChart.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const CChartPie = props => <CChart {...props} type="pie"/>
140140
const CChartPolarArea = props => <CChart {...props} type="polarArea"/>
141141
const CCharts = props => {
142142
console.warn(
143-
'<CCharts> component has been deprecated. Use <CChart> or <CChart*> instead'
143+
'<CCharts> component has been deprecated. Use <CChart> or <CChart{type}> instead'
144144
)
145145
return <CChart {...props}/>
146146
}

0 commit comments

Comments
 (0)