Skip to content

Commit

Permalink
Version Packages (#303)
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 Nov 2, 2023
1 parent 22e3e47 commit f1389bb
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .changeset/lazy-pens-bake.md

This file was deleted.

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

## 2.3.0

### Minor Changes

- 22e3e47: Fix inconsistencies with swr and isr (#289)

Exclude manifest.json, robots.txt and sitemap.xml from routing matcher (#287)

Feature/rewrite with query string (#281)

Double chunk DDB batch writes to not overwhelm DDB on load (#293)

fix: copy favicon.ico from app dir (#301)

fix: XML Malformed Error DeleteObjectsCommand (#300)

Fix external rewrite (#299)

Perf Reduce s3 calls (#295)

## 2.2.4

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

### Patch Changes

- Updated dependencies [22e3e47]
- [email protected]

## null

### Patch Changes

- Updated dependencies [e3f67da]
- [email protected]

Expand Down

1 comment on commit f1389bb

@vercel
Copy link

@vercel vercel bot commented on f1389bb Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

open-next – ./

open-next.vercel.app
open-next-sst-dev.vercel.app
open-next-git-main-sst-dev.vercel.app

Please sign in to comment.