Skip to content

Commit

Permalink
chore: release v0.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed May 15, 2024
1 parent 2d1d808 commit da8f70c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-hook-optimizer",
"version": "0.0.52",
"version": "0.0.53",
"packageManager": "pnpm@8.15.7",
"description": "a tool that helps refactor and optimize hook abstractions in Vue components",
"author": "zcf0508 <zcf0508@live.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-vue-hook-optimizer",
"type": "module",
"version": "0.0.52",
"version": "0.0.53",
"packageManager": "pnpm@8.15.7",
"description": "vue-hook-optimizer eslint plugin",
"author": "zcf0508 <zcf0508@live.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-app",
"version": "0.0.52",
"version": "0.0.53",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "zcf0508",
"name": "vue-hook-optimizer-ext",
"displayName": "vue-hook-optimizer",
"version": "0.0.52",
"version": "0.0.53",
"private": true,
"packageManager": "pnpm@8.15.7",
"description": "",
Expand Down

0 comments on commit da8f70c

Please sign in to comment.