Skip to content

Commit

Permalink
build: release version 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 27, 2024
1 parent e27333a commit da18a98
Show file tree
Hide file tree
Showing 24 changed files with 92 additions and 29 deletions.
8 changes: 5 additions & 3 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.9.0","nextBump":"minor"}]
[{"definitionName":"lockStepVersion","policyName":"vchartThemeMain","version":"1.9.1","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.9.1",
"tag": "@visactor/vchart-arco-theme_v1.9.1",
"date": "Tue, 27 Feb 2024 12:41:52 GMT",
"comments": {}
},
{
"version": "1.9.0",
"tag": "@visactor/vchart-arco-theme_v1.9.0",
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 Mon, 29 Jan 2024 12:38:02 GMT and should not be manually modified.
This log was last generated on Tue, 27 Feb 2024 12:41:52 GMT and should not be manually modified.

## 1.9.1
Tue, 27 Feb 2024 12:41:52 GMT

_Version update only_

## 1.9.0
Mon, 29 Jan 2024 12:38:02 GMT
Expand Down
5 changes: 2 additions & 3 deletions packages/vchart-arco-theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -802,11 +802,10 @@ This package contains both static theme JSON resources (static resources only ap

<!-- ThemeListBegin -->
<!-- 以下为自动生成 -->

- [arcoDesignLight](https://raw.githubusercontent.com/VisActor/vchart-theme/main/packages/vchart-arco-theme/public/arcoDesignLight.json) Arco Design - light
- [arcoDesignDark](https://raw.githubusercontent.com/VisActor/vchart-theme/main/packages/vchart-arco-theme/public/arcoDesignDark.json) Arco Design - dark
<!-- 以上为自动生成 -->
<!-- ThemeListEnd -->
<!-- 以上为自动生成 -->
<!-- ThemeListEnd -->

## Debug

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.9.0",
"version": "1.9.3",
"description": "Extended themes for VChart",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@visactor/vchart": "~1.9.3"
},
"dependencies": {
"@visactor/vchart-theme-utils": "workspace:1.9.0"
"@visactor/vchart-theme-utils": "workspace:1.9.3"
},
"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.9.1",
"tag": "@visactor/vchart-semi-theme_v1.9.1",
"date": "Tue, 27 Feb 2024 12:41:52 GMT",
"comments": {}
},
{
"version": "1.9.0",
"tag": "@visactor/vchart-semi-theme_v1.9.0",
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 Mon, 29 Jan 2024 12:38:02 GMT and should not be manually modified.
This log was last generated on Tue, 27 Feb 2024 12:41:52 GMT and should not be manually modified.

## 1.9.1
Tue, 27 Feb 2024 12:41:52 GMT

_Version update only_

## 1.9.0
Mon, 29 Jan 2024 12:38:02 GMT
Expand Down
5 changes: 2 additions & 3 deletions packages/vchart-semi-theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,11 +798,10 @@ This package contains both static theme JSON resources (static resources only ap

<!-- ThemeListBegin -->
<!-- 以下为自动生成 -->

- [semiDesignLight](https://raw.githubusercontent.com/VisActor/vchart-theme/main/packages/vchart-semi-theme/public/semiDesignLight.json) Semi Design - light
- [semiDesignDark](https://raw.githubusercontent.com/VisActor/vchart-theme/main/packages/vchart-semi-theme/public/semiDesignDark.json) Semi Design - dark
<!-- 以上为自动生成 -->
<!-- ThemeListEnd -->
<!-- 以上为自动生成 -->
<!-- ThemeListEnd -->

## Debug

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.9.0",
"version": "1.9.3",
"description": "Extended themes for VChart",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@visactor/vchart": "~1.9.3"
},
"dependencies": {
"@visactor/vchart-theme-utils": "workspace:1.9.0"
"@visactor/vchart-theme-utils": "workspace:1.9.3"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.1.1",
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.9.1",
"tag": "@visactor/vchart-theme-utils_v1.9.1",
"date": "Tue, 27 Feb 2024 12:41:52 GMT",
"comments": {}
},
{
"version": "1.9.0",
"tag": "@visactor/vchart-theme-utils_v1.9.0",
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 Mon, 29 Jan 2024 12:38:02 GMT and should not be manually modified.
This log was last generated on Tue, 27 Feb 2024 12:41:52 GMT and should not be manually modified.

## 1.9.1
Tue, 27 Feb 2024 12:41:52 GMT

_Version update only_

## 1.9.0
Mon, 29 Jan 2024 12:38:02 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.9.0",
"version": "1.9.3",
"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.9.1",
"tag": "@visactor/vchart-theme_v1.9.1",
"date": "Tue, 27 Feb 2024 12:41:52 GMT",
"comments": {}
},
{
"version": "1.9.0",
"tag": "@visactor/vchart-theme_v1.9.0",
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 Mon, 29 Jan 2024 12:38:02 GMT and should not be manually modified.
This log was last generated on Tue, 27 Feb 2024 12:41:52 GMT and should not be manually modified.

## 1.9.1
Tue, 27 Feb 2024 12:41:52 GMT

_Version update only_

## 1.9.0
Mon, 29 Jan 2024 12:38:02 GMT
Expand Down
2 changes: 1 addition & 1 deletion 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.9.0",
"version": "1.9.3",
"description": "Extended themes for VChart",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vchart-theme/public/ttPlatformDark.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/vchart-theme/public/ttPlatformLight.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions packages/vchart-tt-platform-theme/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "@visactor/vchart-tt-platform-theme",
"entries": [
{
"version": "1.9.1",
"tag": "@visactor/vchart-tt-platform-theme_v1.9.1",
"date": "Tue, 27 Feb 2024 12:41:52 GMT",
"comments": {}
}
]
}
9 changes: 9 additions & 0 deletions packages/vchart-tt-platform-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log - @visactor/vchart-tt-platform-theme

This log was last generated on Tue, 27 Feb 2024 12:41:52 GMT and should not be manually modified.

## 1.9.1
Tue, 27 Feb 2024 12:41:52 GMT

_Initial release_

5 changes: 2 additions & 3 deletions packages/vchart-tt-platform-theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,10 @@ This package contains both static theme JSON resources (static resources only ap

<!-- ThemeListBegin -->
<!-- 以下为自动生成 -->

- [ttPlatformLight](https://raw.githubusercontent.com/VisActor/vchart-theme/main/packages/vchart-tt-platform-theme/public/ttPlatformLight.json) TT Platform - light
- [ttPlatformDark](https://raw.githubusercontent.com/VisActor/vchart-theme/main/packages/vchart-tt-platform-theme/public/ttPlatformDark.json) TT Platform - dark
<!-- 以上为自动生成 -->
<!-- ThemeListEnd -->
<!-- 以上为自动生成 -->
<!-- ThemeListEnd -->

## Debug

Expand Down
4 changes: 2 additions & 2 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.9.0",
"version": "1.9.3",
"description": "Extended themes for VChart",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@visactor/vchart": "~1.9.3"
},
"dependencies": {
"@visactor/vchart-theme-utils": "workspace:1.9.0"
"@visactor/vchart-theme-utils": "workspace:1.9.3"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.1.1",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit da18a98

Please sign in to comment.