From e9b6e9d5b5a91a22a440b16ace2810b5611563c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 19:42:04 +0000 Subject: [PATCH] chore: version packages --- .changeset/bump-perstack-docker.md | 5 ----- apps/perstack/CHANGELOG.md | 6 ++++++ apps/perstack/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/bump-perstack-docker.md diff --git a/.changeset/bump-perstack-docker.md b/.changeset/bump-perstack-docker.md deleted file mode 100644 index 9d31cfb3..00000000 --- a/.changeset/bump-perstack-docker.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"perstack": patch ---- - -Bump to trigger Docker image rebuild with latest runtime fix diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 65a4ae67..b9eab460 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.124 + +### Patch Changes + +- [#743](https://github.com/perstack-ai/perstack/pull/743) [`998c123`](https://github.com/perstack-ai/perstack/commit/998c123ed30bc655d197521dc4eaef96e7ae9156) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Bump to trigger Docker image rebuild with latest runtime fix + ## 0.0.123 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 51d47a23..1861450d 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.123", + "version": "0.0.124", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",