Skip to content

Commit

Permalink
7.0.0 version release committed
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-chopra committed Feb 16, 2023
1 parent fff295b commit 111ab4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ In version `v5.0.0`, we introduced markers, ticks and background opacity for gau
|12.x.x | 4.0.0 |
|13.x.x | 5.0.0 |
|14.x.x | 6.0.0 |
|15.x.x | 7.0.0 |

#### Step 1: Install npm module

Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-gauge/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ngx-gauge",
"version": "6.0.0",
"version": "7.0.0",
"description": "A highly customizable Gauge Component for Angular 4+ apps and dashboards",
"repository": {
"type": "git",
"url": "git+https://github.com/ashish-chopra/ngx-gauge.git"
},
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0"
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
},
"keywords": [
"angular",
Expand Down

0 comments on commit 111ab4b

Please sign in to comment.