Skip to content

Commit

Permalink
Version Packages (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 11, 2022
1 parent 014038b commit c300a14
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-experts-attack.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,11 @@
# preconstruct

## 2.1.8

### Patch Changes

- [#435](https://github.com/preconstruct/preconstruct/pull/435) [`014038b`](https://github.com/preconstruct/preconstruct/commit/014038b1049be52a8755c37723d931997b13da04) Thanks [@nicksrandall](https://github.com/nicksrandall)! - Added experimental `exports` flag. See the docs at the `exports` section of https://preconstruct.tools/configuration.

## 2.1.7

### Patch Changes
Expand Down
15 changes: 12 additions & 3 deletions packages/cli/package.json
@@ -1,8 +1,14 @@
{
"name": "@preconstruct/cli",
"version": "2.1.7",
"version": "2.1.8",
"description": "Dev and build your code painlessly in monorepos",
"files": ["bin.js", "cli", "worker", "!**/*.d.ts", "dist"],
"files": [
"bin.js",
"cli",
"worker",
"!**/*.d.ts",
"dist"
],
"bin": {
"preconstruct": "./bin.js"
},
Expand Down Expand Up @@ -48,7 +54,10 @@
"v8-compile-cache": "^2.1.1"
},
"preconstruct": {
"entrypoints": ["cli", "worker"]
"entrypoints": [
"cli",
"worker"
]
},
"devDependencies": {
"escape-string-regexp": "^4.0.0",
Expand Down

0 comments on commit c300a14

Please sign in to comment.