Skip to content

Commit d318499

Browse files
authored
Merge pull request #97 from arethetypeswrong/changeset-release/main
Version Packages
2 parents 1c7beea + ee5eac6 commit d318499

File tree

5 files changed

+19
-11
lines changed

5 files changed

+19
-11
lines changed

.changeset/young-years-sort.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @arethetypeswrong/cli
22

3+
## 0.12.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a578211]
8+
- @arethetypeswrong/core@0.12.0
9+
310
## 0.11.0
411

512
### Minor Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arethetypeswrong/cli",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "A CLI tool for arethetypeswrong.github.io",
55
"author": "Andrew Branch & ej-shafran",
66
"contributors": [
@@ -46,7 +46,7 @@
4646
"typescript": "^5.0.0-dev.20230207"
4747
},
4848
"dependencies": {
49-
"@arethetypeswrong/core": "0.10.2",
49+
"@arethetypeswrong/core": "0.12.0",
5050
"chalk": "^4.1.2",
5151
"cli-table3": "^0.6.3",
5252
"commander": "^10.0.1",

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @arethetypeswrong/core
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- 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.
8+
- Improve problem type API. Renames many fields on individual problem types.
9+
- Move module kind data off of `EntrypointResolutionAnalysis` and onto a top-level map in `programInfo`, a new top-level field on `Analysis`.
10+
- Remove `Wildcard` problem kind.
11+
312
## 0.10.2
413

514
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arethetypeswrong/core",
3-
"version": "0.10.2",
3+
"version": "0.12.0",
44
"description": "The API behind arethetypeswrong.github.io",
55
"author": "Andrew Branch",
66
"license": "MIT",

0 commit comments

Comments
 (0)