diff --git a/.changeset/skip-null-export-targets.md b/.changeset/skip-null-export-targets.md deleted file mode 100644 index 49bea9c..0000000 --- a/.changeset/skip-null-export-targets.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arethetypeswrong/core": patch ---- - -Skip package export subpaths with no real target when discovering entrypoints. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 00a91b9..4eeacca 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @arethetypeswrong/cli +## 0.18.4 + +### Patch Changes + +- Updated dependencies [644fab1] + - @arethetypeswrong/core@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 1c56ae4..4d79bf9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/cli", - "version": "0.18.3", + "version": "0.18.4", "description": "A CLI tool for arethetypeswrong.github.io", "author": "Andrew Branch & ej-shafran", "contributors": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7644a80..d832c62 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @arethetypeswrong/core +## 0.18.4 + +### Patch Changes + +- 644fab1: Skip package export subpaths with no real target when discovering entrypoints. + ## 0.18.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index fe928da..428c04d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/core", - "version": "0.18.3", + "version": "0.18.4", "description": "The API behind arethetypeswrong.github.io", "author": "Andrew Branch", "license": "MIT",