From 99383e51e4bcc0add44dda1d008c7bb06fe001c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 19:20:58 +0000 Subject: [PATCH] Version Packages --- .changeset/quieter-flag-tip.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/quieter-flag-tip.md diff --git a/.changeset/quieter-flag-tip.md b/.changeset/quieter-flag-tip.md deleted file mode 100644 index c98dd76..0000000 --- a/.changeset/quieter-flag-tip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@somewhatabstract/x": patch ---- - -The "use `--` to separate flags" tip is now only shown when an x option flag (e.g. `--dry-run`, `-d`) appears after the script name without a `--` separator — previously it fired for any flag-looking argument, which was noisy because most of those flags pass through to the script just fine. Set `NO_WARN=1` to silence the tip entirely. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8379f..f880023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @somewhatabstract/x +## 0.5.2 + +### Patch Changes + +- 59b31dc: The "use `--` to separate flags" tip is now only shown when an x option flag (e.g. `--dry-run`, `-d`) appears after the script name without a `--` separator — previously it fired for any flag-looking argument, which was noisy because most of those flags pass through to the script just fine. Set `NO_WARN=1` to silence the tip entirely. + ## 0.5.1 ### Patch Changes diff --git a/package.json b/package.json index b09ccca..f4038d7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dist" ], "type": "module", - "version": "0.5.1", + "version": "0.5.2", "description": "Execute any bin defined by any package in a monorepo without needing to install that package", "scripts": { "build": "tsdown",