Skip to content

Commit 8868eab

Browse files
committed
v5.0.0
1 parent bbd2544 commit 8868eab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

libs/dispatch-decorator/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"$schema": "../node_modules/ng-packagr/package.schema.json",
32
"name": "@ngxs-labs/dispatch-decorator",
4-
"version": "4.0.2",
3+
"version": "5.0.0",
54
"repository": {
65
"type": "git",
76
"url": "git+https://github.com/ngxs-labs/dispatch-decorator.git"
@@ -16,9 +15,9 @@
1615
"redux",
1716
"store"
1817
],
19-
"sideEffects": true,
18+
"sideEffects": false,
2019
"peerDependencies": {
21-
"@angular/core": ">=13.0.0",
20+
"@angular/core": ">=15.0.0",
2221
"@ngxs/store": ">=3.7.2",
2322
"rxjs": ">=6.1.0"
2423
}

0 commit comments

Comments
 (0)