Skip to content

Commit

Permalink
Merge pull request #102 from VisActor/release/0.0.12
Browse files Browse the repository at this point in the history
[Auto release] release 0.0.12
  • Loading branch information
neuqzxy authored Nov 18, 2024
2 parents 55e1bbb + 9e5d982 commit c528ef4
Show file tree
Hide file tree
Showing 24 changed files with 142 additions and 46 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.11","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.12","nextBump":"patch"}]
2 changes: 1 addition & 1 deletion docs/demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"dependencies": {
"fast-xml-parser": "4.2.7",
"inversify": "6.0.1",
"@visactor/vstory": "workspace:0.0.1"
"@visactor/vstory": "workspace:0.0.11"
}
}
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.11",
"@visactor/vstory": "workspace:0.0.12",
"@visactor/vutils": "~0.18.17",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/vstory-animate/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"name": "@visactor/vstory-animate",
"entries": []
"entries": [
{
"version": "0.0.12",
"tag": "@visactor/vstory-animate_v0.0.12",
"date": "Mon, 18 Nov 2024 10:35:05 GMT",
"comments": {}
}
]
}
9 changes: 9 additions & 0 deletions packages/vstory-animate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log - @visactor/vstory-animate

This log was last generated on Mon, 18 Nov 2024 10:35:05 GMT and should not be manually modified.

## 0.0.12
Mon, 18 Nov 2024 10:35:05 GMT

_Initial release_

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.10",
"version": "0.0.12",
"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.10"
"@visactor/vstory-core": "workspace:0.0.12"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
9 changes: 8 additions & 1 deletion packages/vstory-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"name": "@visactor/vstory-core",
"entries": []
"entries": [
{
"version": "0.0.12",
"tag": "@visactor/vstory-core_v0.0.12",
"date": "Mon, 18 Nov 2024 10:35:05 GMT",
"comments": {}
}
]
}
9 changes: 9 additions & 0 deletions packages/vstory-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log - @visactor/vstory-core

This log was last generated on Mon, 18 Nov 2024 10:35:05 GMT and should not be manually modified.

## 0.0.12
Mon, 18 Nov 2024 10:35:05 GMT

_Initial release_

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.10",
"version": "0.0.12",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand Down
9 changes: 8 additions & 1 deletion packages/vstory-editor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"name": "@visactor/vstory-editor",
"entries": []
"entries": [
{
"version": "0.0.12",
"tag": "@visactor/vstory-editor_v0.0.12",
"date": "Mon, 18 Nov 2024 10:35:05 GMT",
"comments": {}
}
]
}
9 changes: 9 additions & 0 deletions packages/vstory-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log - @visactor/vstory-editor

This log was last generated on Mon, 18 Nov 2024 10:35:05 GMT and should not be manually modified.

## 0.0.12
Mon, 18 Nov 2024 10:35:05 GMT

_Initial release_

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.10",
"version": "0.0.12",
"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.10"
"@visactor/vstory-core": "workspace:0.0.12"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
9 changes: 8 additions & 1 deletion packages/vstory-player/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"name": "@visactor/vstory-player",
"entries": []
"entries": [
{
"version": "0.0.12",
"tag": "@visactor/vstory-player_v0.0.12",
"date": "Mon, 18 Nov 2024 10:35:05 GMT",
"comments": {}
}
]
}
9 changes: 9 additions & 0 deletions packages/vstory-player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log - @visactor/vstory-player

This log was last generated on Mon, 18 Nov 2024 10:35:05 GMT and should not be manually modified.

## 0.0.12
Mon, 18 Nov 2024 10:35:05 GMT

_Initial release_

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.10",
"version": "0.0.12",
"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.10",
"@visactor/vstory-animate": "workspace:0.0.10"
"@visactor/vstory-core": "workspace:0.0.12",
"@visactor/vstory-animate": "workspace:0.0.12"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
9 changes: 8 additions & 1 deletion packages/vstory-templates/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"name": "@visactor/vstory-templates",
"entries": []
"entries": [
{
"version": "0.0.12",
"tag": "@visactor/vstory-templates_v0.0.12",
"date": "Mon, 18 Nov 2024 10:35:05 GMT",
"comments": {}
}
]
}
9 changes: 9 additions & 0 deletions packages/vstory-templates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log - @visactor/vstory-templates

This log was last generated on Mon, 18 Nov 2024 10:35:05 GMT and should not be manually modified.

## 0.0.12
Mon, 18 Nov 2024 10:35:05 GMT

_Initial release_

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.10",
"version": "0.0.12",
"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.10"
"@visactor/vstory-core": "workspace:0.0.12"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
10 changes: 8 additions & 2 deletions packages/vstory/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"name": "@visactor/vstory",
"entries": [
{
"version": "0.0.12",
"tag": "@visactor/vstory_v0.0.12",
"date": "Mon, 18 Nov 2024 10:35:05 GMT",
"comments": {}
},
{
"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",
"version": "0.0.11",
"tag": "@visactor/vstory_v0.0.11",
"date": "Mon, 18 Nov 2024 09:27:07 GMT",
"comments": {}
},
Expand Down
9 changes: 7 additions & 2 deletions packages/vstory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Change Log - @visactor/vstory

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

## 0.0.12
Mon, 18 Nov 2024 10:35:05 GMT

_Version update only_

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

_Version update only_

## 0.0.10
## 0.0.11
Mon, 18 Nov 2024 09:27:07 GMT

_Version update only_
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.11",
"version": "0.0.12",
"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.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"
"@visactor/vstory-core": "workspace:0.0.12",
"@visactor/vstory-animate": "workspace:0.0.12",
"@visactor/vstory-editor": "workspace:0.0.12",
"@visactor/vstory-player": "workspace:0.0.12",
"@visactor/vstory-templates": "workspace:0.0.12"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
15 changes: 10 additions & 5 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,36 @@
"packageName": "@visactor/vstory-core",
"projectFolder": "packages/vstory-core",
"tags": ["package"],
"shouldPublish": true
"shouldPublish": true,
"versionPolicyName": "vstoryMain"
},
{
"packageName": "@visactor/vstory-animate",
"projectFolder": "packages/vstory-animate",
"tags": ["package"],
"shouldPublish": true
"shouldPublish": true,
"versionPolicyName": "vstoryMain"
},
{
"packageName": "@visactor/vstory-editor",
"projectFolder": "packages/vstory-editor",
"tags": ["package"],
"shouldPublish": true
"shouldPublish": true,
"versionPolicyName": "vstoryMain"
},
{
"packageName": "@visactor/vstory-templates",
"projectFolder": "packages/vstory-templates",
"tags": ["package"],
"shouldPublish": true
"shouldPublish": true,
"versionPolicyName": "vstoryMain"
},
{
"packageName": "@visactor/vstory-player",
"projectFolder": "packages/vstory-player",
"tags": ["package"],
"shouldPublish": true
"shouldPublish": true,
"versionPolicyName": "vstoryMain"
},
{
"packageName": "@internal/bundler",
Expand Down
Loading

0 comments on commit c528ef4

Please sign in to comment.