Skip to content

Commit

Permalink
Merge pull request #3678 from VisActor/sync/main-1.13.4
Browse files Browse the repository at this point in the history
[Auto Sync] Sync the code from branch main to branch develop after release 1.13.4
  • Loading branch information
xile611 authored Jan 17, 2025
2 parents 05a68af + 5b6414d commit 1da67f3
Show file tree
Hide file tree
Showing 41 changed files with 5,406 additions and 3,265 deletions.
11 changes: 0 additions & 11 deletions common/changes/@visactor/vchart/develop_2025-01-14-11-12.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@visactor/vchart/develop_2025-01-14-11-15.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

26 changes: 13 additions & 13 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":"vchartMain","version":"1.13.3","mainProject":"@visactor/vchart","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.13.4","mainProject":"@visactor/vchart","nextBump":"patch"}]
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/openinula-vchart": "workspace:1.13.3",
"@visactor/react-vchart": "workspace:1.13.3",
"@visactor/vchart": "workspace:1.13.3",
"@visactor/vchart-extension": "workspace:1.13.3",
"@visactor/openinula-vchart": "workspace:1.13.4",
"@visactor/react-vchart": "workspace:1.13.4",
"@visactor/vchart": "workspace:1.13.4",
"@visactor/vchart-extension": "workspace:1.13.4",
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~0.19.3",
Expand Down Expand Up @@ -59,4 +59,4 @@
"react-device-detect": "^2.2.2",
"minimist": "1.2.8"
}
}
}
2 changes: 1 addition & 1 deletion packages/block-vchart/block/vchart/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/harmony_vchart/library/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
name: '@visactor/harmony-vchart',
version: '1.13.3',
version: '1.13.4',
description: '@visactor/vchart 针对 harmonyOS 打造的图表库,拥有非常酷炫的动画能力,近20种图表类型,以及原生的渲染性能',
main: 'Index.ets',
author: {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/lark-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/lark-vchart",
"version": "1.13.3",
"version": "1.13.4",
"description": "VChart 飞书小程序组件",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/lark-vchart/src/vchart/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/openinula-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/openinula-vchart",
"version": "1.13.3",
"version": "1.13.4",
"sideEffects": false,
"description": "The openinula version of VChart 4.x",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"build": "bundle --clean"
},
"dependencies": {
"@visactor/vchart": "workspace:1.13.3",
"@visactor/vchart": "workspace:1.13.4",
"@visactor/vutils": "~0.19.3",
"@visactor/vrender-core": "0.21.11",
"@visactor/vrender-kits": "0.21.11",
Expand Down Expand Up @@ -79,4 +79,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
6 changes: 3 additions & 3 deletions packages/react-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vchart",
"version": "1.13.3",
"version": "1.13.4",
"sideEffects": false,
"description": "The react version of VChart 4.x",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"build": "bundle --clean"
},
"dependencies": {
"@visactor/vchart": "workspace:1.13.3",
"@visactor/vchart": "workspace:1.13.4",
"@visactor/vutils": "~0.19.3",
"@visactor/vrender-core": "0.21.11",
"@visactor/vrender-kits": "0.21.11",
Expand Down Expand Up @@ -83,4 +83,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
4 changes: 2 additions & 2 deletions packages/taro-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/taro-vchart",
"version": "1.13.3",
"version": "1.13.4",
"description": "Taro VChart 图表组件",
"sideEffects": false,
"main": "esm/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"license": "MIT",
"dependencies": {
"@visactor/vchart": "workspace:1.13.3"
"@visactor/vchart": "workspace:1.13.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/tt-vchart/src/vchart/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/vchart-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-extension",
"version": "1.13.3",
"version": "1.13.4",
"description": "vchart extension package, including extension plugins and components",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -27,7 +27,7 @@
"@visactor/vgrammar-core": "0.15.5",
"@visactor/vutils": "~0.19.3",
"@visactor/vdataset": "~0.19.3",
"@visactor/vchart": "workspace:1.13.3"
"@visactor/vchart": "workspace:1.13.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down Expand Up @@ -60,4 +60,4 @@
"registry": "https://registry.npmjs.org/"
},
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion packages/vchart-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-schema",
"version": "1.13.3",
"version": "1.13.4",
"description": "The VChart JSON schema file.",
"sideEffects": false,
"main": "vchart.json",
Expand Down
Loading

0 comments on commit 1da67f3

Please sign in to comment.