We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efbf9d commit fd4bc41Copy full SHA for fd4bc41
src/package.json
@@ -2,7 +2,7 @@
2
"$schema": "../node_modules/ng-packagr/package.schema.json",
3
"name": "@ngneat/until-destroy",
4
"description": "RxJS operator that unsubscribes when Angular component is destroyed",
5
- "version": "8.0.0",
+ "version": "8.0.1",
6
"repository": {
7
"type": "git",
8
"url": "git+https://github.com/ngneat/until-destroy.git"
@@ -29,7 +29,7 @@
29
"ts-morph": "^7.1.2"
30
},
31
"peerDependencies": {
32
- "@angular/core": ">=10.0.0",
+ "@angular/core": ">=10.0.5",
33
"rxjs": ">=6.4.0"
34
35
"ngPackage": {
0 commit comments