From 48ea5a5de8578f890e4fab4063896ad5a9616b77 Mon Sep 17 00:00:00 2001 From: K0nnyaku <76814336+K0nnyaku@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:08:35 +0000 Subject: [PATCH] chore: publish new versions --- .changes/pre.json | 1 + src-tauri/CHANGELOG.md | 6 ++++++ src-tauri/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changes/pre.json b/.changes/pre.json index 3c981f3..af1c1f5 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -5,6 +5,7 @@ ".changes/birthday.md", ".changes/breadcrumb-bg.md", ".changes/breadcrumb.md", + ".changes/chores.md", ".changes/contest.md", ".changes/create-panel-bg.md", ".changes/create-panel.md", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 97fa9ef..b52483c 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.1-beta.3] + +### Chores + +- [`03623d0`](https://github.com/swpu-acm/algohub.git/commit/03623d0af8d75ab2671d53cb54b1abe97355a56e) ([#101](https://github.com/swpu-acm/algohub.git/pull/101) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Update tauri and pnpm + ## \[0.1.1-beta.2] - [`06d6165`](https://github.com/swpu-acm/algohub.git/commit/06d6165f28f4e07dff17f74b42cec70d370fde26) ([#104](https://github.com/swpu-acm/algohub.git/pull/104) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix text size on small screen at `views/account/[id].vue`. diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d1a3f7d..02f0114 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-beta.2" +version = "0.1.1-beta.3" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"