From dac5c667f8c0530a4858457836fda8d01707860d Mon Sep 17 00:00:00 2001 From: Richard Russell <2265225+rars@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:31:43 +0000 Subject: [PATCH] chore(docs): update package version --- package-lock.json | 4 ++-- projects/ngx-diff/package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3879f9..7bdb27b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-diff", - "version": "9.1.0", + "version": "10.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-diff", - "version": "9.1.0", + "version": "10.0.0", "dependencies": { "@angular/animations": "^19.0.3", "@angular/common": "^19.0.3", diff --git a/projects/ngx-diff/package.json b/projects/ngx-diff/package.json index 82b0fea..5cd8a81 100644 --- a/projects/ngx-diff/package.json +++ b/projects/ngx-diff/package.json @@ -1,9 +1,9 @@ { "name": "ngx-diff", - "version": "9.1.0", + "version": "10.0.0", "peerDependencies": { - "@angular/common": ">=18.0.0", - "@angular/core": ">=18.0.0", + "@angular/common": ">=19.0.0", + "@angular/core": ">=19.0.0", "diff-match-patch-ts": ">=0.5.0" }, "dependencies": {