Skip to content

Commit 2be07c2

Browse files
committed
chore(version): bumped major version
1 parent 738bf4c commit 2be07c2

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ changes to start using the library right away.
9494
<table role="table">
9595
<tbody><tr>
9696
<td></td>
97-
<td colspan="6">ng2-chart version</td>
97+
<td colspan="7">ng2-chart version</td>
9898
</tr>
9999

100100
<tr>
@@ -105,6 +105,7 @@ changes to start using the library right away.
105105
<td>v4.x</td>
106106
<td>v5.x</td>
107107
<td>v6.x</td>
108+
<td>v7.x</td>
108109
</tr>
109110

110111
<tr>
@@ -197,6 +198,17 @@ changes to start using the library right away.
197198
<td>✓</td>
198199
</tr>
199200

201+
<tr>
202+
<td>18</td>
203+
<td></td>
204+
<td></td>
205+
<td></td>
206+
<td></td>
207+
<td></td>
208+
<td></td>
209+
<td>✓</td>
210+
</tr>
211+
200212
</tbody></table>
201213

202214
## API

libs/ng2-charts/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "6.0.2",
2+
"version": "7.0.0",
33
"name": "ng2-charts",
44
"description": "Reactive, responsive, beautiful charts for Angular based on Chart.js",
55
"peerDependencies": {
6-
"@angular/platform-browser": ">=17.0.0",
7-
"@angular/common": ">=17.0.0",
8-
"@angular/core": ">=17.0.0",
9-
"@angular/cdk": ">=17.0.0",
6+
"@angular/platform-browser": ">=18.0.0",
7+
"@angular/common": ">=18.0.0",
8+
"@angular/core": ">=18.0.0",
9+
"@angular/cdk": ">=18.0.0",
1010
"chart.js": "^3.4.0 || ^4.0.0",
1111
"rxjs": "^6.5.3 || ^7.4.0"
1212
},

0 commit comments

Comments
 (0)