From 58e528d1a08b12752fddceb8f736a850152bde7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:51:24 +0000 Subject: [PATCH] Version Packages --- .changeset/olive-brooms-kiss.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/olive-brooms-kiss.md diff --git a/.changeset/olive-brooms-kiss.md b/.changeset/olive-brooms-kiss.md deleted file mode 100644 index fc6f1ee..0000000 --- a/.changeset/olive-brooms-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect-x/lalph": patch ---- - -Merge the latest upstream lalph changes from tim-smart while preserving fork-specific workflow features, including JJ/in-place execution, hook-driven worktree flows, review completion settings, and additional model providers. diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a1727..7961390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # lalph +## 0.3.124 + +### Patch Changes + +- [`9c8cded`](https://github.com/effect-anything/lalph/commit/9c8cded113bf8e4ba96b02d9a757f57df7ddcc96) Thanks [@xesrevinu](https://github.com/xesrevinu)! - Merge the latest upstream lalph changes from tim-smart while preserving fork-specific workflow features, including JJ/in-place execution, hook-driven worktree flows, review completion settings, and additional model providers. + ## 0.3.123 ### Patch Changes diff --git a/package.json b/package.json index f5d7378..c3e824b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@effect-x/lalph", "type": "module", - "version": "0.3.123", + "version": "0.3.124", "publishConfig": { "access": "public" },