From e2c77794934ac30907e4698fe83cd3689432d34c Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Mon, 1 Jul 2024 08:24:02 +0800 Subject: [PATCH] 3.11.1 --- Documentation~/en/changelog.md | 7 +++++++ Documentation~/zh/changelog.md | 4 ++++ Runtime/Internal/XChartsMgr.cs | 4 ++-- package.json | 6 +++--- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Documentation~/en/changelog.md b/Documentation~/en/changelog.md index c1591083..66d2d105 100644 --- a/Documentation~/en/changelog.md +++ b/Documentation~/en/changelog.md @@ -2,6 +2,7 @@ # 更新日志 [master](#master) +[v3.11.1](#v3111) [v3.11.0](#v3110) [v3.10.2](#v3102) [v3.10.1](#v3101) @@ -69,6 +70,12 @@ ## master +## v3.11.1 + +* (2024.07.01) Release `v3.11.1` +* (2024.07.01) Fixed an issue where `Serie` has multiple abnormal colors +* (2024.06.23) Fixed an issue where `labels` would pile up during initialization + ## v3.11.0 Release Highlights: diff --git a/Documentation~/zh/changelog.md b/Documentation~/zh/changelog.md index 94de0c16..d3c11f42 100644 --- a/Documentation~/zh/changelog.md +++ b/Documentation~/zh/changelog.md @@ -6,6 +6,7 @@ slug: /changelog # 更新日志 [master](#master) +[v3.11.1](#v3111) [v3.11.0](#v3110) [v3.10.2](#v3102) [v3.10.1](#v3101) @@ -74,6 +75,9 @@ slug: /changelog ## master +## v3.11.1 + +* (2024.07.01) 发布`v3.11.1`版本 * (2024.07.01) 修复`Serie`有多个时颜色异常的问题 * (2024.06.23) 修复`Label`在初始化时会堆积的问题 diff --git a/Runtime/Internal/XChartsMgr.cs b/Runtime/Internal/XChartsMgr.cs index 5fccb8ae..7eb671e2 100644 --- a/Runtime/Internal/XChartsMgr.cs +++ b/Runtime/Internal/XChartsMgr.cs @@ -21,8 +21,8 @@ class XChartsVersion [ExecuteInEditMode] public static class XChartsMgr { - public static readonly string version = "3.11.0"; - public static readonly int versionDate = 20240616; + public static readonly string version = "3.11.1"; + public static readonly int versionDate = 20240701; public static string fullVersion { get { return version + "-" + versionDate; } } internal static List chartList = new List(); diff --git a/package.json b/package.json index b71ac975..7a17faff 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "displayName": "XCharts", "author": "monitor1394", "license": "MIT", - "version": "3.11.0", - "date": "20240616", - "checkdate": "20240616", + "version": "3.11.1", + "date": "20240701", + "checkdate": "20240701", "unity": "2018.3", "description": "A charting and data visualization library for Unity. Support line chart, bar chart, pie chart, radar chart, scatter chart, heatmap chart, ring chart, candlestick chart, polar chart and parallel coordinates.", "keywords": [