diff --git a/.changeset/clean-ligers-exist.md b/.changeset/clean-ligers-exist.md deleted file mode 100644 index 3d1306e..0000000 --- a/.changeset/clean-ligers-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arethetypeswrong/core": minor ---- - -Improve detection for MissingExportEquals and FalseExportDefault diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index aa5f95f..956fa63 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @arethetypeswrong/cli +## 0.14.0 + +### Patch Changes + +- Updated dependencies [b293c99] + - @arethetypeswrong/core@0.14.0 + ## 0.13.10 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 5b95d28..3405fb5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/cli", - "version": "0.13.10", + "version": "0.14.0", "description": "A CLI tool for arethetypeswrong.github.io", "author": "Andrew Branch & ej-shafran", "contributors": [ @@ -53,7 +53,7 @@ "typescript": "5.3.3" }, "dependencies": { - "@arethetypeswrong/core": "0.13.9", + "@arethetypeswrong/core": "0.14.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 214f68f..06bb841 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @arethetypeswrong/core +## 0.14.0 + +### Minor Changes + +- b293c99: Improve detection for MissingExportEquals and FalseExportDefault + ## 0.13.9 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index eab52a6..452d183 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/core", - "version": "0.13.9", + "version": "0.14.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 index 1201d61..20acc0b 100644 --- a/packages/history/CHANGELOG.md +++ b/packages/history/CHANGELOG.md @@ -1,5 +1,12 @@ # @arethetypeswrong/history +## 0.6.5 + +### Patch Changes + +- Updated dependencies [b293c99] + - @arethetypeswrong/core@0.14.0 + ## 0.6.4 ### Patch Changes diff --git a/packages/history/package.json b/packages/history/package.json index 0ede928..0580fe2 100644 --- a/packages/history/package.json +++ b/packages/history/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/history", - "version": "0.6.4", + "version": "0.6.5", "license": "MIT", "author": "Andrew Branch", "repository": { @@ -33,7 +33,7 @@ "prepublishOnly": "pnpm tsc && pnpm generate" }, "dependencies": { - "@arethetypeswrong/core": "0.13.9" + "@arethetypeswrong/core": "0.14.0" }, "devDependencies": { "@arethetypeswrong/core": "file:../core", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 41cddea..d20d403 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,7 +24,7 @@ importers: packages/cli: dependencies: '@arethetypeswrong/core': - specifier: 0.13.9 + specifier: 0.14.0 version: link:../core chalk: specifier: ^4.1.2 @@ -98,7 +98,7 @@ importers: packages/history: dependencies: '@arethetypeswrong/core': - specifier: 0.13.9 + specifier: 0.14.0 version: link:../core devDependencies: '@azure/storage-blob':