Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubugeeei committed Jan 6, 2024
1 parent 55e6a6b commit 7dc8a95
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.2",
"version": "0.0.6",
"type": "module",
"scripts": {
"prepare": "husky install",
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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"main": "dist/index.js",
"author": "Ubugeeei <[email protected]>",
"license": "MIT"
Expand Down

0 comments on commit 7dc8a95

Please sign in to comment.