Skip to content

Commit

Permalink
chore: release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Aug 20, 2024
1 parent b6658b9 commit ac742ce
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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",
"version": "0.2.1",
"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",
"version": "0.2.1",
"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",
"version": "0.2.1",
"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",
"version": "0.2.1",
"description": "Metadata for reactive-vscode",
"author": "_Kerman <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -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 <[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",
"version": "0.2.1",
"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",
"version": "0.2.1",
"description": "Useful VueUse utilities for VSCode extension development",
"author": "_Kerman <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit ac742ce

Please sign in to comment.