Skip to content

Commit

Permalink
chore: Update version for release (pre) (#10081)
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 9, 2024
1 parent 3bcca9b commit fb0e1fb
Show file tree
Hide file tree
Showing 34 changed files with 180 additions and 26 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@
"@remix-run/server-runtime": "2.12.1",
"@remix-run/testing": "2.12.1"
},
"changesets": []
"changesets": [
"rare-shoes-enjoy",
"short-maps-reflect",
"silly-gifts-wash",
"spotty-papayas-remember",
"stabilize-future-flags"
]
}
6 changes: 3 additions & 3 deletions integration/helpers/vite-cloudflare-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/cloudflare": "2.12.1",
"@remix-run/cloudflare-pages": "2.12.1",
"@remix-run/react": "2.12.1",
"@remix-run/cloudflare": "2.13.0-pre.0",
"@remix-run/cloudflare-pages": "2.13.0-pre.0",
"@remix-run/react": "2.13.0-pre.0",
"isbot": "^4.1.0",
"miniflare": "^3.20231030.4",
"react": "^18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `create-remix`

## 2.13.0-pre.0

## 2.12.1

No significant changes to this package were made in this release. [See the repo `CHANGELOG.md`](https://github.com/remix-run/remix/blob/main/CHANGELOG.md) for an overview of all changes in v2.12.1.
Expand Down
2 changes: 1 addition & 1 deletion packages/create-remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-remix",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "Create a new Remix app",
"homepage": "https://remix.run",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/remix-architect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `@remix-run/architect`

## 2.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/node@2.13.0-pre.0`

## 2.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-architect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/architect",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "Architect server request handler for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/remix-cloudflare-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `@remix-run/cloudflare-pages`

## 2.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/cloudflare@2.13.0-pre.0`

## 2.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-cloudflare-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/cloudflare-pages",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "Cloudflare Pages request handler for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/remix-cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `@remix-run/cloudflare-workers`

## 2.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/cloudflare@2.13.0-pre.0`

## 2.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/cloudflare-workers",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "Cloudflare worker request handler for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/remix-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `@remix-run/cloudflare`

## 2.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/server-runtime@2.13.0-pre.0`

## 2.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/cloudflare",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "Cloudflare platform abstractions for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
2 changes: 2 additions & 0 deletions packages/remix-css-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @remix-run/css-bundle

## 2.13.0-pre.0

## 2.12.1

No significant changes to this package were made in this release. [See the repo `CHANGELOG.md`](https://github.com/remix-run/remix/blob/main/CHANGELOG.md) for an overview of all changes in v2.12.1.
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-css-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/css-bundle",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "CSS bundle href when using CSS bundling features in Remix",
"homepage": "https://remix.run",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/remix-deno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `@remix-run/deno`

## 2.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/server-runtime@2.13.0-pre.0`

## 2.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-deno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/deno",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "Deno platform abstractions for Remix",
"homepage": "https://remix.run",
"main": "./index.ts",
Expand Down
34 changes: 34 additions & 0 deletions packages/remix-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# `@remix-run/dev`

## 2.13.0-pre.0

### Minor Changes

- Stabilize React Router APIs in Remix ([#9980](https://github.com/remix-run/remix/pull/9980))

- Adopt stabilized React Router APIs internally
- Single Fetch: `unstable_dataStrategy` -> `dataStrategy`
- Lazy Route Discovery: `unstable_patchRoutesOnNavigation` -> `patchRoutesOnNavigation`
- Stabilize public-facing APIs
- Single Fetch: `unstable_data()` -> `data()`
- `unstable_viewTransition` -> `viewTransition` (`Link`, `Form`, `navigate`, `submit`)
- `unstable_flushSync>` -> `<Link viewTransition>` (`Link`, `Form`, `navigate`, `submit`, `useFetcher`)

- Stabilize future flags ([#10072](https://github.com/remix-run/remix/pull/10072))
- `future.unstable_singleFetch` -> `future.v3_singleFetch`
- `future.unstable_lazyRouteDiscovery` -> `future.v3_lazyRouteDiscovery`

### Patch Changes

- Stop passing `request.signal` as the `renderToReadableStream` `signal` to abort server rendering for cloudflare/deno runtimes because by the time that `request` is aborted, aborting the rendering is useless because there's no way for React to flush down the unresolved boundaries ([#10047](https://github.com/remix-run/remix/pull/10047))

- This has been incorrect for some time, but only recently exposed due to a bug in how we were aborting requests when running via `remix vite:dev` because we were incorrectly aborting requests after successful renders - which was causing us to abort a completed React render, and try to close an already closed `ReadableStream`.
- This has likely not shown up in any production scenarios because cloudflare/deno production runtimes are (correctly) not aborting the `request.signal` on successful renders
- The built-in `entry.server` files no longer pass a `signal` to `renderToReadableStream` because adding a timeout-based abort signal to the default behavior would constitute a breaking change
- Users can configure this abort behavior via their own `entry.server` via `remix reveal entry.server`, and the template entry.server files have been updated with an example approach for newly created Remix apps

- Fix adapter logic for aborting `request.signal` so we don't incorrectly abort on the `close` event for successful requests ([#10046](https://github.com/remix-run/remix/pull/10046))
- Updated dependencies:
- `@remix-run/react@2.13.0-pre.0`
- `@remix-run/server-runtime@2.13.0-pre.0`
- `@remix-run/node@2.13.0-pre.0`
- `@remix-run/serve@2.13.0-pre.0`

## 2.12.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/remix-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/dev",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "Dev tools and CLI for Remix",
"homepage": "https://remix.run",
"bugs": {
Expand Down Expand Up @@ -106,8 +106,8 @@
"wrangler": "^3.28.2"
},
"peerDependencies": {
"@remix-run/react": "^2.12.1",
"@remix-run/serve": "^2.12.1",
"@remix-run/react": "^2.13.0-pre.0",
"@remix-run/serve": "^2.13.0-pre.0",
"typescript": "^5.1.0",
"vite": "^5.1.0",
"wrangler": "^3.28.2"
Expand Down
2 changes: 2 additions & 0 deletions packages/remix-eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `@remix-run/eslint-config`

## 2.13.0-pre.0

## 2.12.1

No significant changes to this package were made in this release. [See the repo `CHANGELOG.md`](https://github.com/remix-run/remix/blob/main/CHANGELOG.md) for an overview of all changes in v2.12.1.
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/eslint-config",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "ESLint configuration for Remix projects",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/remix-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# `@remix-run/express`

## 2.13.0-pre.0

### Patch Changes

- Fix adapter logic for aborting `request.signal` so we don't incorrectly abort on the `close` event for successful requests ([#10046](https://github.com/remix-run/remix/pull/10046))
- Updated dependencies:
- `@remix-run/node@2.13.0-pre.0`

## 2.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/express",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "Express server request handler for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/remix-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `@remix-run/node`

## 2.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/server-runtime@2.13.0-pre.0`

## 2.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/node",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "Node.js platform abstractions for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
24 changes: 24 additions & 0 deletions packages/remix-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# `@remix-run/react`

## 2.13.0-pre.0

### Minor Changes

- Stabilize React Router APIs in Remix ([#9980](https://github.com/remix-run/remix/pull/9980))

- Adopt stabilized React Router APIs internally
- Single Fetch: `unstable_dataStrategy` -> `dataStrategy`
- Lazy Route Discovery: `unstable_patchRoutesOnNavigation` -> `patchRoutesOnNavigation`
- Stabilize public-facing APIs
- Single Fetch: `unstable_data()` -> `data()`
- `unstable_viewTransition` -> `viewTransition` (`Link`, `Form`, `navigate`, `submit`)
- `unstable_flushSync>` -> `<Link viewTransition>` (`Link`, `Form`, `navigate`, `submit`, `useFetcher`)

- Stabilize future flags ([#10072](https://github.com/remix-run/remix/pull/10072))
- `future.unstable_singleFetch` -> `future.v3_singleFetch`
- `future.unstable_lazyRouteDiscovery` -> `future.v3_lazyRouteDiscovery`

### Patch Changes

- Fix bug with `clientLoader.hydrate` in a layout route when hydrating with bubbled errors ([#10063](https://github.com/remix-run/remix/pull/10063))
- Updated dependencies:
- `@remix-run/server-runtime@2.13.0-pre.0`

## 2.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/react",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "React DOM bindings for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/remix-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# `@remix-run/serve`

## 2.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/express@2.13.0-pre.0`
- `@remix-run/node@2.13.0-pre.0`

## 2.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/serve",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "Production application server for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
18 changes: 18 additions & 0 deletions packages/remix-server-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# `@remix-run/server-runtime`

## 2.13.0-pre.0

### Minor Changes

- Stabilize React Router APIs in Remix ([#9980](https://github.com/remix-run/remix/pull/9980))

- Adopt stabilized React Router APIs internally
- Single Fetch: `unstable_dataStrategy` -> `dataStrategy`
- Lazy Route Discovery: `unstable_patchRoutesOnNavigation` -> `patchRoutesOnNavigation`
- Stabilize public-facing APIs
- Single Fetch: `unstable_data()` -> `data()`
- `unstable_viewTransition` -> `viewTransition` (`Link`, `Form`, `navigate`, `submit`)
- `unstable_flushSync>` -> `<Link viewTransition>` (`Link`, `Form`, `navigate`, `submit`, `useFetcher`)

- Stabilize future flags ([#10072](https://github.com/remix-run/remix/pull/10072))
- `future.unstable_singleFetch` -> `future.v3_singleFetch`
- `future.unstable_lazyRouteDiscovery` -> `future.v3_lazyRouteDiscovery`

## 2.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-server-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/server-runtime",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "Server runtime for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/remix-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# `@remix-run/testing`

## 2.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/react@2.13.0-pre.0`
- `@remix-run/node@2.13.0-pre.0`

## 2.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/testing",
"version": "2.12.1",
"version": "2.13.0-pre.0",
"description": "Testing utilities for Remix apps",
"homepage": "https://remix.run",
"bugs": {
Expand Down
Loading

0 comments on commit fb0e1fb

Please sign in to comment.