chore: release v0.18.0

This commit is contained in:
Anthony Fu 2022-07-09 16:17:29 +08:00
parent e804393d68
commit e910f81097
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "vitest",
"version": "0.17.1",
"version": "0.18.0",
"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.17.1",
"version": "0.18.0",
"description": "Web Worker support for testing in Vitest",
"exports": {
".": {

View File

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