Skip to content

Commit

Permalink
chore: release v0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
luvletterldl committed Jul 28, 2022
1 parent face710 commit fa320c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fdutil/monorepo",
"version": "0.0.22",
"version": "0.0.23",
"private": true,
"packageManager": "pnpm@7.3.0",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"@antfu/eslint-config": "^0.25.2",
"@fdutil/core": "workspace:*",
"@fdutil/shared": "workspace:*",
"@types/node": "^18.0.6",
"@types/node": "^18.6.2",
"bumpp": "^8.2.1",
"c8": "^7.12.0",
"consola": "^2.15.3",
Expand All @@ -27,11 +27,11 @@
"jsdom": "^20.0.0",
"localforage": "^1.10.0",
"nanoid": "^4.0.0",
"pnpm": "^7.5.2",
"pnpm": "^7.6.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.4",
"vite": "^3.0.2",
"vitest": "^0.18.1"
"unbuild": "^0.7.6",
"vite": "^3.0.3",
"vitest": "^0.19.1"
},
"pnpm": {},
"simple-git-hooks": {
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": "@fdutil/core",
"version": "0.0.22",
"version": "0.0.23",
"description": "frontend develop utils",
"author": "ldl",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fdutil/shared",
"version": "0.0.22",
"version": "0.0.23",
"description": "frontend develop utils",
"author": "ldl",
"license": "MIT",
Expand Down

0 comments on commit fa320c5

Please sign in to comment.