Skip to content

Commit 05eee9f

Browse files
chore: version packages (beta) (#2673)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1c69ce3 commit 05eee9f

6 files changed

Lines changed: 74 additions & 2 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
"@vinext/cloudflare": patch
3+
"vinext": patch
4+
---
5+
6+
- fix(cache): preserve prerendered page cache tags (#709)
7+
- fix(pages-router): load custom \_app/\_document via resolved file paths in dev (#2692)
8+
- fix(pages): preserve live Set-Cookie header arrays (#2689)
9+
- fix(css): load Sass partials from paths containing tildes (#2691)
10+
- fix: honor build --mode dotenv files (#2523)
11+
- fix(build): normalize jsx-in-js module ids on Windows (#2687)
12+
- fix(rsc): handle Windows paths in client reference dedup (#2686)
13+
- fix(app-router): install default not-found boundary (#2670)
14+
- fix(app-router): scope dynamic params by segment (#2228)
15+
- fix(app-router): honor client cache stale times (#2449)
16+
- perf(app-router): serialize streamed metadata once (#2675)
17+
- fix(app-router): resolve interception-only RSC targets (#2256)
18+
- fix(app-router): preserve hash query navigation semantics (#2669)
19+
- fix(pages): normalize decoded edge responses (#2668)
20+
- fix(app-router): reconcile streamed metadata icons (#2320)
21+
- fix(pages): propagate Document script security props (#2044)
22+
- fix(app-router): align prefetch server protocol (#2318)

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"auto-_vinext_cloudflare_1.0.0-beta.0-4c8399d",
1717
"auto-_vinext_cloudflare_1.0.0-beta.1-0252ea1",
1818
"auto-_vinext_cloudflare_1.0.0-beta.2-023aa76",
19+
"auto-_vinext_cloudflare_1.0.0-beta.3-1c69ce3",
1920
"enter-v1-beta"
2021
]
2122
}

packages/cloudflare/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @vinext/cloudflare
22

3+
## 1.0.0-beta.4
4+
5+
### Bug Fixes
6+
7+
- **Cache:** preserve prerendered page cache tags (#709)
8+
9+
### Contributors
10+
11+
- @james-elicx
12+
313
## 1.0.0-beta.3
414

515
### Bug Fixes

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vinext/cloudflare",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "Cloudflare adapters for vinext (KV data cache and Images-backed image optimization).",
55
"license": "MIT",
66
"repository": {

packages/vinext/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# vinext
22

3+
## 1.0.0-beta.4
4+
5+
### Bug Fixes
6+
7+
#### App Router
8+
9+
- install default not-found boundary (#2670)
10+
- scope dynamic params by segment (#2228)
11+
- honor client cache stale times (#2449)
12+
- resolve interception-only RSC targets (#2256)
13+
- preserve hash query navigation semantics (#2669)
14+
- reconcile streamed metadata icons (#2320)
15+
- align prefetch server protocol (#2318)
16+
17+
#### Pages
18+
19+
- preserve live Set-Cookie header arrays (#2689)
20+
- normalize decoded edge responses (#2668)
21+
- propagate Document script security props (#2044)
22+
23+
#### Misc
24+
25+
- **Pages Router:** load custom \_app/\_document via resolved file paths in dev (#2692)
26+
- **CSS:** load Sass partials from paths containing tildes (#2691)
27+
- honor build --mode dotenv files (#2523)
28+
- **Build:** normalize jsx-in-js module ids on Windows (#2687)
29+
- **RSC:** handle Windows paths in client reference dedup (#2686)
30+
- **Cache:** preserve prerendered page cache tags (#709)
31+
32+
### Performance
33+
34+
- **App Router:** serialize streamed metadata once (#2675)
35+
36+
### Contributors
37+
38+
- @james-elicx
39+
- @MaxtuneLee
40+
- @WilliamK112
41+
342
## 1.0.0-beta.3
443

544
### Features

packages/vinext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vinext",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "Run Next.js apps on Vite. Drop-in replacement for the next CLI.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)