Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei committed Dec 9, 2024
1 parent e40c748 commit d04c791
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chibivue",
"version": "0.0.12",
"version": "0.0.13",
"type": "module",
"author": "ubugeeei",
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/@extensions/chibivue-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chibivue-router",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/index.js",
"author": "ubugeeei <[email protected]>",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/@extensions/chibivue-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chibivue-store",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/index.js",
"author": "ubugeeei <[email protected]>",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/@extensions/vite-plugin-chibivue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-chibivue",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/index.js",
"author": "ubugeeei <[email protected]>",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/chibivue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chibivue",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/index.js",
"author": "ubugeeei <[email protected]>",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chibivue/compiler-core",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/index.js",
"author": "ubugeeei <[email protected]>",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chibivue/compiler-dom",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/index.js",
"author": "ubugeeei <[email protected]>",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-sfc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chibivue/compiler-sfc",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/index.js",
"author": "ubugeeei <[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,6 +1,6 @@
{
"name": "@chibivue/reactivity",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/index.js",
"author": "ubugeeei <[email protected]>",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chibivue/runtime-core",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/index.js",
"author": "ubugeeei <[email protected]>",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chibivue/runtime-dom",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/index.js",
"author": "ubugeeei <[email protected]>",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-vapor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chibivue/runtime-vapor",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/index.js",
"author": "ubugeeei <[email protected]>",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chibivue/shared",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/index.js",
"author": "ubugeeei <[email protected]>",
"license": "MIT"
Expand Down

0 comments on commit d04c791

Please sign in to comment.