Skip to content

Commit

Permalink
release v0.0.102
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 20, 2021
1 parent 0c29203 commit 8c48978
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitest/monorepo",
"version": "0.0.101",
"version": "0.0.102",
"private": true,
"description": "A blazing fast unit test framework powered by Vite",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vitest/ui",
"//": "TODO: when it's ready",
"private": true,
"version": "0.0.101",
"version": "0.0.102",
"description": "Vitest UI",
"sideEffects": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitest",
"version": "0.0.101",
"version": "0.0.102",
"description": "A blazing fast unit test framework powered by Vite",
"keywords": [
"vite",
Expand Down

0 comments on commit 8c48978

Please sign in to comment.