Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/gentle-cows-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-carpets-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-pandas-matter.md

This file was deleted.

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

## 0.7.0

### Patch Changes

- Updated dependencies [c8993b9]
- Updated dependencies [2c03c4a]
- @arethetypeswrong/[email protected]

## 0.6.0

### Minor 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.6.0",
"version": "0.7.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.6.0",
"@arethetypeswrong/core": "0.7.0",
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"commander": "^10.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @arethetypeswrong/core

## 0.7.0

### Minor Changes

- 2c03c4a: - Fix a bug in `filterProblems` that caused CJSOnlyExportsDefault not to be identified
- Change the `kind` property in `filterProblems` to take an array of problem kinds

### Patch Changes

- c8993b9: Fix a false positive of FalseExportDefault on packages that assign both to module.exports and module.exports.default

## 0.6.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.6.0",
"version": "0.7.0",
"description": "The API behind arethetypeswrong.github.io",
"author": "Andrew Branch",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/history/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @arethetypeswrong/history

## 0.1.0

### Minor Changes

- 2c03c4a: Add some utilities to @arethetypeswrong/history/utils
2 changes: 1 addition & 1 deletion packages/history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arethetypeswrong/history",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"files": [
"src",
Expand Down