diff --git a/.changeset/cuddly-pants-judge.md b/.changeset/cuddly-pants-judge.md deleted file mode 100644 index 363d5033..00000000 --- a/.changeset/cuddly-pants-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@preconstruct/cli": patch ---- - -Fix generating TypeScript declarations where imports to JSON files are emitted in the `.d.ts` files diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 48003d62..3ac838ae 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # preconstruct +## 2.8.5 + +### Patch Changes + +- [#592](https://github.com/preconstruct/preconstruct/pull/592) [`c05b2a9`](https://github.com/preconstruct/preconstruct/commit/c05b2a9e579bb5e1f46a8616220645f6e600db28) Thanks [@emmatown](https://github.com/emmatown)! - Fix generating TypeScript declarations where imports to JSON files are emitted in the `.d.ts` files + ## 2.8.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index b5ea6031..cbeafa01 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@preconstruct/cli", - "version": "2.8.4", + "version": "2.8.5", "description": "Dev and build your code painlessly in monorepos", "exports": { "./cli": {