Skip to content

Commit

Permalink
fix: fix version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Nov 18, 2024
1 parent 9936933 commit e560f9b
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
20 changes: 10 additions & 10 deletions common/config/rush/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions packages/vstory-animate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vstory-animate",
"version": "0.0.7",
"version": "0.0.10",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@visactor/vchart-extension": "0.0.3-vstory.2",
"@visactor/vdataset": "~0.18.17",
"@visactor/vscale": "~0.18.17",
"@visactor/vstory-core": "workspace:0.0.7"
"@visactor/vstory-core": "workspace:0.0.10"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vstory-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vstory-core",
"version": "0.0.7",
"version": "0.0.10",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vstory-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vstory-editor",
"version": "0.0.7",
"version": "0.0.10",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@visactor/vchart-extension": "0.0.3-vstory.2",
"@visactor/vdataset": "~0.18.17",
"@visactor/vscale": "~0.18.17",
"@visactor/vstory-core": "workspace:0.0.7"
"@visactor/vstory-core": "workspace:0.0.10"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/vstory-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vstory-player",
"version": "0.0.7",
"version": "0.0.10",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
"@visactor/vchart-extension": "0.0.3-vstory.2",
"@visactor/vdataset": "~0.18.17",
"@visactor/vscale": "~0.18.17",
"@visactor/vstory-core": "workspace:0.0.7",
"@visactor/vstory-animate": "workspace:0.0.7"
"@visactor/vstory-core": "workspace:0.0.10",
"@visactor/vstory-animate": "workspace:0.0.10"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/vstory-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vstory-templates",
"version": "0.0.7",
"version": "0.0.10",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@visactor/vchart-extension": "0.0.3-vstory.2",
"@visactor/vdataset": "~0.18.17",
"@visactor/vscale": "~0.18.17",
"@visactor/vstory-core": "workspace:0.0.7"
"@visactor/vstory-core": "workspace:0.0.10"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/vstory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"test-watch": "DEBUG_MODE=1 jest --watch"
},
"dependencies": {
"@visactor/vstory-core": "workspace:0.0.7",
"@visactor/vstory-animate": "workspace:0.0.7",
"@visactor/vstory-editor": "workspace:0.0.7",
"@visactor/vstory-player": "workspace:0.0.7",
"@visactor/vstory-templates": "workspace:0.0.7"
"@visactor/vstory-core": "workspace:0.0.10",
"@visactor/vstory-animate": "workspace:0.0.10",
"@visactor/vstory-editor": "workspace:0.0.10",
"@visactor/vstory-player": "workspace:0.0.10",
"@visactor/vstory-templates": "workspace:0.0.10"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down

0 comments on commit e560f9b

Please sign in to comment.