Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
chore: release v0.0.3-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baiwusanyu-c committed May 17, 2023
1 parent e651ef6 commit 67116ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A vue plugin that extends vue's Custom Element capabilities (v-model, child style)",
"private": false,
"type": "module",
"version": "0.0.3-beta.0",
"version": "0.0.3-beta.1",
"packageManager": "[email protected]",
"keywords": [
"typescript",
Expand Down Expand Up @@ -50,7 +50,7 @@
"dev": "pnpm run --filter @baiwusanyu/unvuece-build dev",
"dev:v-model": "pnpm run --filter @baiwusanyu/unvuece-play-v-model dev",
"build": "pnpm run --filter @baiwusanyu/unvuece-build build",
"release": "bumpp package.json packages/*/package.json utils/*/package.json --commit --push --tag",
"release": "bumpp package.json packages/*/package.json utils/package.json --commit --push --tag",
"publish:npm": "pnpm publish --no-git-checks --access public",
"publish:script": "pnpm run --filter @baiwusanyu/unvuece-build publish:npm",
"clean": "rimraf dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/v-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A vue plugin that extends vue's Custom Element capabilities (v-model)",
"private": false,
"type": "module",
"version": "0.0.3-beta.0",
"version": "0.0.3-beta.1",
"packageManager": "[email protected]",
"keywords": [
"typescript",
Expand Down
2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "",
"private": false,
"type": "module",
"version": "0.0.3-beta.0",
"version": "0.0.3-beta.1",
"packageManager": "[email protected]",
"keywords": [
"typescript",
Expand Down

0 comments on commit 67116ff

Please sign in to comment.