Skip to content

Commit e596b9b

Browse files
chore: Update version for release (#10007)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <[email protected]>
1 parent 3ed5950 commit e596b9b

File tree

38 files changed

+62
-113
lines changed

38 files changed

+62
-113
lines changed

Diff for: .changeset/hungry-experts-suffer.md

-5
This file was deleted.

Diff for: .changeset/many-donuts-tie.md

-5
This file was deleted.

Diff for: .changeset/pre.json

-34
This file was deleted.

Diff for: .changeset/tender-pears-confess.md

-8
This file was deleted.

Diff for: .changeset/unlucky-pigs-tap.md

-5
This file was deleted.

Diff for: integration/helpers/vite-cloudflare-template/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"typecheck": "tsc"
1212
},
1313
"dependencies": {
14-
"@remix-run/cloudflare": "2.12.1-pre.0",
15-
"@remix-run/cloudflare-pages": "2.12.1-pre.0",
16-
"@remix-run/react": "2.12.1-pre.0",
14+
"@remix-run/cloudflare": "2.12.1",
15+
"@remix-run/cloudflare-pages": "2.12.1",
16+
"@remix-run/react": "2.12.1",
1717
"isbot": "^4.1.0",
1818
"miniflare": "^3.20231030.4",
1919
"react": "^18.2.0",

Diff for: packages/create-remix/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# `create-remix`
22

3-
## 2.12.1-pre.0
3+
## 2.12.1
4+
5+
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.
46

57
## 2.12.0
68

Diff for: packages/create-remix/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-remix",
3-
"version": "2.12.1-pre.0",
3+
"version": "2.12.1",
44
"description": "Create a new Remix app",
55
"homepage": "https://remix.run",
66
"bugs": {

Diff for: packages/remix-architect/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `@remix-run/architect`
22

3-
## 2.12.1-pre.0
3+
## 2.12.1
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/[email protected]-pre.0`
8+
- `@remix-run/[email protected]`
99

1010
## 2.12.0
1111

Diff for: packages/remix-architect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/architect",
3-
"version": "2.12.1-pre.0",
3+
"version": "2.12.1",
44
"description": "Architect server request handler for Remix",
55
"bugs": {
66
"url": "https://github.com/remix-run/remix/issues"

Diff for: packages/remix-cloudflare-pages/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `@remix-run/cloudflare-pages`
22

3-
## 2.12.1-pre.0
3+
## 2.12.1
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/[email protected]-pre.0`
8+
- `@remix-run/[email protected]`
99

1010
## 2.12.0
1111

Diff for: packages/remix-cloudflare-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/cloudflare-pages",
3-
"version": "2.12.1-pre.0",
3+
"version": "2.12.1",
44
"description": "Cloudflare Pages request handler for Remix",
55
"bugs": {
66
"url": "https://github.com/remix-run/remix/issues"

Diff for: packages/remix-cloudflare-workers/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `@remix-run/cloudflare-workers`
22

3-
## 2.12.1-pre.0
3+
## 2.12.1
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/[email protected]-pre.0`
8+
- `@remix-run/[email protected]`
99

1010
## 2.12.0
1111

Diff for: packages/remix-cloudflare-workers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/cloudflare-workers",
3-
"version": "2.12.1-pre.0",
3+
"version": "2.12.1",
44
"description": "Cloudflare worker request handler for Remix",
55
"bugs": {
66
"url": "https://github.com/remix-run/remix/issues"

Diff for: packages/remix-cloudflare/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `@remix-run/cloudflare`
22

3-
## 2.12.1-pre.0
3+
## 2.12.1
44

55
### Patch Changes
66

77
- Single Fetch: Re-export `interface Future` through `@remix-run/node`/`@remix-run/cloudflare`/`@remix-run/deno` packages so that `pnpm` doesn't complain about `@remix-run/server-runtime` not being a dependency ([#9982](https://github.com/remix-run/remix/pull/9982))
88
- Updated dependencies:
9-
- `@remix-run/[email protected]-pre.0`
9+
- `@remix-run/[email protected]`
1010

1111
## 2.12.0
1212

Diff for: packages/remix-cloudflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/cloudflare",
3-
"version": "2.12.1-pre.0",
3+
"version": "2.12.1",
44
"description": "Cloudflare platform abstractions for Remix",
55
"bugs": {
66
"url": "https://github.com/remix-run/remix/issues"

Diff for: packages/remix-css-bundle/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# @remix-run/css-bundle
22

3-
## 2.12.1-pre.0
3+
## 2.12.1
4+
5+
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.
46

57
## 2.12.0
68

Diff for: packages/remix-css-bundle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/css-bundle",
3-
"version": "2.12.1-pre.0",
3+
"version": "2.12.1",
44
"description": "CSS bundle href when using CSS bundling features in Remix",
55
"homepage": "https://remix.run",
66
"bugs": {

Diff for: packages/remix-deno/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `@remix-run/deno`
22

3-
## 2.12.1-pre.0
3+
## 2.12.1
44

55
### Patch Changes
66

77
- Single Fetch: Re-export `interface Future` through `@remix-run/node`/`@remix-run/cloudflare`/`@remix-run/deno` packages so that `pnpm` doesn't complain about `@remix-run/server-runtime` not being a dependency ([#9982](https://github.com/remix-run/remix/pull/9982))
88
- Updated dependencies:
9-
- `@remix-run/[email protected]-pre.0`
9+
- `@remix-run/[email protected]`
1010

1111
## 2.12.0
1212

Diff for: packages/remix-deno/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/deno",
3-
"version": "2.12.1-pre.0",
3+
"version": "2.12.1",
44
"description": "Deno platform abstractions for Remix",
55
"homepage": "https://remix.run",
66
"main": "./index.ts",

Diff for: packages/remix-dev/CHANGELOG.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# `@remix-run/dev`
22

3-
## 2.12.1-pre.0
3+
## 2.12.1
44

55
### Patch Changes
66

77
- Properly abort `request.signal` during `vite dev` when the node response is closed ([#9976](https://github.com/remix-run/remix/pull/9976))
88
- CSS imports with `?inline`, `?inline-css` and `?raw` are no longer incorrectly injected during SSR in development ([#9910](https://github.com/remix-run/remix/pull/9910))
99
- Updated dependencies:
10-
- `@remix-run/[email protected]`
11-
- `@remix-run/[email protected]`
12-
- `@remix-run/[email protected]`
13-
- `@remix-run/[email protected]`
10+
- `@remix-run/[email protected]`
11+
- `@remix-run/[email protected]`
1412

1513
## 2.12.0
1614

Diff for: packages/remix-dev/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/dev",
3-
"version": "2.12.1-pre.0",
3+
"version": "2.12.1",
44
"description": "Dev tools and CLI for Remix",
55
"homepage": "https://remix.run",
66
"bugs": {
@@ -106,8 +106,8 @@
106106
"wrangler": "^3.28.2"
107107
},
108108
"peerDependencies": {
109-
"@remix-run/react": "^2.12.1-pre.0",
110-
"@remix-run/serve": "^2.12.1-pre.0",
109+
"@remix-run/react": "^2.12.1",
110+
"@remix-run/serve": "^2.12.1",
111111
"typescript": "^5.1.0",
112112
"vite": "^5.1.0",
113113
"wrangler": "^3.28.2"

Diff for: packages/remix-eslint-config/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# `@remix-run/eslint-config`
22

3-
## 2.12.1-pre.0
3+
## 2.12.1
4+
5+
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.
46

57
## 2.12.0
68

Diff for: packages/remix-eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/eslint-config",
3-
"version": "2.12.1-pre.0",
3+
"version": "2.12.1",
44
"description": "ESLint configuration for Remix projects",
55
"bugs": {
66
"url": "https://github.com/remix-run/remix/issues"

Diff for: packages/remix-express/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `@remix-run/express`
22

3-
## 2.12.1-pre.0
3+
## 2.12.1
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/[email protected]-pre.0`
8+
- `@remix-run/[email protected]`
99

1010
## 2.12.0
1111

Diff for: packages/remix-express/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/express",
3-
"version": "2.12.1-pre.0",
3+
"version": "2.12.1",
44
"description": "Express server request handler for Remix",
55
"bugs": {
66
"url": "https://github.com/remix-run/remix/issues"

Diff for: packages/remix-node/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `@remix-run/node`
22

3-
## 2.12.1-pre.0
3+
## 2.12.1
44

55
### Patch Changes
66

77
- Single Fetch: Re-export `interface Future` through `@remix-run/node`/`@remix-run/cloudflare`/`@remix-run/deno` packages so that `pnpm` doesn't complain about `@remix-run/server-runtime` not being a dependency ([#9982](https://github.com/remix-run/remix/pull/9982))
88
- Updated dependencies:
9-
- `@remix-run/[email protected]-pre.0`
9+
- `@remix-run/[email protected]`
1010

1111
## 2.12.0
1212

Diff for: packages/remix-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/node",
3-
"version": "2.12.1-pre.0",
3+
"version": "2.12.1",
44
"description": "Node.js platform abstractions for Remix",
55
"bugs": {
66
"url": "https://github.com/remix-run/remix/issues"

Diff for: packages/remix-react/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `@remix-run/react`
22

3-
## 2.12.1-pre.0
3+
## 2.12.1
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/[email protected]-pre.0`
8+
- `@remix-run/[email protected]`
99

1010
## 2.12.0
1111

Diff for: packages/remix-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/react",
3-
"version": "2.12.1-pre.0",
3+
"version": "2.12.1",
44
"description": "React DOM bindings for Remix",
55
"bugs": {
66
"url": "https://github.com/remix-run/remix/issues"

Diff for: packages/remix-serve/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `@remix-run/serve`
22

3-
## 2.12.1-pre.0
3+
## 2.12.1
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/[email protected]-pre.0`
9-
- `@remix-run/[email protected]-pre.0`
8+
- `@remix-run/[email protected]`
9+
- `@remix-run/[email protected]`
1010

1111
## 2.12.0
1212

Diff for: packages/remix-serve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/serve",
3-
"version": "2.12.1-pre.0",
3+
"version": "2.12.1",
44
"description": "Production application server for Remix",
55
"bugs": {
66
"url": "https://github.com/remix-run/remix/issues"

Diff for: packages/remix-server-runtime/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `@remix-run/server-runtime`
22

3-
## 2.12.1-pre.0
3+
## 2.12.1
44

55
### Patch Changes
66

@@ -12,6 +12,7 @@
1212
### Patch Changes
1313

1414
- Single Fetch: Do not try to encode a `turbo-stream` body into 304 responses ([#9941](https://github.com/remix-run/remix/pull/9941))
15+
1516
- Single Fetch: fix revalidation behavior bugs ([#9938](https://github.com/remix-run/remix/pull/9938))
1617
- With Single Fetch, existing routes revalidate by default
1718
- This means requests do not need special query params for granular route revalidations out of the box - i.e., `GET /a/b/c.data`
@@ -20,6 +21,7 @@
2021
- If a route defines a `clientLoader` then it will be excluded from the single fetch call and if you call `serverLoader()` from your `clientLoader`, that will make a separarte HTTP call for just that route loader - i.e., `GET /a/b/c.data?_routes=routes/a` for a `clientLoader` in `routes/a.tsx`
2122
- When one or more routes are excluded from the single fetch call, the remaining routes that have loaders are included as query params:
2223
- For example, if A was excluded, and the `root` route and `routes/b` had a `loader` but `routes/c` did not, the single fetch request would be `GET /a/b/c.data?_routes=root,routes/a`
24+
2325
- Remove hydration URL check that was originally added for React 17 hydration issues and we no longer support React 17 ([#9890](https://github.com/remix-run/remix/pull/9890))
2426

2527
- Reverts the logic originally added in Remix `v1.18.0` via <https://github.com/remix-run/remix/pull/6409>

0 commit comments

Comments
 (0)