Skip to content

Commit

Permalink
chore: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Aug 16, 2024
1 parent c4232ad commit 3552e2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint:ts": "eslint \"**/*.ts\" --fix",
"lint:scss": "stylelint \"**/*.scss\" --fix",
"build:lib": "ng build gui",
"publish": "npm run build:lib && cd dist/gui && npm publish",
"publish": "npm run build:lib && cd dist/gui && npm publish --tag v0-lts",
"predeploy": "npm run build:docs",
"deploy": "angular-cli-ghpages --no-silent --dir=dist/docs",
"prepare": "husky install"
Expand Down
4 changes: 2 additions & 2 deletions projects/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@acrodata/gui",
"version": "0.5.0",
"description": "A lightweight GUI library for Angular",
"version": "0.6.0",
"description": "JSON powered GUI for configurable panels.",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 3552e2e

Please sign in to comment.