Skip to content

Commit

Permalink
chore(version): bumped major version
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq committed Nov 26, 2024
1 parent 738bf4c commit 2be07c2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ changes to start using the library right away.
<table role="table">
<tbody><tr>
<td></td>
<td colspan="6">ng2-chart version</td>
<td colspan="7">ng2-chart version</td>
</tr>

<tr>
Expand All @@ -105,6 +105,7 @@ changes to start using the library right away.
<td>v4.x</td>
<td>v5.x</td>
<td>v6.x</td>
<td>v7.x</td>
</tr>

<tr>
Expand Down Expand Up @@ -197,6 +198,17 @@ changes to start using the library right away.
<td>✓</td>
</tr>

<tr>
<td>18</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>✓</td>
</tr>

</tbody></table>

## API
Expand Down
10 changes: 5 additions & 5 deletions libs/ng2-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "6.0.2",
"version": "7.0.0",
"name": "ng2-charts",
"description": "Reactive, responsive, beautiful charts for Angular based on Chart.js",
"peerDependencies": {
"@angular/platform-browser": ">=17.0.0",
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
"@angular/cdk": ">=17.0.0",
"@angular/platform-browser": ">=18.0.0",
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0",
"@angular/cdk": ">=18.0.0",
"chart.js": "^3.4.0 || ^4.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
Expand Down

0 comments on commit 2be07c2

Please sign in to comment.