Skip to content

Commit bca5e2d

Browse files
Release packages (#177)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b34ea94 commit bca5e2d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/silver-crabs-wonder.md

-7
This file was deleted.

packages/publint/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# publint
22

3+
## 0.3.10
4+
5+
### Patch Changes
6+
7+
- Support custom conditions in `"exports"` that points to raw TS or TSX files. This configuration is common in monorepo setups where packages refer to the raw files among themselves using a custom condition so custom aliasing isn't needed. ([`b34ea94`](https://github.com/publint/publint/commit/b34ea9433fb7457ac7f5f8ade972e1589ca9c89e))
8+
9+
With this support, the `"types"` condition is allowed to come after any exports of the raw TS or TSX files. File existence checks are also disabled for raw TS and TSX files reference as after publish these files may intentionally be not published.
10+
311
## 0.3.9
412

513
### Patch Changes

packages/publint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "publint",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "Lint packaging errors",
55
"type": "module",
66
"author": "Bjorn Lu",

0 commit comments

Comments
 (0)