Skip to content

Commit e33a091

Browse files
github-actions[bot]brophdawg11
authored andcommitted
chore: Update version for release (pre) (#9199)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 192d353 commit e33a091

File tree

6 files changed

+46
-0
lines changed

6 files changed

+46
-0
lines changed

packages/remix-dev/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `@remix-run/dev`
22

3+
## 2.9.0-pre.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `@remix-run/[email protected]`
9+
- `@remix-run/[email protected]`
10+
311
## 2.9.0-pre.2
412

513
### Patch Changes

packages/remix-express/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# `@remix-run/express`
22

3+
## 2.9.0-pre.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `@remix-run/[email protected]`
9+
310
## 2.9.0-pre.2
411

512
### Patch Changes

packages/remix-node/CHANGELOG.md

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

3+
## 2.9.0-pre.3
4+
5+
### Patch Changes
6+
7+
- - Put `undici` fetch polyfill behind a new `installGlobals({ nativeFetch: true })` parameter ([#9198](https://github.com/remix-run/remix/pull/9198))
8+
- `remix-serve` will default to using `undici` for the fetch polyfill if `future._unstable_singleFetch` is enabled because the single fetch implementation relies on the `undici` polyfill
9+
- Any users opting into Single Fetch and managing their own polfill will need to pass the flag to `installGlobals` on their own to avoid runtime errors with Single Fetch
10+
- Updated dependencies:
11+
- `@remix-run/[email protected]`
12+
313
## 2.9.0-pre.2
414

515
### Patch Changes

packages/remix-serve/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# `@remix-run/serve`
22

3+
## 2.9.0-pre.3
4+
5+
### Patch Changes
6+
7+
- - Put `undici` fetch polyfill behind a new `installGlobals({ nativeFetch: true })` parameter ([#9198](https://github.com/remix-run/remix/pull/9198))
8+
- `remix-serve` will default to using `undici` for the fetch polyfill if `future._unstable_singleFetch` is enabled because the single fetch implementation relies on the `undici` polyfill
9+
- Any users opting into Single Fetch and managing their own polfill will need to pass the flag to `installGlobals` on their own to avoid runtime errors with Single Fetch
10+
- Updated dependencies:
11+
- `@remix-run/[email protected]`
12+
- `@remix-run/[email protected]`
13+
314
## 2.9.0-pre.2
415

516
### Patch Changes

packages/remix-server-runtime/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# `@remix-run/server-runtime`
22

3+
## 2.9.0-pre.3
4+
35
## 2.9.0-pre.2
46

57
## 2.9.0-pre.1

packages/remix-testing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `@remix-run/testing`
22

3+
## 2.9.0-pre.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `@remix-run/[email protected]`
9+
- `@remix-run/[email protected]`
10+
311
## 2.9.0-pre.2
412

513
### Patch Changes

0 commit comments

Comments
 (0)