From 3fd4a298fabd39b9882c40ed69cbe6db4008d195 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 11:30:33 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 0b659ce..7419f45 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version const ( Name = "deck" - Version = "1.24.0" + Version = "1.24.1" ) var Revision = "HEAD" From 693da35cc1883e0e0d56e52a6924a857213e4f9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 11:30:34 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d154f5b..46d9665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v1.24.1](https://github.com/k1LoW/deck/compare/v1.24.0...v1.24.1) - 2026-07-07 + +### Fix bug 🐛 +- fix: preserve frozen slides when slide count changes by @k1LoW in https://github.com/k1LoW/deck/pull/537 +### Other Changes +- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/530 +- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/533 +- chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/536 +- chore(deps): bump the dependencies group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/535 + ## [v1.24.0](https://github.com/k1LoW/deck/compare/v1.23.1...v1.24.0) - 2026-06-01 ### New Features 🎉 - feat: reserve "key" field in page configuration for stable slide referencing by @k1LoW in https://github.com/k1LoW/deck/pull/527