Skip to content

Commit c5f61ad

Browse files
Version Packages (#47)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 19667fd commit c5f61ad

File tree

8 files changed

+25
-23
lines changed

8 files changed

+25
-23
lines changed

.changeset/chilly-candles-approve.md

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

.changeset/curvy-masks-learn.md

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

.changeset/poor-buckets-guess.md

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

.changeset/twelve-feet-leave.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [53e031b]
8+
- Updated dependencies [53e031b]
9+
- Updated dependencies [7c3a377]
10+
- Updated dependencies [53e031b]
11+
- @arethetypeswrong/core@0.3.0
12+
313
## 0.2.0
414

515
### 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.2.0",
3+
"version": "0.3.0",
44
"description": "A CLI tool for arethetypeswrong.github.io",
55
"author": "Andrew Branch & ej-shafran",
66
"contributors": [
@@ -45,7 +45,7 @@
4545
"typescript": "^5.0.0-dev.20230207"
4646
},
4747
"dependencies": {
48-
"@arethetypeswrong/core": "0.2.0",
48+
"@arethetypeswrong/core": "0.3.0",
4949
"chalk": "^4.1.2",
5050
"cli-table3": "^0.6.3",
5151
"commander": "^10.0.1",

packages/core/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 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.
8+
- 53e031b: Inlined `InternalResolutionErrorDetails` into `InternalResolutionError` and renamed the interface to `InternalResolutionErrorProblem` to match other problem interfaces
9+
10+
### Patch Changes
11+
12+
- 53e031b: Fixed an issue where InternalResolutionError and UnexpectedModuleSyntax could be duplicated
13+
- 53e031b: Fixed an issue where InternalResolutionError was missing traces
14+
315
## 0.2.0
416

517
### Minor 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.2.0",
3+
"version": "0.3.0",
44
"description": "The API behind arethetypeswrong.github.io",
55
"author": "Andrew Branch",
66
"license": "MIT",

0 commit comments

Comments
 (0)