Skip to content

Commit

Permalink
chore: release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chizuki committed Nov 18, 2022
1 parent c56e045 commit d2949bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hookui/monorepo",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"description": "hook ui .",
"files": [
"dist/*"
Expand All @@ -15,9 +15,9 @@
"stub": "pnpm -r --parallel --filter=./packages/** run stub",
"lint": "eslint ./packages/ --ext .ts",
"test": "pnpm stub && vitest",
"dev":"vite playground",
"dev": "vite playground",
"bump": "bumpp package.json packages/*/package.json --commit --push --tag",
"pub":"pnpm -r publish --access public ",
"pub": "pnpm -r publish --access public ",
"preinstall": "npx only-allow pnpm",
"postinstall": "husky install",
"regit": "git fetch --all && git reset --hard origin/main && git pull && git remote prune origin"
Expand Down
2 changes: 1 addition & 1 deletion packages/hookui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hookui",
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit d2949bf

Please sign in to comment.