Skip to content

Commit 220cb6f

Browse files
committed
chore: release v0.0.83
1 parent 00cf858 commit 220cb6f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.82",
2+
"version": "0.0.83",
33
"private": true,
44
"license": "MIT",
55
"sideEffects": false,

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-hook-optimizer",
33
"type": "module",
4-
"version": "0.0.82",
4+
"version": "0.0.83",
55
"description": "a tool that helps refactor and optimize hook abstractions in Vue components",
66
"author": "zcf0508 <zcf0508@live.com>",
77
"license": "MIT",

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-vue-hook-optimizer",
33
"type": "module",
4-
"version": "0.0.82",
4+
"version": "0.0.83",
55
"description": "vue-hook-optimizer eslint plugin",
66
"author": "zcf0508 <zcf0508@live.com>",
77
"license": "MIT",

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mcp-server-vue-hook-optimizer",
33
"type": "module",
4-
"version": "0.0.82",
4+
"version": "0.0.83",
55
"description": "MCP server for vue-hook-optimizer",
66
"author": "zcf0508 <zcf0508@live.com>",
77
"license": "MIT",

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-app",
3-
"version": "0.0.82",
3+
"version": "0.0.83",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt dev",

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"publisher": "zcf0508",
33
"name": "vue-hook-optimizer-ext",
44
"displayName": "vue-hook-optimizer",
5-
"version": "0.0.82",
5+
"version": "0.0.83",
66
"private": true,
77
"description": "",
88
"author": "zcf0508 <zcf0508@live.com>",

0 commit comments

Comments
 (0)