Skip to content

Commit

Permalink
chore: release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Sep 17, 2024
1 parent 6364394 commit c1a8147
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.2",
"version": "0.2.3",
"packageManager": "pnpm@9.5.0",
"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.2",
"version": "0.2.3",
"description": "Develop VSCode extension with Vue Reactivity API",
"author": "_Kerman <kermanx@qq.com>",
"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.2",
"version": "0.2.3",
"description": "Reactive-vscode project creator",
"author": "_Kerman <kermanx@qq.com>",
"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.2",
"version": "0.2.3",
"description": "Metadata for reactive-vscode",
"author": "_Kerman <kermanx@qq.com>",
"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.2",
"version": "0.2.3",
"description": "Mock VSCode API for testing",
"author": "_Kerman <kermanx@qq.com>",
"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.2",
"version": "0.2.3",
"description": "Full Vue Reactivity API without DOM",
"author": "_Kerman <kermanx@qq.com>",
"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.2",
"version": "0.2.3",
"description": "Useful VueUse utilities for VSCode extension development",
"author": "_Kerman <kermanx@qq.com>",
"license": "MIT",
Expand Down

0 comments on commit c1a8147

Please sign in to comment.