From b5345d89d74ffee9885b0ba3b55efe2d59fbe70b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 16:39:26 +0000 Subject: [PATCH] Version Packages --- .changeset/tough-fans-dress.md | 5 ----- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/tough-fans-dress.md diff --git a/.changeset/tough-fans-dress.md b/.changeset/tough-fans-dress.md deleted file mode 100644 index f6e80dc..0000000 --- a/.changeset/tough-fans-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arethetypeswrong/core": patch ---- - -Add tsdown to recognized build tools diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4b2b4de..3894bd2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @arethetypeswrong/cli +## 0.18.2 + +### Patch Changes + +- Updated dependencies [58dca0c] + - @arethetypeswrong/core@0.18.2 + ## 0.18.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 06a8cec..a0ff2ef 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/cli", - "version": "0.18.1", + "version": "0.18.2", "description": "A CLI tool for arethetypeswrong.github.io", "author": "Andrew Branch & ej-shafran", "contributors": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4465877..96119f4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @arethetypeswrong/core +## 0.18.2 + +### Patch Changes + +- 58dca0c: Add tsdown to recognized build tools + ## 0.18.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index befe4fa..3e8a6e1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/core", - "version": "0.18.1", + "version": "0.18.2", "description": "The API behind arethetypeswrong.github.io", "author": "Andrew Branch", "license": "MIT",