Skip to content

Commit

Permalink
Merge pull request #60 from arethetypeswrong/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
andrewbranch authored Jul 9, 2023
2 parents 047f522 + 293c5d8 commit a8dece2
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-pens-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-islands-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-cycles-knock.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @arethetypeswrong/cli

## 0.6.0

### Minor Changes

- 938a2a8: Automatically pick an output format that fits the terminal width (`--format auto`, the new default)
- eae544d: Add `--entrypoints`, `--include-entrypoints`, and `--exclude-entrypoints` options to customize which entrypoints get analyzed.

### Patch Changes

- Updated dependencies [eae544d]
- @arethetypeswrong/core@0.6.0

## 0.5.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arethetypeswrong/cli",
"version": "0.5.0",
"version": "0.6.0",
"description": "A CLI tool for arethetypeswrong.github.io",
"author": "Andrew Branch & ej-shafran",
"contributors": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"typescript": "^5.0.0-dev.20230207"
},
"dependencies": {
"@arethetypeswrong/core": "0.5.0",
"@arethetypeswrong/core": "0.6.0",
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"commander": "^10.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @arethetypeswrong/core

## 0.6.0

### Minor Changes

- eae544d: Add `options` parameter to `checkPackage` with support for customizing which entrypoints get analyzed.

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arethetypeswrong/core",
"version": "0.5.0",
"version": "0.6.0",
"description": "The API behind arethetypeswrong.github.io",
"author": "Andrew Branch",
"license": "MIT",
Expand Down

0 comments on commit a8dece2

Please sign in to comment.