release v0.0.138

This commit is contained in:
Anthony Fu 2022-01-07 21:33:04 +08:00
parent 3e2a407f3e
commit dbe2ddf918
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vitest/monorepo",
"version": "0.0.137",
"version": "0.0.138",
"private": true,
"description": "A blazing fast unit test framework powered by Vite",
"type": "module",

View File

@ -1,6 +1,6 @@
{
"name": "@vitest/ui",
"version": "0.0.137",
"version": "0.0.138",
"description": "UI for Vitest",
"sideEffects": false,
"type": "module",

View File

@ -1,6 +1,6 @@
{
"name": "vitest",
"version": "0.0.137",
"version": "0.0.138",
"description": "A blazing fast unit test framework powered by Vite",
"keywords": [
"vite",

View File

@ -1,6 +1,6 @@
{
"name": "@vitest/ws-client",
"version": "0.0.137",
"version": "0.0.138",
"description": "WebSocket client wrapper for communicating with Vitest",
"homepage": "https://github.com/vitest-dev/vitest#readme",
"bugs": {