Skip to content

Commit

Permalink
chore: release v0.2.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Jun 24, 2024
1 parent 2ecef98 commit a3a7941
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.2.0-beta.2",
"version": "0.2.0-beta.3",
"packageManager": "[email protected]",
"scripts": {
"dev": "nr demo:dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reactive-vscode",
"type": "module",
"version": "0.2.0-beta.2",
"version": "0.2.0-beta.3",
"description": "Develop VSCode extension with Vue Reactivity API",
"author": "_Kerman <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/creator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-reactive-vscode",
"type": "module",
"version": "0.2.0-beta.2",
"version": "0.2.0-beta.3",
"description": "Reactive-vscode project creator",
"author": "_Kerman <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactive-vscode/metadata",
"type": "module",
"version": "0.2.0-beta.2",
"version": "0.2.0-beta.3",
"description": "Metadata for reactive-vscode",
"author": "_Kerman <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactivity/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactive-vscode/reactivity",
"type": "module",
"version": "0.2.0-beta.2",
"version": "0.2.0-beta.3",
"description": "Full Vue Reactivity API without DOM",
"author": "_Kerman <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vueuse/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactive-vscode/vueuse",
"type": "module",
"version": "0.2.0-beta.2",
"version": "0.2.0-beta.3",
"description": "Useful VueUse utilities for VSCode extension development",
"author": "_Kerman <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit a3a7941

Please sign in to comment.