Skip to content

Commit

Permalink
release: v0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hanaTsuk1 committed Jun 21, 2024
1 parent b8ab5cf commit 2d4030a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changelog/en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions changelog/zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### 变更
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shion",
"type": "module",
"version": "0.11.7",
"version": "0.11.8",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
Expand Down

0 comments on commit 2d4030a

Please sign in to comment.