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": {