chore: release v0.28.5

This commit is contained in:
Vladimir Sheremet 2023-02-13 13:22:53 +01:00
parent b5d1a4af90
commit 4ae6a79179
13 changed files with 13 additions and 13 deletions

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/coverage-c8",
"type": "module",
"version": "0.28.4",
"version": "0.28.5",
"description": "C8 coverage provider for Vitest",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/coverage-istanbul",
"type": "module",
"version": "0.28.4",
"version": "0.28.5",
"description": "Istanbul coverage provider for Vitest",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/expect",
"type": "module",
"version": "0.28.4",
"version": "0.28.5",
"description": "Jest's expect matchers as a Chai plugin",
"license": "MIT",
"repository": {

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/runner",
"type": "module",
"version": "0.28.4",
"version": "0.28.5",
"description": "Vitest test runner",
"license": "MIT",
"repository": {

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/spy",
"type": "module",
"version": "0.28.4",
"version": "0.28.5",
"description": "Lightweight Jest compatible spy implementation",
"license": "MIT",
"repository": {

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/utils",
"type": "module",
"version": "0.28.4",
"version": "0.28.5",
"description": "Shared Vitest utility functions",
"license": "MIT",
"repository": {

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "vitest",
"type": "module",
"version": "0.28.4",
"version": "0.28.5",
"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.28.4",
"version": "0.28.5",
"description": "Web Worker support for testing in Vitest",
"repository": {
"type": "git",

View File

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