v0.7.0-canary.20

This commit is contained in:
Alex Yang
2023-06-28 16:03:21 +08:00
parent 79b3b1dabc
commit 2dd62f7603
25 changed files with 26 additions and 25 deletions

View File

@@ -12,5 +12,6 @@
"@playwright/test": "=1.33.0",
"playwright": "=1.33.0",
"serve": "^14.2.0"
}
},
"version": "0.7.0-canary.20"
}

View File

@@ -3,5 +3,5 @@
"exports": {
"./*": "./*"
},
"version": "0.7.0-canary.19"
"version": "0.7.0-canary.20"
}

View File

@@ -1,7 +1,7 @@
{
"name": "@affine-test/kit",
"private": true,
"version": "0.7.0-canary.19",
"version": "0.7.0-canary.20",
"exports": {
"./playwright": "./playwright.ts"
},