Skip to content

Commit

Permalink
release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 2, 2022
1 parent 382aa35 commit ed8ef9e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vitest/monorepo",
"version": "0.8.2",
"version": "0.8.3",
"private": true,
"description": "A blazing fast unit test framework powered by Vite",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitest/ui",
"version": "0.8.2",
"version": "0.8.3",
"description": "UI for Vitest",
"sideEffects": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-node",
"version": "0.8.2",
"version": "0.8.3",
"description": "Vite as Node.js runtime",
"homepage": "https://github.com/vitest-dev/vitest/blob/main/packages/vite-node#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
@@ -1,6 +1,6 @@
{
"name": "vitest",
"version": "0.8.2",
"version": "0.8.3",
"description": "A blazing fast unit test framework powered by Vite",
"keywords": [
"vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-worker/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitest/web-worker",
"version": "0.8.2",
"version": "0.8.3",
"description": "Web Worker support for testing in Vitest",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitest/ws-client",
"version": "0.8.2",
"version": "0.8.3",
"description": "WebSocket client wrapper for communicating with Vitest",
"homepage": "https://github.com/vitest-dev/vitest#readme",
"bugs": {
Expand Down

0 comments on commit ed8ef9e

Please sign in to comment.