From 3319b49b7661f4a73dd5eeb2febfcca4dd8b98fa Mon Sep 17 00:00:00 2001 From: Badisi Date: Mon, 15 Jan 2024 19:37:53 +0100 Subject: [PATCH] chore: v8.0.0 --- package-lock.json | 10 +++++----- projects/lib/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0325649..16d595d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10225,7 +10225,7 @@ }, "projects/lib": { "name": "@hug/ngx-schematics-utilities", - "version": "7.0.0", + "version": "8.0.0", "license": "GPL-3.0-only", "dependencies": { "@badisi/latest-version": "^7.0.1", @@ -10237,10 +10237,10 @@ "node": ">= 18.12.0" }, "peerDependencies": { - "@angular-devkit/core": ">= 14", - "@angular-devkit/schematics": ">= 14", - "@angular/cli": ">= 14", - "@schematics/angular": ">= 14" + "@angular-devkit/core": ">= 17", + "@angular-devkit/schematics": ">= 17", + "@angular/cli": ">= 17", + "@schematics/angular": ">= 17" } } } diff --git a/projects/lib/package.json b/projects/lib/package.json index bf4295d..54e8495 100644 --- a/projects/lib/package.json +++ b/projects/lib/package.json @@ -1,6 +1,6 @@ { "name": "@hug/ngx-schematics-utilities", - "version": "7.0.0", + "version": "8.0.0", "description": "Useful utilities for Angular Schematics", "homepage": "https://github.com/dsi-hug/ngx-schematics-utilities", "license": "GPL-3.0-only",