Skip to content

Commit 2cf860d

Browse files
committedMay 26, 2023
chore: release v2.2.0
1 parent 6e24693 commit 2cf860d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vueuse/schema-org-monorepo",
33
"private": true,
44
"packageManager": "pnpm@8.3.1",
5-
"version": "2.1.3",
5+
"version": "2.2.0",
66
"description": "Schema.org for Vue. Supports typed and automated Google Rich Results",
77
"license": "MIT",
88
"author": "Harlan Wilton <harlan@harlanzw.com>",

‎packages/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-schema-org",
33
"type": "module",
4-
"version": "2.1.3",
4+
"version": "2.2.0",
55
"description": "Nuxt module for @vueuse/schema-org",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

‎packages/schema-org/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/schema-org",
33
"type": "module",
4-
"version": "2.1.3",
4+
"version": "2.2.0",
55
"description": "Vue Schema.org for Simple and Automated Google Rich Results for everyone",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.