Skip to content

Commit

Permalink
Relax angular version constraints in runtime-angular, see #246
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Mar 18, 2022
1 parent c830ee3 commit 62b0f9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
### unreleased changes

none
New Features:

- Relax angular version constraints in runtime-angular, see #246


### v2.2.3

Expand Down
6 changes: 3 additions & 3 deletions packages/runtime-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"private": false,
"peerDependencies": {
"@angular/common": "8 - 11",
"@angular/core": "8 - 11",
"@angular/common": "8 - 13",
"@angular/core": "8 - 13",
"@protobuf-ts/runtime": "2.2.3",
"@protobuf-ts/runtime-rpc": "2.2.3",
"@protobuf-ts/twirp-transport": "2.2.3",
Expand Down Expand Up @@ -71,4 +71,4 @@
"typescript": "~3.9.5",
"zone.js": "~0.10.3"
}
}
}

0 comments on commit 62b0f9d

Please sign in to comment.