Skip to content

Commit

Permalink
chore: release v0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed Dec 26, 2024
1 parent d7d3554 commit 679cfa1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue2",
"version": "0.0.27",
"version": "0.0.28",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue3",
"type": "module",
"version": "0.0.27",
"version": "0.0.28",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "z-vue-scan",
"type": "module",
"version": "0.0.27",
"version": "0.0.28",
"description": "The component will flash with a red border when it will update.",
"author": "zcf0508",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-scan-ext",
"type": "module",
"version": "0.0.27",
"version": "0.0.28",
"private": true,
"description": "manifest.json description",
"scripts": {
Expand Down

0 comments on commit 679cfa1

Please sign in to comment.