Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #477

Merged
merged 1 commit into from Jul 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/seven-bikes-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-ligers-kick.md

This file was deleted.

8 changes: 8 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down