chore: release v0.20.3

This commit is contained in:
Vladimir Sheremet 2022-08-02 18:38:34 +03:00
parent bd370b94c1
commit 5e6a8dab31
7 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/monorepo",
"type": "module",
"version": "0.20.2",
"version": "0.20.3",
"private": true,
"packageManager": "pnpm@7.8.0",
"description": "A blazing fast unit test framework powered by Vite",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/browser",
"type": "module",
"version": "0.20.2",
"version": "0.20.3",
"description": "Browser running for Vitest",
"repository": {
"type": "git",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/ui",
"type": "module",
"version": "0.20.2",
"version": "0.20.3",
"description": "UI for Vitest",
"license": "MIT",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "vite-node",
"version": "0.20.2",
"version": "0.20.3",
"description": "Vite as Node.js runtime",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "vitest",
"version": "0.20.2",
"version": "0.20.3",
"description": "A blazing fast unit test framework powered by Vite",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/web-worker",
"type": "module",
"version": "0.20.2",
"version": "0.20.3",
"description": "Web Worker support for testing in Vitest",
"exports": {
".": {

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/ws-client",
"type": "module",
"version": "0.20.2",
"version": "0.20.3",
"description": "WebSocket client wrapper for communicating with Vitest",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",