diff --git a/CHANGELOG.md b/CHANGELOG.md index 72886bb..6c869bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## v0.0.4 + ## v0.0.3 diff --git a/package.json b/package.json index 0449d62..d9ca633 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/playground/app.vue b/playground/app.vue index 560ac92..f3fe598 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -81,6 +81,8 @@