diff --git a/package.json b/package.json index bc21cc3..fad6514 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@vueuse/schema-org-monorepo", "private": true, "packageManager": "pnpm@7.0.0", - "version": "2.0.0-beta.4", + "version": "2.0.0", "description": "Schema.org for Vue. Supports typed and automated Google Rich Results", "license": "MIT", "author": "Harlan Wilton ", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index a63ef90..3fa38af 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-schema-org", "type": "module", - "version": "2.0.0-beta.4", + "version": "2.0.0", "description": "Nuxt module for @vueuse/schema-org", "author": "Harlan Wilton ", "license": "MIT", diff --git a/packages/schema-org/package.json b/packages/schema-org/package.json index b350ed8..5c9fcf2 100644 --- a/packages/schema-org/package.json +++ b/packages/schema-org/package.json @@ -1,7 +1,7 @@ { "name": "@vueuse/schema-org", "type": "module", - "version": "2.0.0-beta.4", + "version": "2.0.0", "description": "Vue Schema.org for Simple and Automated Google Rich Results for everyone", "author": "Harlan Wilton ", "license": "MIT",