diff --git a/.changeset/seven-bikes-smash.md b/.changeset/seven-bikes-smash.md deleted file mode 100644 index 2d18c340..00000000 --- a/.changeset/seven-bikes-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@preconstruct/cli": patch ---- - -Using `node:` to import Node builtins no longer triggers a "package is not specified in dependencies or peerDependencies" error diff --git a/.changeset/tough-ligers-kick.md b/.changeset/tough-ligers-kick.md deleted file mode 100644 index 78d0d128..00000000 --- a/.changeset/tough-ligers-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@preconstruct/cli": patch ---- - -Updated `@rollup/plugin-node-resolve` to `^11.2.1` in order to make direct imports resolveable, e.g. packages that use `exports` in their package.json diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index eb4bb701..336853d7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # preconstruct +## 2.2.1 + +### Patch Changes + +- [#476](https://github.com/preconstruct/preconstruct/pull/476) [`3930466`](https://github.com/preconstruct/preconstruct/commit/3930466067f3ff03c332706fe8ab82beaec2235a) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Using `node:` to import Node builtins no longer triggers a "package is not specified in dependencies or peerDependencies" error + +* [#481](https://github.com/preconstruct/preconstruct/pull/481) [`76f0163`](https://github.com/preconstruct/preconstruct/commit/76f0163e833d1454dcd34bc378d7b6500f99d55b) Thanks [@efoken](https://github.com/efoken)! - Updated `@rollup/plugin-node-resolve` to `^11.2.1` in order to make direct imports resolveable, e.g. packages that use `exports` in their package.json + ## 2.2.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 9f2fb729..64b83359 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@preconstruct/cli", - "version": "2.2.0", + "version": "2.2.1", "description": "Dev and build your code painlessly in monorepos", "files": [ "bin.js",