Skip to content

Commit f1389bb

Browse files
Version Packages (#303)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 22e3e47 commit f1389bb

File tree

4 files changed

+28
-20
lines changed

4 files changed

+28
-20
lines changed

.changeset/lazy-pens-bake.md

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

packages/open-next/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# open-next
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- 22e3e47: Fix inconsistencies with swr and isr (#289)
8+
9+
Exclude manifest.json, robots.txt and sitemap.xml from routing matcher (#287)
10+
11+
Feature/rewrite with query string (#281)
12+
13+
Double chunk DDB batch writes to not overwhelm DDB on load (#293)
14+
15+
fix: copy favicon.ico from app dir (#301)
16+
17+
fix: XML Malformed Error DeleteObjectsCommand (#300)
18+
19+
Fix external rewrite (#299)
20+
21+
Perf Reduce s3 calls (#295)
22+
323
## 2.2.4
424

525
### Patch Changes

packages/open-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"access": "public"
44
},
55
"name": "open-next",
6-
"version": "2.2.4",
6+
"version": "2.3.0",
77
"bin": {
88
"open-next": "./dist/index.js"
99
},

packages/tests-unit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
### Patch Changes
66

7+
- Updated dependencies [22e3e47]
8+
- open-next@2.3.0
9+
10+
## null
11+
12+
### Patch Changes
13+
714
- Updated dependencies [e3f67da]
815
- open-next@2.2.4
916

0 commit comments

Comments
 (0)