Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync/Main #51

Merged
merged 3 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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":"vchartThemeMain","version":"1.11.1","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vchartThemeMain","version":"1.11.2","nextBump":"patch"}]
6 changes: 6 additions & 0 deletions packages/vchart-arco-theme/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vchart-arco-theme",
"entries": [
{
"version": "1.11.2",
"tag": "@visactor/vchart-arco-theme_v1.11.2",
"date": "Wed, 12 Jun 2024 06:24:15 GMT",
"comments": {}
},
{
"version": "1.11.1",
"tag": "@visactor/vchart-arco-theme_v1.11.1",
Expand Down
7 changes: 6 additions & 1 deletion packages/vchart-arco-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vchart-arco-theme

This log was last generated on Tue, 11 Jun 2024 12:08:57 GMT and should not be manually modified.
This log was last generated on Wed, 12 Jun 2024 06:24:15 GMT and should not be manually modified.

## 1.11.2
Wed, 12 Jun 2024 06:24:15 GMT

_Version update only_

## 1.11.1
Tue, 11 Jun 2024 12:08:57 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vchart-arco-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-arco-theme",
"version": "1.11.1",
"version": "1.11.2",
"description": "Extended themes for VChart",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@visactor/vchart": ">=1.10.4"
},
"dependencies": {
"@visactor/vchart-theme-utils": "workspace:1.11.1"
"@visactor/vchart-theme-utils": "workspace:1.11.2"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/vchart-semi-theme/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vchart-semi-theme",
"entries": [
{
"version": "1.11.2",
"tag": "@visactor/vchart-semi-theme_v1.11.2",
"date": "Wed, 12 Jun 2024 06:24:15 GMT",
"comments": {}
},
{
"version": "1.11.1",
"tag": "@visactor/vchart-semi-theme_v1.11.1",
Expand Down
7 changes: 6 additions & 1 deletion packages/vchart-semi-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vchart-semi-theme

This log was last generated on Tue, 11 Jun 2024 12:08:57 GMT and should not be manually modified.
This log was last generated on Wed, 12 Jun 2024 06:24:15 GMT and should not be manually modified.

## 1.11.2
Wed, 12 Jun 2024 06:24:15 GMT

_Version update only_

## 1.11.1
Tue, 11 Jun 2024 12:08:57 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vchart-semi-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-semi-theme",
"version": "1.11.1",
"version": "1.11.2",
"description": "Extended themes for VChart",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@visactor/vchart": ">=1.10.4"
},
"dependencies": {
"@visactor/vchart-theme-utils": "workspace:1.11.1"
"@visactor/vchart-theme-utils": "workspace:1.11.2"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/vchart-theme-demo-component/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "@visactor/vchart-theme-demo-component",
"entries": [
{
"version": "1.11.2",
"tag": "@visactor/vchart-theme-demo-component_v1.11.2",
"date": "Wed, 12 Jun 2024 06:24:15 GMT",
"comments": {}
}
]
}
9 changes: 9 additions & 0 deletions packages/vchart-theme-demo-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log - @visactor/vchart-theme-demo-component

This log was last generated on Wed, 12 Jun 2024 06:24:15 GMT and should not be manually modified.

## 1.11.2
Wed, 12 Jun 2024 06:24:15 GMT

_Initial release_

6 changes: 3 additions & 3 deletions packages/vchart-theme-demo-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-theme-demo-component",
"version": "1.11.1",
"version": "1.11.2",
"description": "theme demo page in vchart site",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -23,8 +23,8 @@
"@douyinfe/semi-icons": "latest",
"@douyinfe/semi-icons-lab": "latest",
"@arco-design/web-react": "^2.32.2",
"@visactor/vchart-theme-utils": "workspace:1.11.1",
"@visactor/vchart-theme": "workspace:1.11.1",
"@visactor/vchart-theme-utils": "workspace:1.11.2",
"@visactor/vchart-theme": "workspace:1.11.2",
"@visactor/vchart": "1.11.0",
"@visactor/react-vchart": "1.11.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/vchart-theme-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vchart-theme-utils",
"entries": [
{
"version": "1.11.2",
"tag": "@visactor/vchart-theme-utils_v1.11.2",
"date": "Wed, 12 Jun 2024 06:24:15 GMT",
"comments": {}
},
{
"version": "1.11.1",
"tag": "@visactor/vchart-theme-utils_v1.11.1",
Expand Down
7 changes: 6 additions & 1 deletion packages/vchart-theme-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vchart-theme-utils

This log was last generated on Tue, 11 Jun 2024 12:08:57 GMT and should not be manually modified.
This log was last generated on Wed, 12 Jun 2024 06:24:15 GMT and should not be manually modified.

## 1.11.2
Wed, 12 Jun 2024 06:24:15 GMT

_Version update only_

## 1.11.1
Tue, 11 Jun 2024 12:08:57 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/vchart-theme-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-theme-utils",
"version": "1.11.1",
"version": "1.11.2",
"description": "Utils of extended themes for VChart",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/vchart-theme/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vchart-theme",
"entries": [
{
"version": "1.11.2",
"tag": "@visactor/vchart-theme_v1.11.2",
"date": "Wed, 12 Jun 2024 06:24:15 GMT",
"comments": {}
},
{
"version": "1.11.1",
"tag": "@visactor/vchart-theme_v1.11.1",
Expand Down
7 changes: 6 additions & 1 deletion packages/vchart-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vchart-theme

This log was last generated on Tue, 11 Jun 2024 12:08:57 GMT and should not be manually modified.
This log was last generated on Wed, 12 Jun 2024 06:24:15 GMT and should not be manually modified.

## 1.11.2
Wed, 12 Jun 2024 06:24:15 GMT

_Version update only_

## 1.11.1
Tue, 11 Jun 2024 12:08:57 GMT
Expand Down
10 changes: 5 additions & 5 deletions packages/vchart-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-theme",
"version": "1.11.1",
"version": "1.11.2",
"description": "Extended themes for VChart",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down Expand Up @@ -55,10 +55,10 @@
"ts-node": "10.9.0",
"tslib": "2.3.1",
"tslint": "5.12.1",
"@visactor/vchart-semi-theme": "workspace:1.11.1",
"@visactor/vchart-arco-theme": "workspace:1.11.1",
"@visactor/vchart-tt-platform-theme": "workspace:1.11.1",
"@visactor/vchart-ve-o-theme": "workspace:1.11.1"
"@visactor/vchart-semi-theme": "workspace:1.11.2",
"@visactor/vchart-arco-theme": "workspace:1.11.2",
"@visactor/vchart-tt-platform-theme": "workspace:1.11.2",
"@visactor/vchart-ve-o-theme": "workspace:1.11.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/vchart-tt-platform-theme/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vchart-tt-platform-theme",
"entries": [
{
"version": "1.11.2",
"tag": "@visactor/vchart-tt-platform-theme_v1.11.2",
"date": "Wed, 12 Jun 2024 06:24:15 GMT",
"comments": {}
},
{
"version": "1.11.1",
"tag": "@visactor/vchart-tt-platform-theme_v1.11.1",
Expand Down
7 changes: 6 additions & 1 deletion packages/vchart-tt-platform-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vchart-tt-platform-theme

This log was last generated on Tue, 11 Jun 2024 12:08:57 GMT and should not be manually modified.
This log was last generated on Wed, 12 Jun 2024 06:24:15 GMT and should not be manually modified.

## 1.11.2
Wed, 12 Jun 2024 06:24:15 GMT

_Version update only_

## 1.11.1
Tue, 11 Jun 2024 12:08:57 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/vchart-tt-platform-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-tt-platform-theme",
"version": "1.11.1",
"version": "1.11.2",
"description": "Extended themes for VChart",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@visactor/vchart": ">=1.10.4"
},
"dependencies": {
"@visactor/vchart-semi-theme": "workspace:1.11.1",
"@visactor/vchart-theme-utils": "workspace:1.11.1"
"@visactor/vchart-semi-theme": "workspace:1.11.2",
"@visactor/vchart-theme-utils": "workspace:1.11.2"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/vchart-ve-o-theme/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vchart-ve-o-theme",
"entries": [
{
"version": "1.11.2",
"tag": "@visactor/vchart-ve-o-theme_v1.11.2",
"date": "Wed, 12 Jun 2024 06:24:15 GMT",
"comments": {}
},
{
"version": "1.11.1",
"tag": "@visactor/vchart-ve-o-theme_v1.11.1",
Expand Down
7 changes: 6 additions & 1 deletion packages/vchart-ve-o-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vchart-ve-o-theme

This log was last generated on Tue, 11 Jun 2024 12:08:57 GMT and should not be manually modified.
This log was last generated on Wed, 12 Jun 2024 06:24:15 GMT and should not be manually modified.

## 1.11.2
Wed, 12 Jun 2024 06:24:15 GMT

_Version update only_

## 1.11.1
Tue, 11 Jun 2024 12:08:57 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/vchart-ve-o-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-ve-o-theme",
"version": "1.11.1",
"version": "1.11.2",
"description": "Extended themes for VChart",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@visactor/vchart": ">=1.10.4"
},
"dependencies": {
"@visactor/vchart-arco-theme": "workspace:1.11.1",
"@visactor/vchart-theme-utils": "workspace:1.11.1"
"@visactor/vchart-arco-theme": "workspace:1.11.2",
"@visactor/vchart-theme-utils": "workspace:1.11.2"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.1.1",
Expand Down
Loading