From 047377127020069691f82129c15d9c9881759d24 Mon Sep 17 00:00:00 2001 From: nzbin Date: Wed, 8 May 2024 23:23:15 +0800 Subject: [PATCH] chore: release 1.0.0 --- projects/gui/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/gui/package.json b/projects/gui/package.json index 26fd68c..b3f9469 100644 --- a/projects/gui/package.json +++ b/projects/gui/package.json @@ -1,6 +1,6 @@ { "name": "@acrodata/gui", - "version": "0.5.0", + "version": "1.0.0", "description": "A lightweight GUI library for Angular", "publishConfig": { "access": "public" @@ -24,12 +24,12 @@ } }, "peerDependencies": { - "@angular/cdk": ">=16.0.0", - "@angular/common": ">=16.0.0", - "@angular/core": ">=16.0.0", - "@angular/forms": ">=16.0.0", - "@angular/material": ">=16.0.0", - "@ng-matero/extensions": ">=16.0.0" + "@angular/cdk": ">=17.0.0", + "@angular/common": ">=17.0.0", + "@angular/core": ">=17.0.0", + "@angular/forms": ">=17.0.0", + "@angular/material": ">=17.0.0", + "@ng-matero/extensions": ">=17.0.0" }, "dependencies": { "tslib": "^2.3.0"