Skip to content

Commit 115cb09

Browse files
authored
Merge pull request #4177 from VisActor/sync/main-2.0.4
[Auto Sync] Sync the code from branch main to branch develop after release 2.0.4
2 parents bfc0aad + 435b621 commit 115cb09

File tree

43 files changed

+169
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+169
-81
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"2.0.2","mainProject":"@visactor/vchart","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"2.0.3","mainProject":"@visactor/vchart","nextBump":"patch"}]

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"dependencies": {
1414
"@arco-design/web-react": "2.46.1",
15-
"@visactor/openinula-vchart": "workspace:2.0.3",
16-
"@visactor/react-vchart": "workspace:2.0.3",
17-
"@visactor/vchart": "workspace:2.0.3",
18-
"@visactor/vchart-extension": "workspace:2.0.3",
15+
"@visactor/openinula-vchart": "workspace:2.0.4",
16+
"@visactor/react-vchart": "workspace:2.0.4",
17+
"@visactor/vchart": "workspace:2.0.4",
18+
"@visactor/vchart-extension": "workspace:2.0.4",
1919
"@visactor/vchart-theme": "~1.6.6",
2020
"@visactor/vmind": "1.2.4-alpha.5",
2121
"@visactor/vutils": "~1.0.6",

packages/block-vchart/block/vchart/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/harmony_vchart/library/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
name: '@visactor/harmony-vchart',
3-
version: '2.0.3',
3+
version: '2.0.4',
44
description: '@visactor/vchart 针对 harmonyOS 打造的图表库,拥有非常酷炫的动画能力,近20种图表类型,以及原生的渲染性能',
55
main: 'Index.ets',
66
author: {

packages/harmony_vchart/library/src/main/ets/index-harmony-simple.es.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/harmony_vchart/library/src/main/ets/index-harmony.es.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/lark-vchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/lark-vchart",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "VChart 飞书小程序组件",
55
"main": "index.js",
66
"files": [

packages/lark-vchart/src/vchart/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openinula-vchart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/openinula-vchart",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"sideEffects": false,
55
"description": "The openinula version of VChart 4.x",
66
"keywords": [
@@ -28,7 +28,7 @@
2828
"build": "bundle --clean"
2929
},
3030
"dependencies": {
31-
"@visactor/vchart": "workspace:2.0.3",
31+
"@visactor/vchart": "workspace:2.0.4",
3232
"@visactor/vutils": "~1.0.6",
3333
"@visactor/vrender-core": "1.0.13",
3434
"@visactor/vrender-kits": "1.0.13",

0 commit comments

Comments
 (0)