diff --git a/package.json b/package.json index 925bc1d..7cb610e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.2.0", + "version": "0.2.1", "packageManager": "pnpm@9.5.0", "scripts": { "dev": "nr demo:dev", diff --git a/packages/core/package.json b/packages/core/package.json index a439b27..a88f555 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "reactive-vscode", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "description": "Develop VSCode extension with Vue Reactivity API", "author": "_Kerman ", "license": "MIT", diff --git a/packages/creator/package.json b/packages/creator/package.json index d7302d4..0274df2 100644 --- a/packages/creator/package.json +++ b/packages/creator/package.json @@ -1,7 +1,7 @@ { "name": "create-reactive-vscode", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "description": "Reactive-vscode project creator", "author": "_Kerman ", "license": "MIT", diff --git a/packages/metadata/package.json b/packages/metadata/package.json index 52995c5..650781c 100644 --- a/packages/metadata/package.json +++ b/packages/metadata/package.json @@ -1,7 +1,7 @@ { "name": "@reactive-vscode/metadata", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "description": "Metadata for reactive-vscode", "author": "_Kerman ", "license": "MIT", diff --git a/packages/mock/package.json b/packages/mock/package.json index ec833a2..dc0ab98 100644 --- a/packages/mock/package.json +++ b/packages/mock/package.json @@ -1,7 +1,7 @@ { "name": "@reactive-vscode/mock", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "description": "Mock VSCode API for testing", "author": "_Kerman ", "license": "MIT", diff --git a/packages/reactivity/package.json b/packages/reactivity/package.json index 6f14ce1..9583a8e 100644 --- a/packages/reactivity/package.json +++ b/packages/reactivity/package.json @@ -1,7 +1,7 @@ { "name": "@reactive-vscode/reactivity", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "description": "Full Vue Reactivity API without DOM", "author": "_Kerman ", "license": "MIT", diff --git a/packages/vueuse/package.json b/packages/vueuse/package.json index 870b2f6..ab3b62f 100644 --- a/packages/vueuse/package.json +++ b/packages/vueuse/package.json @@ -1,7 +1,7 @@ { "name": "@reactive-vscode/vueuse", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "description": "Useful VueUse utilities for VSCode extension development", "author": "_Kerman ", "license": "MIT",