Skip to content

Commit

Permalink
build: prelease version 1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed May 8, 2024
1 parent 1e18274 commit 30b7bf2
Showing 41 changed files with 1,404 additions and 1,491 deletions.
10 changes: 0 additions & 10 deletions common/changes/@visactor/vchart/develop_2024-04-28-07-59.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@visactor/vchart/develop_2024-04-29-08-40.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@visactor/vchart/develop_2024-04-30-08-38.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@visactor/vchart/develop_2024-05-07-04-11.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.

16 changes: 8 additions & 8 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.10.5","mainProject":"@visactor/vchart","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.10.6","mainProject":"@visactor/vchart","nextBump":"patch"}]
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -12,9 +12,9 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/openinula-vchart": "workspace:1.10.5",
"@visactor/react-vchart": "workspace:1.10.5",
"@visactor/vchart": "workspace:1.10.5",
"@visactor/openinula-vchart": "workspace:1.10.6",
"@visactor/react-vchart": "workspace:1.10.6",
"@visactor/vchart": "workspace:1.10.6",
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~0.18.1",
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/lark-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/lark-vchart",
"version": "1.10.5",
"version": "1.10.6",
"description": "VChart 飞书小程序组件",
"main": "index.js",
"files": [
2 changes: 1 addition & 1 deletion packages/lark-vchart/src/vchart/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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.10.5",
"version": "1.10.6",
"sideEffects": false,
"description": "The openinula version of VChart 4.x",
"keywords": [
@@ -28,7 +28,7 @@
"build": "bundle --clean"
},
"dependencies": {
"@visactor/vchart": "workspace:1.10.5",
"@visactor/vchart": "workspace:1.10.6",
"@visactor/vutils": "~0.18.1",
"@visactor/vrender-core": "0.18.17",
"@visactor/vrender-kits": "0.18.17",
4 changes: 2 additions & 2 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.10.5",
"version": "1.10.6",
"sideEffects": false,
"description": "The react version of VChart 4.x",
"keywords": [
@@ -28,7 +28,7 @@
"build": "bundle --clean"
},
"dependencies": {
"@visactor/vchart": "workspace:1.10.5",
"@visactor/vchart": "workspace:1.10.6",
"@visactor/vutils": "~0.18.1",
"@visactor/vrender-core": "0.18.17",
"@visactor/vrender-kits": "0.18.17",
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.10.5",
"version": "1.10.6",
"description": "Taro VChart 图表组件",
"sideEffects": false,
"main": "lib/src/index.js",
@@ -42,7 +42,7 @@
},
"license": "MIT",
"dependencies": {
"@visactor/vchart": "workspace:1.10.5"
"@visactor/vchart": "workspace:1.10.6"
},
"devDependencies": {
"@internal/eslint-config": "workspace:*",
2 changes: 1 addition & 1 deletion packages/tt-vchart/src/vchart/index.js

Large diffs are not rendered by default.

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.10.5",
"version": "1.10.6",
"description": "The VChart JSON schema file.",
"sideEffects": false,
"main": "vchart.json",
Loading

0 comments on commit 30b7bf2

Please sign in to comment.