Skip to content

Version Packages #345

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

Merged
merged 1 commit into from
Jan 5, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/afraid-ducks-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-candles-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-camels-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-comics-trade.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/open-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# open-next

## 2.3.4

### Patch Changes

- e773e67: try to match errors, fallback to raw key/value pair
- 83b0838: add support for bun lockfile
- bbf9b30: use dynamic import handler for monorepo entrypoint
- fd90b26: Changes encoding on cache.body for binary data

## 2.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/open-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"access": "public"
},
"name": "open-next",
"version": "2.3.3",
"version": "2.3.4",
"bin": {
"open-next": "./dist/index.js"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/tests-unit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

### Patch Changes

- Updated dependencies [e773e67]
- Updated dependencies [83b0838]
- Updated dependencies [bbf9b30]
- Updated dependencies [fd90b26]
- open-next@2.3.4

## null

### Patch Changes

- Updated dependencies [abeb9cd]
- open-next@2.3.3

Expand Down