Skip to content

Commit

Permalink
Version Packages (#555)
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 May 19, 2023
1 parent 908c43e commit 0a4853c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-eagles-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-carrots-perform.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# preconstruct

## 2.7.0

### Minor Changes

- [#556](https://github.com/preconstruct/preconstruct/pull/556) [`908c43e`](https://github.com/preconstruct/preconstruct/commit/908c43ec4c291eff6bcb4365d6b97887bc8637bb) Thanks [@Andarist](https://github.com/Andarist)! - Always emit relative paths used in generated TS declaration files with resolved extensions of their runtime equivalents. This currently requires one of the 2 experimental flags: `importsConditions` or `onlyEmitUsedTypeScriptDeclarations`

### Patch Changes

- [#554](https://github.com/preconstruct/preconstruct/pull/554) [`1147fee`](https://github.com/preconstruct/preconstruct/commit/1147fee9cf6ee0a4d1174114c979f59bb531eb93) Thanks [@Andarist](https://github.com/Andarist)! - Fix types like `import('#foo').Foo<import('#bar').Bar>` not replacing the import to `#bar` in generated declarations under the `importsConditions` experimental flag

## 2.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preconstruct/cli",
"version": "2.6.4",
"version": "2.7.0",
"description": "Dev and build your code painlessly in monorepos",
"files": [
"bin.js",
Expand Down

0 comments on commit 0a4853c

Please sign in to comment.