Skip to content

Commit aeb44e4

Browse files
committed
build: release version 1.13.7
1 parent b33f108 commit aeb44e4

36 files changed

+429
-207
lines changed

common/changes/@visactor/vchart/chore-add-utils-to-export_2025-03-04-03-04.json

-11
This file was deleted.

common/changes/@visactor/vchart/feat-total-label-position_2025-03-10-08-16.json

-10
This file was deleted.

common/changes/@visactor/vchart/fix-merge-of-options_2025-03-13-06-28.json

-11
This file was deleted.

common/changes/@visactor/vchart/fix-react-dom-event_2025-03-13-03-12.json

-10
This file was deleted.

common/changes/@visactor/vchart/fix-react-vchart-export-waterfall_2025-03-12-10-51.json

-11
This file was deleted.

common/changes/@visactor/vchart/fix-richtext-fontfamily_2025-03-06-10-45.json

-11
This file was deleted.

common/changes/@visactor/vchart/fix-wx-get-context_2025-03-05-04-18.json

-10
This file was deleted.

common/config/rush/pnpm-lock.yaml

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.13.6","mainProject":"@visactor/vchart","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.13.7","mainProject":"@visactor/vchart","nextBump":"patch"}]

docs/package.json

+5-5
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:1.13.6",
16-
"@visactor/react-vchart": "workspace:1.13.6",
17-
"@visactor/vchart": "workspace:1.13.6",
18-
"@visactor/vchart-extension": "workspace:1.13.6",
15+
"@visactor/openinula-vchart": "workspace:1.13.7",
16+
"@visactor/react-vchart": "workspace:1.13.7",
17+
"@visactor/vchart": "workspace:1.13.7",
18+
"@visactor/vchart-extension": "workspace:1.13.7",
1919
"@visactor/vchart-theme": "~1.6.6",
2020
"@visactor/vmind": "1.2.4-alpha.5",
2121
"@visactor/vutils": "~0.19.4",
@@ -59,4 +59,4 @@
5959
"react-device-detect": "^2.2.2",
6060
"minimist": "1.2.8"
6161
}
62-
}
62+
}

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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
name: '@visactor/harmony-vchart',
3-
version: '1.13.6',
3+
version: '1.13.7',
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

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/lark-vchart/package.json

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

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openinula-vchart/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/openinula-vchart",
3-
"version": "1.13.6",
3+
"version": "1.13.7",
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:1.13.6",
31+
"@visactor/vchart": "workspace:1.13.7",
3232
"@visactor/vutils": "~0.19.4",
3333
"@visactor/vrender-core": "0.22.5",
3434
"@visactor/vrender-kits": "0.22.5",
@@ -79,4 +79,4 @@
7979
"access": "public",
8080
"registry": "https://registry.npmjs.org/"
8181
}
82-
}
82+
}

packages/react-vchart/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/react-vchart",
3-
"version": "1.13.6",
3+
"version": "1.13.7",
44
"sideEffects": false,
55
"description": "The react version of VChart 4.x",
66
"keywords": [
@@ -28,7 +28,7 @@
2828
"build": "bundle --clean"
2929
},
3030
"dependencies": {
31-
"@visactor/vchart": "workspace:1.13.6",
31+
"@visactor/vchart": "workspace:1.13.7",
3232
"@visactor/vutils": "~0.19.4",
3333
"@visactor/vrender-core": "0.22.5",
3434
"@visactor/vrender-kits": "0.22.5",
@@ -83,4 +83,4 @@
8383
"access": "public",
8484
"registry": "https://registry.npmjs.org/"
8585
}
86-
}
86+
}

packages/taro-vchart/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/taro-vchart",
3-
"version": "1.13.6",
3+
"version": "1.13.7",
44
"description": "Taro VChart 图表组件",
55
"sideEffects": false,
66
"main": "esm/index.js",
@@ -43,7 +43,7 @@
4343
},
4444
"license": "MIT",
4545
"dependencies": {
46-
"@visactor/vchart": "workspace:1.13.6"
46+
"@visactor/vchart": "workspace:1.13.7"
4747
},
4848
"devDependencies": {
4949
"@internal/bundler": "workspace:*",

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vchart-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vchart-extension",
3-
"version": "1.13.6",
3+
"version": "1.13.7",
44
"description": "vchart extension package, including extension plugins and components",
55
"sideEffects": false,
66
"main": "cjs/index.js",
@@ -27,7 +27,7 @@
2727
"@visactor/vgrammar-core": "0.16.1",
2828
"@visactor/vutils": "~0.19.4",
2929
"@visactor/vdataset": "~0.19.4",
30-
"@visactor/vchart": "workspace:1.13.6"
30+
"@visactor/vchart": "workspace:1.13.7"
3131
},
3232
"devDependencies": {
3333
"@internal/bundler": "workspace:*",
@@ -60,4 +60,4 @@
6060
"registry": "https://registry.npmjs.org/"
6161
},
6262
"license": "MIT"
63-
}
63+
}

packages/vchart-schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vchart-schema",
3-
"version": "1.13.6",
3+
"version": "1.13.7",
44
"description": "The VChart JSON schema file.",
55
"sideEffects": false,
66
"main": "vchart.json",

0 commit comments

Comments
 (0)