Skip to content

Commit

Permalink
chore: release v8.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 16, 2022
1 parent b6cf088 commit a8e4b51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/monorepo",
"version": "8.7.1",
"version": "8.7.2",
"private": true,
"packageManager": "pnpm@7.1.7",
"description": "Collection of essential Vue Composition Utilities",
Expand All @@ -20,7 +20,7 @@
"lint:fix": "nr lint --fix",
"publish:ci": "esno scripts/publish.ts",
"install-fonts": "gfi install Inter && gfi install Fira Code",
"release": "npm run build:types && bumpp --execute='npm run update' --all",
"release": "bumpp --execute=\"npm run build:types && npm run update\" --all --no-commit --dry",
"size": "esno scripts/export-size.ts",
"test": "nr test:3",
"test:2": "vue-demi-switch 2 vue2 && vitest run --silent",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@vue/test-utils": "^2.0.1",
"@vue/theme": "^1.0.2",
"axios": "^0.27.2",
"bumpp": "^8.1.0",
"bumpp": "^8.2.0",
"consola": "^2.15.3",
"cross-env": "^7.0.3",
"esbuild-register": "^3.3.3",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8e4b51

Please sign in to comment.