diff --git a/.changeset/gentle-cows-yell.md b/.changeset/gentle-cows-yell.md deleted file mode 100644 index 9a4fed2..0000000 --- a/.changeset/gentle-cows-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arethetypeswrong/core": patch ---- - -Fix a false positive of FalseExportDefault on packages that assign both to module.exports and module.exports.default diff --git a/.changeset/sharp-carpets-buy.md b/.changeset/sharp-carpets-buy.md deleted file mode 100644 index d7a36ea..0000000 --- a/.changeset/sharp-carpets-buy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@arethetypeswrong/core": minor ---- - -- 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 diff --git a/.changeset/ten-pandas-matter.md b/.changeset/ten-pandas-matter.md deleted file mode 100644 index fbdf1f2..0000000 --- a/.changeset/ten-pandas-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arethetypeswrong/history": minor ---- - -Add some utilities to @arethetypeswrong/history/utils diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 57d1ee5..4007179 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 9d44507..32f05c2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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": [ @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 87747d9..f51763a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 96fcbaa..44d4144 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/history/CHANGELOG.md b/packages/history/CHANGELOG.md new file mode 100644 index 0000000..ed8a161 --- /dev/null +++ b/packages/history/CHANGELOG.md @@ -0,0 +1,7 @@ +# @arethetypeswrong/history + +## 0.1.0 + +### Minor Changes + +- 2c03c4a: Add some utilities to @arethetypeswrong/history/utils diff --git a/packages/history/package.json b/packages/history/package.json index 35c6090..039b8ff 100644 --- a/packages/history/package.json +++ b/packages/history/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/history", - "version": "0.0.1", + "version": "0.1.0", "type": "module", "files": [ "src",