Skip to content

Commit

Permalink
chore: release v0.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed May 31, 2023
1 parent 03d3424 commit 29a37cd
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/monorepo",
"type": "module",
"version": "0.31.2",
"version": "0.31.3",
"private": true,
"packageManager": "pnpm@8.4.0",
"description": "A blazing fast unit test framework powered by Vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/browser",
"type": "module",
"version": "0.31.2",
"version": "0.31.3",
"description": "Browser running for Vitest",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/coverage-c8/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/coverage-c8",
"type": "module",
"version": "0.31.2",
"version": "0.31.3",
"description": "C8 coverage provider for Vitest",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/coverage-istanbul/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/coverage-istanbul",
"type": "module",
"version": "0.31.2",
"version": "0.31.3",
"description": "Istanbul coverage provider for Vitest",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/expect/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/expect",
"type": "module",
"version": "0.31.2",
"version": "0.31.3",
"description": "Jest's expect matchers as a Chai plugin",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/runner",
"type": "module",
"version": "0.31.2",
"version": "0.31.3",
"description": "Vitest test runner",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/snapshot/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/snapshot",
"type": "module",
"version": "0.31.2",
"version": "0.31.3",
"description": "Vitest snapshot manager",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/spy/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/spy",
"type": "module",
"version": "0.31.2",
"version": "0.31.3",
"description": "Lightweight Jest compatible spy implementation",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/ui",
"type": "module",
"version": "0.31.2",
"version": "0.31.3",
"description": "UI for Vitest",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/utils",
"type": "module",
"version": "0.31.2",
"version": "0.31.3",
"description": "Shared Vitest utility functions",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-node",
"version": "0.31.2",
"version": "0.31.3",
"description": "Vite as Node.js runtime",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
@@ -1,7 +1,7 @@
{
"name": "vitest",
"type": "module",
"version": "0.31.2",
"version": "0.31.3",
"description": "A blazing fast unit test framework powered by Vite",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-worker/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/web-worker",
"type": "module",
"version": "0.31.2",
"version": "0.31.3",
"description": "Web Worker support for testing in Vitest",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/ws-client",
"type": "module",
"version": "0.31.2",
"version": "0.31.3",
"description": "WebSocket client wrapper for communicating with Vitest",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 29a37cd

Please sign in to comment.