From ad32ec4822afb85b4aa5480cf07462347f9c1f7b Mon Sep 17 00:00:00 2001 From: "vland-bot[bot]" <282456776+vland-bot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:43:46 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @rrlab/cli@1.2.1 [skip ci] --- .changeset/tsc-pretscheck-prescript.md | 7 ------- run-run/cli/CHANGELOG.md | 8 ++++++++ run-run/cli/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/tsc-pretscheck-prescript.md diff --git a/.changeset/tsc-pretscheck-prescript.md b/.changeset/tsc-pretscheck-prescript.md deleted file mode 100644 index 45de1a26..00000000 --- a/.changeset/tsc-pretscheck-prescript.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@rrlab/cli": patch ---- - -Honor `pretscheck` as the primary pre-script alias for `rr tsc`. - -Now that the typecheck task is canonically named `tscheck` (#240), a package's `pretscheck` script runs before the type check, taking precedence over the legacy `pretsc` and `pretypecheck` aliases (which still work as fallbacks). diff --git a/run-run/cli/CHANGELOG.md b/run-run/cli/CHANGELOG.md index b30ca3a8..c4931c4b 100644 --- a/run-run/cli/CHANGELOG.md +++ b/run-run/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @rrlab/cli +## 1.2.1 + +### Patch Changes + +- [#241](https://github.com/variableland/dx/pull/241) [`50bff97`](https://github.com/variableland/dx/commit/50bff97dc4b94398f2744ebb4f0e6b5e997ceb70) Thanks [@rqbazan](https://github.com/rqbazan)! - Honor `pretscheck` as the primary pre-script alias for `rr tsc`. + + Now that the typecheck task is canonically named `tscheck` (#240), a package's `pretscheck` script runs before the type check, taking precedence over the legacy `pretsc` and `pretypecheck` aliases (which still work as fallbacks). + ## 1.2.0 ### Minor Changes diff --git a/run-run/cli/package.json b/run-run/cli/package.json index 8d087ded..ab25a1c5 100644 --- a/run-run/cli/package.json +++ b/run-run/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rrlab/cli", - "version": "1.2.0", + "version": "1.2.1", "description": "The CLI toolbox to fullstack common scripts in Variable Land", "homepage": "https://github.com/variableland/dx/tree/main/run-run/cli#readme", "bugs": {