Skip to content

Commit 0618d96

Browse files
committed
chore: release v0.0.1
1 parent d6f1cfd commit 0618d96

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voomap/monorepo",
3-
"version": "0.0.1-beta.26",
3+
"version": "0.0.1",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voomap/core",
3-
"version": "0.0.1-beta.26",
3+
"version": "0.0.1",
44
"description": "Google Maps with Composition API",
55
"author": "CofCat <[email protected]>",
66
"license": "ISC",

packages/map/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voomap/map",
3-
"version": "0.0.1-beta.26",
3+
"version": "0.0.1",
44
"description": "Google Maps with Composition API",
55
"author": "CofCat <[email protected]>",
66
"license": "ISC",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"type": "module",
4-
"version": "0.0.1-beta.26",
4+
"version": "0.0.1",
55
"private": true,
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)