Skip to content

Commit

Permalink
chore: release v0.0.1-beta.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaliao committed Aug 8, 2023
1 parent c0361c5 commit bdc4c01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@voomap/monorepo",
"type": "module",
"version": "0.0.1-beta.18",
"version": "0.0.1-beta.19",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"docs:dev": "vitepress dev docs --port 2222",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs --port 8080",
"release": "bumpp -r && pnpm -r publish"
"release": "bumpp -r && pnpm -r publish --access public"
},
"devDependencies": {
"@antfu/eslint-config": "^0.40.2",
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.18",
"version": "0.0.1-beta.19",
"description": "Google Maps with Composition API",
"author": "CofCat <[email protected]>",
"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.18",
"version": "0.0.1-beta.19",
"description": "Google Maps with Composition API",
"author": "CofCat <[email protected]>",
"license": "ISC",
Expand Down

0 comments on commit bdc4c01

Please sign in to comment.