From 015d3b2ac671f9180fe5428c481bbbd25725dbdf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 12:04:21 +0000 Subject: [PATCH] chore: version packages --- .changeset/calm-tools-support.md | 5 ----- bun.lock | 2 +- packages/typescript-config/CHANGELOG.md | 6 ++++++ packages/typescript-config/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/calm-tools-support.md diff --git a/.changeset/calm-tools-support.md b/.changeset/calm-tools-support.md deleted file mode 100644 index 79b4a68..0000000 --- a/.changeset/calm-tools-support.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stll/typescript-config": patch ---- - -Support direct TypeScript 7 and split TypeScript 6 compatibility installs. diff --git a/bun.lock b/bun.lock index df7677d..efe3854 100644 --- a/bun.lock +++ b/bun.lock @@ -48,7 +48,7 @@ }, "packages/typescript-config": { "name": "@stll/typescript-config", - "version": "0.2.0", + "version": "0.2.1", "peerDependencies": { "typescript": ">=6.0.3 <8", }, diff --git a/packages/typescript-config/CHANGELOG.md b/packages/typescript-config/CHANGELOG.md index 0d27b48..35c8dbb 100644 --- a/packages/typescript-config/CHANGELOG.md +++ b/packages/typescript-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @stll/typescript-config +## 0.2.1 + +### Patch Changes + +- [#22](https://github.com/stella/tooling/pull/22) [`f1de3f1`](https://github.com/stella/tooling/commit/f1de3f1c44c3c45dc64f0e56fbe67c8ddd5b5f49) Thanks [@jan-kubica](https://github.com/jan-kubica)! - Support direct TypeScript 7 and split TypeScript 6 compatibility installs. + ## 0.2.0 - Current published release. Earlier changes are recorded in the repository history. diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index abee228..069671c 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -1,6 +1,6 @@ { "name": "@stll/typescript-config", - "version": "0.2.0", + "version": "0.2.1", "description": "Shared strict TypeScript configuration for stella packages.", "license": "Apache-2.0", "repository": {