chore(release): v0.0.4

This commit is contained in:
René Preuß
2023-02-17 20:33:25 +01:00
parent 71d836e5c4
commit c0a53a7864
6 changed files with 7 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@bitinflow/ui",
"version": "0.0.3",
"version": "0.0.4",
"description": "bitinflow UI Kit",
"license": "Apache-2.0",
"type": "module",
@@ -22,7 +22,7 @@
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release2": "npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release2": "npm run test && npm run prepack && changelogen --release && npm publish --access public && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"