diff --git a/.changeset/slow-owls-explain.md b/.changeset/slow-owls-explain.md deleted file mode 100644 index b15fb68b..00000000 --- a/.changeset/slow-owls-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@preconstruct/cli": patch ---- - -Imports to `@babel/runtime/helpers/esm/*` will now be rewritten to `@babel/runtime/helpers/*` for CommonJS outputs. This fixes the CommonJS output in case you have `["@babel/plugin-transform-runtime", { "useESModules": true }]`) in your Babel config. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 6b5ab02b..9ff433db 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # preconstruct +## 2.1.7 + +### Patch Changes + +- [`3f202fd`](https://github.com/preconstruct/preconstruct/commit/3f202fd78c233093c483b0bb8fc657ecde1a4df7) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Imports to `@babel/runtime/helpers/esm/*` will now be rewritten to `@babel/runtime/helpers/*` for CommonJS outputs. This fixes the CommonJS output in case you have `["@babel/plugin-transform-runtime", { "useESModules": true }]`) in your Babel config. + ## 2.1.6 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3beaaa52..ac496657 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@preconstruct/cli", - "version": "2.1.6", + "version": "2.1.7", "description": "Dev and build your code painlessly in monorepos", "files": [ "bin.js",