Skip to content

Commit

Permalink
release(client): v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepbox8646 committed Sep 6, 2024
1 parent e66ac1c commit 62443e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"SVG"
],
"scripts": {
"dev:core": "pnpm run --parallel --filter=./packages/* dev",
"dev:core": "pnpm run --parallel --filter=./packages/{core,lib,utils,export,client} dev",
"dev:ext": "pnpm run --parallel --filter=./extensions/* dev",
"build:core": "pnpm run --parallel --filter=./packages/{core,lib,utils,export} build",
"build:ext": "pnpm run --parallel --filter=./extensions/* build",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/client",
"type": "module",
"version": "0.1.8",
"version": "0.1.9",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down

0 comments on commit 62443e2

Please sign in to comment.