Skip to content

Commit a320f0e

Browse files
committed
chore: release v3.9.0-alpha.1
1 parent c77092a commit a320f0e

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

examples/app-vitest-full/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"vitest": "1.0.1",
2727
"vue-tsc": "1.8.19"
2828
},
29-
"version": "0.10.2",
3029
"dependencies": {
3130
"idb-keyval": "^6.2.1"
3231
}

examples/module/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"private": true,
3-
"name": "my-module",
4-
"version": "1.0.0",
53
"description": "My new Nuxt module",
64
"repository": "your-org/my-module",
75
"license": "MIT",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/test-utils",
3-
"version": "3.8.1",
3+
"version": "3.9.0-alpha.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/nuxt/test-utils.git"
@@ -57,7 +57,7 @@
5757
"ufo": "^1.3.2",
5858
"unenv": "^1.8.0",
5959
"unplugin": "^1.5.1",
60-
"vitest-environment-nuxt": "1.0.0-alpha.0"
60+
"vitest-environment-nuxt": "1.0.0-alpha.1"
6161
},
6262
"devDependencies": {
6363
"@jest/globals": "29.7.0",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"type": "module",
33
"name": "vitest-environment-nuxt",
4-
"version": "1.0.0-alpha.0",
4+
"version": "1.0.0-alpha.1",
55
"exports": {
66
".": "./index.mjs",
77
"./utils": "./utils.mjs"
88
},
99
"dependencies": {
10-
"@nuxt/test-utils": ">=3.9.0"
10+
"@nuxt/test-utils": ">=3.9.0-alpha.1"
1111
}
1212
}

0 commit comments

Comments
 (0)