From d0c8ef38e2bdd342ce21506cdd10212585d62f3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 Jun 2023 19:31:01 +0000 Subject: [PATCH] Version Packages --- .changeset/chilly-candles-approve.md | 5 ----- .changeset/curvy-masks-learn.md | 5 ----- .changeset/poor-buckets-guess.md | 5 ----- .changeset/twelve-feet-leave.md | 5 ----- packages/cli/CHANGELOG.md | 10 ++++++++++ packages/cli/package.json | 4 ++-- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 2 +- 8 files changed, 25 insertions(+), 23 deletions(-) delete mode 100644 .changeset/chilly-candles-approve.md delete mode 100644 .changeset/curvy-masks-learn.md delete mode 100644 .changeset/poor-buckets-guess.md delete mode 100644 .changeset/twelve-feet-leave.md diff --git a/.changeset/chilly-candles-approve.md b/.changeset/chilly-candles-approve.md deleted file mode 100644 index 9917330..0000000 --- a/.changeset/chilly-candles-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arethetypeswrong/core": patch ---- - -Fixed an issue where InternalResolutionError and UnexpectedModuleSyntax could be duplicated diff --git a/.changeset/curvy-masks-learn.md b/.changeset/curvy-masks-learn.md deleted file mode 100644 index 75f1599..0000000 --- a/.changeset/curvy-masks-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arethetypeswrong/core": patch ---- - -Fixed an issue where InternalResolutionError was missing traces diff --git a/.changeset/poor-buckets-guess.md b/.changeset/poor-buckets-guess.md deleted file mode 100644 index 968d35e..0000000 --- a/.changeset/poor-buckets-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arethetypeswrong/core": minor ---- - -If a packages has no `exports` field, look for additional entry points marked by extra `package.json` files with a `"main"` field in subdirectories. diff --git a/.changeset/twelve-feet-leave.md b/.changeset/twelve-feet-leave.md deleted file mode 100644 index 5f2a86c..0000000 --- a/.changeset/twelve-feet-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arethetypeswrong/core": minor ---- - -Inlined `InternalResolutionErrorDetails` into `InternalResolutionError` and renamed the interface to `InternalResolutionErrorProblem` to match other problem interfaces diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index cb409a9..e8a4232 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @arethetypeswrong/cli +## 0.3.0 + +### Patch Changes + +- Updated dependencies [53e031b] +- Updated dependencies [53e031b] +- Updated dependencies [7c3a377] +- Updated dependencies [53e031b] + - @arethetypeswrong/core@0.3.0 + ## 0.2.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 8147101..12f23fb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/cli", - "version": "0.2.0", + "version": "0.3.0", "description": "A CLI tool for arethetypeswrong.github.io", "author": "Andrew Branch & ej-shafran", "contributors": [ @@ -45,7 +45,7 @@ "typescript": "^5.0.0-dev.20230207" }, "dependencies": { - "@arethetypeswrong/core": "0.2.0", + "@arethetypeswrong/core": "0.3.0", "chalk": "^4.1.2", "cli-table3": "^0.6.3", "commander": "^10.0.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e344dce..427cf52 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @arethetypeswrong/core +## 0.3.0 + +### Minor Changes + +- 7c3a377: If a packages has no `exports` field, look for additional entry points marked by extra `package.json` files with a `"main"` field in subdirectories. +- 53e031b: Inlined `InternalResolutionErrorDetails` into `InternalResolutionError` and renamed the interface to `InternalResolutionErrorProblem` to match other problem interfaces + +### Patch Changes + +- 53e031b: Fixed an issue where InternalResolutionError and UnexpectedModuleSyntax could be duplicated +- 53e031b: Fixed an issue where InternalResolutionError was missing traces + ## 0.2.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 50900e5..7b7abfd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/core", - "version": "0.2.0", + "version": "0.3.0", "description": "The API behind arethetypeswrong.github.io", "author": "Andrew Branch", "license": "MIT",