Skip to content

Commit 43df06e

Browse files
committed
chore: release v2.0.5
1 parent 09835cc commit 43df06e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vueuse/schema-org-monorepo",
33
"private": true,
44
"packageManager": "[email protected]",
5-
"version": "2.0.4",
5+
"version": "2.0.5",
66
"description": "Schema.org for Vue. Supports typed and automated Google Rich Results",
77
"license": "MIT",
88
"author": "Harlan Wilton <[email protected]>",
@@ -15,19 +15,19 @@
1515
"test:update": "vitest -u"
1616
},
1717
"devDependencies": {
18-
"@antfu/eslint-config": "^0.33.1",
18+
"@antfu/eslint-config": "^0.34.0",
1919
"@nuxt/test-utils": "3.0.0",
20-
"@vitest/ui": "^0.25.7",
20+
"@vitest/ui": "^0.26.2",
2121
"bumpp": "^8.2.1",
2222
"cheerio": "1.0.0-rc.12",
23-
"eslint": "^8.29.0",
23+
"eslint": "^8.30.0",
2424
"jsdom": "^20.0.3",
25-
"playwright": "^1.28.1",
25+
"playwright": "^1.29.1",
2626
"typescript": "^4.9.4",
2727
"unbuild": "^1.0.1",
28-
"unhead": "^1.0.13",
28+
"unhead": "^1.0.14",
2929
"utility-types": "^3.10.0",
30-
"vitest": "^0.25.7"
30+
"vitest": "^0.26.2"
3131
},
3232
"pnpm": {
3333
"overrides": {

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-schema-org",
33
"type": "module",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"description": "Nuxt module for @vueuse/schema-org",
66
"author": "Harlan Wilton <[email protected]>",
77
"license": "MIT",

packages/schema-org/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/schema-org",
33
"type": "module",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"description": "Vue Schema.org for Simple and Automated Google Rich Results for everyone",
66
"author": "Harlan Wilton <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)