Skip to content

Commit

Permalink
fix: publish workspace dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Jan 2, 2024
1 parent 453f41b commit 6f82ece
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
shell-emulator=true
shell-emulator=true
git-checks=false
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upress/types",
"version": "0.0.1-beta.1",
"version": "0.0.1-beta.2",
"description": "typing",
"main": "./index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/upress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upress",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"description": "Static site generator that base on Markdown. Powered by vite.",
"packageManager": "[email protected]",
"type": "module",
Expand Down

0 comments on commit 6f82ece

Please sign in to comment.