Skip to content

Commit 148dd9b

Browse files
committed
chore: release v0.32.3
1 parent 084a5d6 commit 148dd9b

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/monorepo",
33
"type": "module",
4-
"version": "0.32.2",
4+
"version": "0.32.3",
55
"private": true,
66
"packageManager": "pnpm@8.6.5",
77
"description": "A blazing fast unit test framework powered by Vite",

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/browser",
33
"type": "module",
4-
"version": "0.32.2",
4+
"version": "0.32.3",
55
"description": "Browser running for Vitest",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",

packages/coverage-c8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/coverage-c8",
33
"type": "module",
4-
"version": "0.32.2",
4+
"version": "0.32.3",
55
"description": "C8 coverage provider for Vitest",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/coverage-istanbul/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/coverage-istanbul",
33
"type": "module",
4-
"version": "0.32.2",
4+
"version": "0.32.3",
55
"description": "Istanbul coverage provider for Vitest",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/coverage-v8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/coverage-v8",
33
"type": "module",
4-
"version": "0.32.2",
4+
"version": "0.32.3",
55
"description": "V8 coverage provider for Vitest",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/expect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/expect",
33
"type": "module",
4-
"version": "0.32.2",
4+
"version": "0.32.3",
55
"description": "Jest's expect matchers as a Chai plugin",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",

packages/runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/runner",
33
"type": "module",
4-
"version": "0.32.2",
4+
"version": "0.32.3",
55
"description": "Vitest test runner",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",

packages/snapshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/snapshot",
33
"type": "module",
4-
"version": "0.32.2",
4+
"version": "0.32.3",
55
"description": "Vitest snapshot manager",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",

packages/spy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/spy",
33
"type": "module",
4-
"version": "0.32.2",
4+
"version": "0.32.3",
55
"description": "Lightweight Jest compatible spy implementation",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/ui",
33
"type": "module",
4-
"version": "0.32.2",
4+
"version": "0.32.3",
55
"description": "UI for Vitest",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",

0 commit comments

Comments
 (0)