From 26f9a6dbaee85ca334793a07e33d083ea1e0c407 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:24:56 +0800 Subject: [PATCH] chore(main): release 1.170.0 (#1154) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b983116..8566996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.170.0](https://github.com/MetaCubeX/metacubexd/compare/v1.169.0...v1.170.0) (2024-11-13) + + +### Features + +* dual column for proxies render ([#1152](https://github.com/MetaCubeX/metacubexd/issues/1152)) ([96869c9](https://github.com/MetaCubeX/metacubexd/commit/96869c96c6291456b0720a5248f2cf7fe5630c48)) + + +### Bug Fixes + +* Fix the available update indicator causing horizontal overflow on mobile. ([#1153](https://github.com/MetaCubeX/metacubexd/issues/1153)) ([ff41847](https://github.com/MetaCubeX/metacubexd/commit/ff41847fd933e64e30c6f7b501e720e0d2fc5158)) + ## [1.169.0](https://github.com/MetaCubeX/metacubexd/compare/v1.168.0...v1.169.0) (2024-11-01) diff --git a/package.json b/package.json index f50b0f2..1662f1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacubexd", - "version": "1.169.0", + "version": "1.170.0", "description": "Mihomo Dashboard, The Official One, XD", "license": "MIT", "type": "module", @@ -33,7 +33,7 @@ "@solid-primitives/websocket": "^1.2.2", "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.15.1", - "@tabler/icons-solidjs": "^3.22.0", + "@tabler/icons-solidjs": "^3.21.0", "@tanstack/match-sorter-utils": "^8.19.4", "@tanstack/solid-table": "^8.20.5", "@tanstack/solid-virtual": "^3.10.9",