From 8868eab712c8b8deb57fdc6183ecb0c1e9e8eb46 Mon Sep 17 00:00:00 2001 From: arturovt Date: Mon, 27 Mar 2023 01:20:47 +0300 Subject: [PATCH] v5.0.0 --- libs/dispatch-decorator/package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libs/dispatch-decorator/package.json b/libs/dispatch-decorator/package.json index 44cd2d1..9fc717f 100644 --- a/libs/dispatch-decorator/package.json +++ b/libs/dispatch-decorator/package.json @@ -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" @@ -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" }