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 28, 2023
1 parent 2bfec94 commit 3c48293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/emitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngxs-labs/emitter",
"version": "4.0.0",
"version": "5.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ngxs-labs/emitter.git"
Expand All @@ -15,9 +15,9 @@
"redux",
"store"
],
"sideEffects": true,
"sideEffects": false,
"peerDependencies": {
"@angular/core": ">=14.0.2",
"@angular/core": ">=15.0.0",
"@ngxs/store": ">=3.7.4"
}
}

0 comments on commit 3c48293

Please sign in to comment.