From 9d1e136ec643010e602a9cc6610cc69cd7b98db4 Mon Sep 17 00:00:00 2001 From: HiranoMasaaki Date: Thu, 12 Mar 2026 04:39:57 +0900 Subject: [PATCH] chore: bump perstack to trigger Docker image rebuild The previous runtime patch (persist failed delegation events) only bumped @perstack/runtime. Since perstack does not directly depend on @perstack/runtime, no perstack tag was created and the Docker image was not rebuilt. This changeset triggers a perstack version bump to publish an updated Docker image. Co-Authored-By: Claude Opus 4.6 --- .changeset/bump-perstack-docker.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/bump-perstack-docker.md diff --git a/.changeset/bump-perstack-docker.md b/.changeset/bump-perstack-docker.md new file mode 100644 index 00000000..9d31cfb3 --- /dev/null +++ b/.changeset/bump-perstack-docker.md @@ -0,0 +1,5 @@ +--- +"perstack": patch +--- + +Bump to trigger Docker image rebuild with latest runtime fix