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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy