Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Sep 17, 2023
1 parent a107529 commit b13990a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hoci/monorepo",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "hook ui .",
"author": "chizuki",
Expand Down Expand Up @@ -29,6 +29,9 @@
"up": "taze major",
"regit": "git fetch --all && git reset --hard origin/main && git pull && git remote prune origin"
},
"dependencies": {
"tslx": "^0.1.0"
},
"devDependencies": {
"@curev/eslint-config": "^0.2.1",
"@types/node": "^20.5.9",
Expand All @@ -51,8 +54,5 @@
"prettier --write",
"eslint --fix"
]
},
"dependencies": {
"tslx": "^0.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/hoci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hoci",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit b13990a

Please sign in to comment.