From ee5eac6bcee9afaefa73acb243a75213ef142726 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 8 Oct 2023 06:19:04 +0000 Subject: [PATCH] Version Packages --- .changeset/young-years-sort.md | 8 -------- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 4 ++-- packages/core/CHANGELOG.md | 9 +++++++++ packages/core/package.json | 2 +- 5 files changed, 19 insertions(+), 11 deletions(-) delete mode 100644 .changeset/young-years-sort.md diff --git a/.changeset/young-years-sort.md b/.changeset/young-years-sort.md deleted file mode 100644 index 2d89dd1..0000000 --- a/.changeset/young-years-sort.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@arethetypeswrong/core": minor ---- - -- Refactor internal checks API. This fixes duplication of some problems from the problems array, instead ensuring a single problem instance is visible from each relevant resolution. -- Improve problem type API. Renames many fields on individual problem types. -- Move module kind data off of `EntrypointResolutionAnalysis` and onto a top-level map in `programInfo`, a new top-level field on `Analysis`. -- Remove `Wildcard` problem kind. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 97a8b66..d1530d6 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @arethetypeswrong/cli +## 0.12.0 + +### Patch Changes + +- Updated dependencies [a578211] + - @arethetypeswrong/core@0.12.0 + ## 0.11.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index d903d06..d0bb1ff 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/cli", - "version": "0.11.0", + "version": "0.12.0", "description": "A CLI tool for arethetypeswrong.github.io", "author": "Andrew Branch & ej-shafran", "contributors": [ @@ -46,7 +46,7 @@ "typescript": "^5.0.0-dev.20230207" }, "dependencies": { - "@arethetypeswrong/core": "0.10.2", + "@arethetypeswrong/core": "0.12.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 3c261f2..f5cbb56 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @arethetypeswrong/core +## 0.12.0 + +### Minor Changes + +- a578211: - Refactor internal checks API. This fixes duplication of some problems from the problems array, instead ensuring a single problem instance is visible from each relevant resolution. + - Improve problem type API. Renames many fields on individual problem types. + - Move module kind data off of `EntrypointResolutionAnalysis` and onto a top-level map in `programInfo`, a new top-level field on `Analysis`. + - Remove `Wildcard` problem kind. + ## 0.10.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9ffe922..629cd33 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/core", - "version": "0.10.2", + "version": "0.12.0", "description": "The API behind arethetypeswrong.github.io", "author": "Andrew Branch", "license": "MIT",