Skip to content

Commit

Permalink
chore: release v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Dec 24, 2022
1 parent 09835cc commit 43df06e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vueuse/schema-org-monorepo",
"private": true,
"packageManager": "[email protected]",
"version": "2.0.4",
"version": "2.0.5",
"description": "Schema.org for Vue. Supports typed and automated Google Rich Results",
"license": "MIT",
"author": "Harlan Wilton <[email protected]>",
Expand All @@ -15,19 +15,19 @@
"test:update": "vitest -u"
},
"devDependencies": {
"@antfu/eslint-config": "^0.33.1",
"@antfu/eslint-config": "^0.34.0",
"@nuxt/test-utils": "3.0.0",
"@vitest/ui": "^0.25.7",
"@vitest/ui": "^0.26.2",
"bumpp": "^8.2.1",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.29.0",
"eslint": "^8.30.0",
"jsdom": "^20.0.3",
"playwright": "^1.28.1",
"playwright": "^1.29.1",
"typescript": "^4.9.4",
"unbuild": "^1.0.1",
"unhead": "^1.0.13",
"unhead": "^1.0.14",
"utility-types": "^3.10.0",
"vitest": "^0.25.7"
"vitest": "^0.26.2"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-schema-org",
"type": "module",
"version": "2.0.4",
"version": "2.0.5",
"description": "Nuxt module for @vueuse/schema-org",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-org/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vueuse/schema-org",
"type": "module",
"version": "2.0.4",
"version": "2.0.5",
"description": "Vue Schema.org for Simple and Automated Google Rich Results for everyone",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 43df06e

Please sign in to comment.