Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed May 8, 2024
1 parent 4437c5d commit 0473771
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions projects/gui/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 0473771

Please sign in to comment.