From 2d4030af67668e4c72bfe4eb685cb1de914b0c51 Mon Sep 17 00:00:00 2001 From: hanaTsuk1 <101488209+hanaTsuk1@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:12:54 +0800 Subject: [PATCH] release: v0.11.8 --- changelog/en-US.md | 11 +++++++++++ changelog/zh-CN.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/changelog/en-US.md b/changelog/en-US.md index a842f71..07fb47a 100644 --- a/changelog/en-US.md +++ b/changelog/en-US.md @@ -2,6 +2,17 @@ ## [Unreleased] +## [0.11.8] - 2024-06-21 + +### Changed + +- Modify layout implementation +- Style adjustment, layout operation optimization + +### Fixed + +- `Overview` chart does not update status when modifying configuration (https://github.com/shion-app/shion/issues/31) + ## [0.11.7] - 2024-06-19 ### Changed diff --git a/changelog/zh-CN.md b/changelog/zh-CN.md index 9961f95..90514db 100644 --- a/changelog/zh-CN.md +++ b/changelog/zh-CN.md @@ -2,6 +2,17 @@ ## [Unreleased] +## [0.11.8] - 2024-06-21 + +### 变更 + +- 修改布局实现 +- 样式调整、布局操作优化 + +### 修复 + +- `总览`图表修改配置时未更新状态 (https://github.com/shion-app/shion/issues/31) + ## [0.11.7] - 2024-06-19 ### 变更 diff --git a/package.json b/package.json index 18b58d5..c87ad0b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shion", "type": "module", - "version": "0.11.7", + "version": "0.11.8", "private": true, "license": "GPL-3.0-only", "scripts": {