From 8a7b1847c611c0c6af1722e41176f4c32e49c7ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Jan 2025 03:58:02 +0000 Subject: [PATCH] Version Packages --- .changeset/small-ghosts-tie.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/small-ghosts-tie.md diff --git a/.changeset/small-ghosts-tie.md b/.changeset/small-ghosts-tie.md deleted file mode 100644 index e3ee25e..0000000 --- a/.changeset/small-ghosts-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arethetypeswrong/core": patch ---- - -Fix CJS resolution infinite loop diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 7d197e1..d7628c9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @arethetypeswrong/cli +## 0.17.3 + +### Patch Changes + +- Updated dependencies [e3c775e] + - @arethetypeswrong/core@0.17.3 + ## 0.17.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 714fb82..2879054 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/cli", - "version": "0.17.2", + "version": "0.17.3", "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 1b5cd11..220d453 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @arethetypeswrong/core +## 0.17.3 + +### Patch Changes + +- e3c775e: Fix CJS resolution infinite loop + ## 0.17.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 116aaf3..a8fcf80 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/core", - "version": "0.17.2", + "version": "0.17.3", "description": "The API behind arethetypeswrong.github.io", "author": "Andrew Branch", "license": "MIT",