From 5c27df5cb127540352ed886f74232fb47375c583 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 22:02:08 +0000 Subject: [PATCH] Version Packages --- .changeset/shaggy-parrots-juggle.md | 7 ------- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/shaggy-parrots-juggle.md diff --git a/.changeset/shaggy-parrots-juggle.md b/.changeset/shaggy-parrots-juggle.md deleted file mode 100644 index 56fa2aafa2..0000000000 --- a/.changeset/shaggy-parrots-juggle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@inlang/cli": patch ---- - -Fix CLI commands not terminating by removing the shutdown wait on `fileQueueSettled`. - -Also silence known non-actionable shutdown noise from background file queue processing when the DB is already closed. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 747d3ffdb4..acfa9dc062 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/cli +## 3.1.6 + +### Patch Changes + +- b8d0b20: Fix CLI commands not terminating by removing the shutdown wait on `fileQueueSettled`. + + Also silence known non-actionable shutdown noise from background file queue processing when the DB is already closed. + ## 3.1.5 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6208182148..6a357a6f16 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/cli", - "version": "3.1.5", + "version": "3.1.6", "private": false, "publishConfig": { "access": "public"