Skip to content

Commit a8dece2

Browse files
authored
Merge pull request #60 from arethetypeswrong/changeset-release/main
Version Packages
2 parents 047f522 + 293c5d8 commit a8dece2

File tree

7 files changed

+21
-18
lines changed

7 files changed

+21
-18
lines changed

.changeset/flat-pens-rest.md

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

.changeset/forty-islands-walk.md

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

.changeset/thick-cycles-knock.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 938a2a8: Automatically pick an output format that fits the terminal width (`--format auto`, the new default)
8+
- eae544d: Add `--entrypoints`, `--include-entrypoints`, and `--exclude-entrypoints` options to customize which entrypoints get analyzed.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [eae544d]
13+
- @arethetypeswrong/core@0.6.0
14+
315
## 0.5.0
416

517
### Patch 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.5.0",
3+
"version": "0.6.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.5.0",
48+
"@arethetypeswrong/core": "0.6.0",
4949
"chalk": "^4.1.2",
5050
"cli-table3": "^0.6.3",
5151
"commander": "^10.0.1",

packages/core/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- eae544d: Add `options` parameter to `checkPackage` with support for customizing which entrypoints get analyzed.
8+
39
## 0.5.0
410

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

0 commit comments

Comments
 (0)