Skip to content

Commit

Permalink
chore: 1.0.0 version release
Browse files Browse the repository at this point in the history
  • Loading branch information
woothu committed Jun 1, 2020
1 parent a05a4bb commit a4ae230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/react-chartjs",
"version": "1.0.0-alpha.4",
"version": "1.0.0",
"description": "CoreUI React component wrapper for chart.js",
"license": "MIT",
"homepage": "https://coreui.io",
Expand Down Expand Up @@ -51,7 +51,7 @@
"babel-eslint": "^10.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^7.0.0",
"eslint": "^7.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-react": "^7.20.0",
"nwb": "^0.25.2"
Expand Down
2 changes: 1 addition & 1 deletion src/CChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const CChartPie = props => <CChart {...props} type="pie"/>
const CChartPolarArea = props => <CChart {...props} type="polarArea"/>
const CCharts = props => {
console.warn(
'<CCharts> component has been deprecated. Use <CChart> or <CChart*> instead'
'<CCharts> component has been deprecated. Use <CChart> or <CChart{type}> instead'
)
return <CChart {...props}/>
}
Expand Down

0 comments on commit a4ae230

Please sign in to comment.