Skip to content

Commit

Permalink
Merge pull request #100 from VisActor/release/0.0.11
Browse files Browse the repository at this point in the history
[Auto release] release 0.0.11
  • Loading branch information
neuqzxy authored Nov 18, 2024
2 parents 50fa536 + 32aea07 commit 55e1bbb
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 32 deletions.
24 changes: 12 additions & 12 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.10","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.11","nextBump":"patch"}]
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/vstory": "workspace:0.0.10",
"@visactor/vstory": "workspace:0.0.11",
"@visactor/vutils": "~0.18.17",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
Expand Down
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
6 changes: 6 additions & 0 deletions packages/vstory/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vstory",
"entries": [
{
"version": "0.0.11",
"tag": "@visactor/vstory_v0.0.11",
"date": "Mon, 18 Nov 2024 10:02:15 GMT",
"comments": {}
},
{
"version": "0.0.10",
"tag": "@visactor/vstory_v0.0.10",
Expand Down
7 changes: 6 additions & 1 deletion packages/vstory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vstory

This log was last generated on Mon, 18 Nov 2024 09:27:07 GMT and should not be manually modified.
This log was last generated on Mon, 18 Nov 2024 10:02:15 GMT and should not be manually modified.

## 0.0.11
Mon, 18 Nov 2024 10:02:15 GMT

_Version update only_

## 0.0.10
Mon, 18 Nov 2024 09:27:07 GMT
Expand Down
12 changes: 6 additions & 6 deletions packages/vstory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vstory",
"version": "0.0.10",
"version": "0.0.11",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand All @@ -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
2 changes: 1 addition & 1 deletion tools/bugserver-trigger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ci": "ts-node --transpileOnly --skipProject ./scripts/trigger-test.ts"
},
"dependencies": {
"@visactor/vstory": "workspace:0.0.10"
"@visactor/vstory": "workspace:0.0.11"
},
"devDependencies": {
"@rushstack/eslint-patch": "~1.1.4",
Expand Down

0 comments on commit 55e1bbb

Please sign in to comment.