Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Mar 26, 2023
1 parent bbd2544 commit 8868eab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions libs/dispatch-decorator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "../node_modules/ng-packagr/package.schema.json",
"name": "@ngxs-labs/dispatch-decorator",
"version": "4.0.2",
"version": "5.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ngxs-labs/dispatch-decorator.git"
Expand All @@ -16,9 +15,9 @@
"redux",
"store"
],
"sideEffects": true,
"sideEffects": false,
"peerDependencies": {
"@angular/core": ">=13.0.0",
"@angular/core": ">=15.0.0",
"@ngxs/store": ">=3.7.2",
"rxjs": ">=6.1.0"
}
Expand Down

0 comments on commit 8868eab

Please sign in to comment.