Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Feb 23, 2022
1 parent 9762351 commit 539e61d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/ng-packagr/package.schema.json",
"name": "@ngxs-labs/select-snapshot",
"version": "3.0.0",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ngxs-labs/select-snapshot.git"
Expand All @@ -18,8 +18,8 @@
],
"sideEffects": false,
"peerDependencies": {
"@angular/core": ">=10.0.5",
"@ngxs/store": ">=3.4.3",
"@angular/core": ">=13.0.0",
"@ngxs/store": ">=3.7.3",
"rxjs": ">=6.5.2"
}
}

0 comments on commit 539e61d

Please sign in to comment.