Skip to content

Commit

Permalink
Version Packages (#531)
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] authored Oct 3, 2024
1 parent 8b576d9 commit 6558af4
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/alacroix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-lobsters-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mjwbenton.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-news-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-parents-stare.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/weak-hotels-thank.md

This file was deleted.

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

## 3.1.4

### Patch Changes

- b5bfb5d: Fix response binary content handling
- 6b894df: lazily initialize lite client
- 8b576d9: fix content-length incorrectly set in proxyRequest
- 9fceedb: fix: fix basePath support for API routes
- 5cdbc9f: Update vulnerable path-to-regexp dependency
- 50703a3: Fix cloudflare env
Fix an issue with cookies and the node wrapper
Fix some issue with cookies being not properly set when set both in the routing layer and the route itself
Added option for headers priority

## 3.1.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": "@opennextjs/aws",
"version": "3.1.3",
"version": "3.1.4",
"bin": {
"open-next": "./dist/index.js",
"@opennextjs/aws": "./dist/index.js"
Expand Down
12 changes: 12 additions & 0 deletions packages/tests-unit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

### Patch Changes

- Updated dependencies [b5bfb5d]
- Updated dependencies [6b894df]
- Updated dependencies [8b576d9]
- Updated dependencies [9fceedb]
- Updated dependencies [5cdbc9f]
- Updated dependencies [50703a3]
- @opennextjs/aws@3.1.4

## null

### Patch Changes

- Updated dependencies [4ec9265]
- Updated dependencies [4894974]
- Updated dependencies [55a6bcc]
Expand Down

0 comments on commit 6558af4

Please sign in to comment.