From f563e9efca5ac7c7b08370ffa8958b0948a2829e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=90=91=E5=A4=9C?= <46275354+fu050409@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:02:42 +0800 Subject: [PATCH] Revert "release: bump version (#23)" This reverts commit 9eac37fb30c4693769544f9c14274185181c6980. --- .changes/pre.json | 5 +---- src-tauri/CHANGELOG.md | 8 -------- src-tauri/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.changes/pre.json b/.changes/pre.json index daa4c4a..1f761a1 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -4,13 +4,10 @@ ".changes/add-icon.md", ".changes/fix-dark-mode.md", ".changes/fix-windows-ci.md", - ".changes/index-page.md", - ".changes/optimize-dark.md", ".changes/refactor-login.md", ".changes/release-nightly.md", ".changes/rust-nightly.md", ".changes/rust-stable.md", - ".changes/signup-panel.md", - ".changes/update-profile.md" + ".changes/signup-panel.md" ] } diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 1184a3e..d87e45c 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,13 +1,5 @@ # Changelog -## \[0.1.1-nightly.7] - -### New Features - -- [`21e266d`](https://github.com/swpu-acm/algohub.git/commit/21e266da2898a71f2b2137719042edc53852a736) ([#26](https://github.com/swpu-acm/algohub.git/pull/26) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Add index page for AlgoHub. -- [`09e481f`](https://github.com/swpu-acm/algohub.git/commit/09e481f3ab147434ba823f597877ead61f167460) ([#25](https://github.com/swpu-acm/algohub.git/pull/25) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Optimize dark mode selector for tailwindcss. -- [`7266ef9`](https://github.com/swpu-acm/algohub.git/commit/7266ef9f0ae2eaa87e6ca947dd7021d231caa3e6) ([#22](https://github.com/swpu-acm/algohub.git/pull/22) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Support for updating profile information and account activation. - ## \[0.1.1-nightly.6] ### New Features diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0c6ad5d..fb765a6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-nightly.7" +version = "0.1.1-nightly.6" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"