Skip to content

Commit

Permalink
Feature: Set version of package to 16.1.1 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidelcheikh authored Jun 16, 2023
1 parent 74d2c9b commit ffcd4d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ngrx-http-tracking/dist/ngrx-http-tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@acandylevey/ngrx-http-tracking",
"version": "#{GITHUB_TAG_VERSION}#",
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
"@angular/common": "^16.1.1",
"@angular/core": "^16.1.1"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions ngrx-http-tracking/projects/ngrx-http-tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@acandylevey/ngrx-http-tracking",
"version": "#{GITHUB_TAG_VERSION}#",
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
"@angular/common": "^16.1.1",
"@angular/core": "^16.1.1"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit ffcd4d7

Please sign in to comment.