Skip to content

Commit

Permalink
Merge pull request #66 from arethetypeswrong/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
andrewbranch authored Jul 15, 2023
2 parents f85ba69 + c9527e9 commit e33adb4
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 20 deletions.
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/core@0.7.0

## 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

0 comments on commit e33adb4

Please sign in to comment.