Skip to content

Commit 56bcc24

Browse files
Version Packages
1 parent a9f0ed8 commit 56bcc24

4 files changed

Lines changed: 16 additions & 18 deletions

File tree

.changeset/drop-api-route.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/thick-donuts-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @pmndrs/docs
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#588](https://github.com/pmndrs/docs/pull/588) [`b6081cc`](https://github.com/pmndrs/docs/commit/b6081cce0614c858691aa8590b99ef8ddd696ae0) Thanks [@abernier](https://github.com/abernier)! - Stop publishing `src/app/api`. A Route Handler cannot be statically exported, and the CLI
8+
already leaves it behind when it copies the app, so it only ever travelled as dead weight —
9+
37 kB of it, once its test is counted.
10+
11+
One test file still ships, `src/app/[...slug]/page.test.ts`. Nothing under a bracketed
12+
directory can be excluded through `files` under `pnpm`, whatever the pattern: `npm pack` honours
13+
`!**/*.test.*` there, `pnpm pack` does not, and neither a directory negation nor an escaped
14+
bracket reaches it.
15+
16+
- [#590](https://github.com/pmndrs/docs/pull/590) [`a9f0ed8`](https://github.com/pmndrs/docs/commit/a9f0ed8f91757d49a321522bb689663b46c47665) Thanks [@abernier](https://github.com/abernier)! - `browse`: render markdown tables as aligned columns instead of wrapped pipes
17+
318
## 4.1.0
419

520
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pmndrs/docs",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"type": "module",
55
"bin": {
66
"pmndrs-docs": "bin/pmndrs-docs.mjs"

0 commit comments

Comments
 (0)