Skip to content

Commit

Permalink
chore: release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaliao committed Apr 4, 2024
1 parent d6f1cfd commit 0618d96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voomap/monorepo",
"version": "0.0.1-beta.26",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@8.15.6",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voomap/core",
"version": "0.0.1-beta.26",
"version": "0.0.1",
"description": "Google Maps with Composition API",
"author": "CofCat <a25690756@gmail.com>",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voomap/map",
"version": "0.0.1-beta.26",
"version": "0.0.1",
"description": "Google Maps with Composition API",
"author": "CofCat <a25690756@gmail.com>",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"type": "module",
"version": "0.0.1-beta.26",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 0618d96

Please # to comment.