Skip to content

Commit

Permalink
3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1394 committed Feb 21, 2024
1 parent 2505a48 commit ce8b03b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Documentation~/en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@

## master

## v3.10.1

* (2024.02.21) Release `v3.10.1`
* (2024.02.19) Fix to `Tooltip` dot markers not adapting to color

## v3.10.0

Highlights:
Expand Down
4 changes: 4 additions & 0 deletions Documentation~/zh/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ slug: /changelog
# 更新日志

[master](#master)
[v3.10.1](#v3101)
[v3.10.0](#v3100)
[v3.9.0](#v390)
[v3.8.1](#v381)
Expand Down Expand Up @@ -71,6 +72,9 @@ slug: /changelog

## master

## v3.10.1

* (2024.02.21) 发布`v3.10.1`版本
* (2024.02.19) 修复`Tooltip`的圆点标记不会自适应颜色的问题

## v3.10.0
Expand Down
4 changes: 2 additions & 2 deletions Runtime/Internal/XChartsMgr.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class XChartsVersion
[ExecuteInEditMode]
public static class XChartsMgr
{
public static readonly string version = "3.10.0";
public static readonly int versionDate = 20240201;
public static readonly string version = "3.10.1";
public static readonly int versionDate = 20240221;
public static string fullVersion { get { return version + "-" + versionDate; } }

internal static List<BaseChart> chartList = new List<BaseChart>();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "XCharts",
"author": "monitor1394",
"license": "MIT",
"version": "3.10.0",
"version": "3.10.1",
"date": "20240201",
"checkdate": "20240201",
"unity": "2018.3",
Expand Down

0 comments on commit ce8b03b

Please sign in to comment.