diff --git a/.changeset/cuddly-windows-kiss.md b/.changeset/cuddly-windows-kiss.md deleted file mode 100644 index 5d651bfd..00000000 --- a/.changeset/cuddly-windows-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@preconstruct/cli": patch ---- - -Add `typeModule` experimental flag diff --git a/.changeset/fast-jobs-guess.md b/.changeset/fast-jobs-guess.md deleted file mode 100644 index 7b88b2eb..00000000 --- a/.changeset/fast-jobs-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@preconstruct/cli": patch ---- - -Add `distInRoot` experimental flag diff --git a/.changeset/proud-pandas-rescue.md b/.changeset/proud-pandas-rescue.md deleted file mode 100644 index 7001448e..00000000 --- a/.changeset/proud-pandas-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@preconstruct/cli": patch ---- - -Use inline source maps for declaration file redirects diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f05211c5..8c2d9cc9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # preconstruct +## 2.8.3 + +### Patch Changes + +- [#586](https://github.com/preconstruct/preconstruct/pull/586) [`d8e9cea`](https://github.com/preconstruct/preconstruct/commit/d8e9cea1a7d74fc2ee7eb78fdea1aed64051f370) Thanks [@emmatown](https://github.com/emmatown)! - Add `typeModule` experimental flag + +- [#586](https://github.com/preconstruct/preconstruct/pull/586) [`d8e9cea`](https://github.com/preconstruct/preconstruct/commit/d8e9cea1a7d74fc2ee7eb78fdea1aed64051f370) Thanks [@emmatown](https://github.com/emmatown)! - Add `distInRoot` experimental flag + +- [#588](https://github.com/preconstruct/preconstruct/pull/588) [`1a2ee56`](https://github.com/preconstruct/preconstruct/commit/1a2ee56d557de074b21597ccd52878087298e02a) Thanks [@emmatown](https://github.com/emmatown)! - Use inline source maps for declaration file redirects + ## 2.8.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 495105ba..d1b4e2fb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@preconstruct/cli", - "version": "2.8.2", + "version": "2.8.3", "description": "Dev and build your code painlessly in monorepos", "exports": { "./cli": {