Skip to content

Commit

Permalink
chore: Update version for release (#9762)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Brophy <[email protected]>
  • Loading branch information
3 people authored Jul 16, 2024
1 parent d0cc05b commit b445154
Show file tree
Hide file tree
Showing 40 changed files with 63 additions and 210 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-planets-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-ways-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/log-module-error.md

This file was deleted.

35 changes: 0 additions & 35 deletions .changeset/pre.json

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/quiet-pugs-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-dancers-look.md

This file was deleted.

6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ Date: 2024-07-16

### Patch Changes

- `@remix-run/architect` - Manually joining headers with semi-colons to avoid differences in Remix and node/undici Headers implementation. ([#9664](https://github.com/remix-run/remix/pull/9664))
- `@remix-run/architect` - Manually joining headers with semi-colons to avoid differences in Remix and node/undici Headers implementation ([#9664](https://github.com/remix-run/remix/pull/9664))
- `@remix-run/react` - Log any errors encountered loading a route module prior to reloading the page ([#8932](https://github.com/remix-run/remix/pull/8932))
- `@remix-run/react` - Single Fetch: Proxy `request.signal` through `dataStrategy` for `loader` calls to fix cancellation ([#9738](https://github.com/remix-run/remix/pull/9738))
- `@remix-run/react` - Single Fetch: Adopt React Router's stabilized `future.v7_skipActionErrorRevalidation` under the hood ([#9706](https://github.com/remix-run/remix/pull/9706))
- `@remix-run/react` - Single Fetch (unstable): Proxy `request.signal` through `dataStrategy` for `loader` calls to fix cancellation ([#9738](https://github.com/remix-run/remix/pull/9738))
- `@remix-run/react` - Single Fetch (unstable): Adopt React Router's stabilized `future.v7_skipActionErrorRevalidation` under the hood ([#9706](https://github.com/remix-run/remix/pull/9706))
- This stabilizes the `shouldRevalidate` parameter from `unstable_actionStatus` to `actionStatus`
- ⚠️ This might be a breaking change for your app if you have opted into single fetch and the `unstable_actionStatus` parameter

Expand Down
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.10.3-pre.1",
"@remix-run/cloudflare-pages": "2.10.3-pre.1",
"@remix-run/react": "2.10.3-pre.1",
"@remix-run/cloudflare": "2.10.3",
"@remix-run/cloudflare-pages": "2.10.3",
"@remix-run/react": "2.10.3",
"isbot": "^4.1.0",
"miniflare": "^3.20231030.4",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# `create-remix`

## 2.10.3-pre.1
## 2.10.3

## 2.10.3-pre.0
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.10.3.

## 2.10.2

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.10.3-pre.1",
"version": "2.10.3",
"description": "Create a new Remix app",
"homepage": "https://remix.run",
"bugs": {
Expand Down
13 changes: 3 additions & 10 deletions packages/remix-architect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
# `@remix-run/architect`

## 2.10.3-pre.1
## 2.10.3

### Patch Changes

- Manually joining headers with semi-colons to avoid differences in Remix and `node`/`undici` `Headers` implementation ([#9664](https://github.com/remix-run/remix/pull/9664))
- Updated dependencies:
- `@remix-run/[email protected]`

## 2.10.3-pre.0

### Patch Changes

- Manually joining headers with semi-colons to avoid differences in Remix and node/undici Headers implementation. ([#9664](https://github.com/remix-run/remix/pull/9664))
- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 2.10.2

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.10.3-pre.1",
"version": "2.10.3",
"description": "Architect server request handler for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
11 changes: 2 additions & 9 deletions packages/remix-cloudflare-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# `@remix-run/cloudflare-pages`

## 2.10.3-pre.1
## 2.10.3

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 2.10.3-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 2.10.2

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.10.3-pre.1",
"version": "2.10.3",
"description": "Cloudflare Pages request handler for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
11 changes: 2 additions & 9 deletions packages/remix-cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# `@remix-run/cloudflare-workers`

## 2.10.3-pre.1
## 2.10.3

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 2.10.3-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 2.10.2

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.10.3-pre.1",
"version": "2.10.3",
"description": "Cloudflare worker request handler for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
11 changes: 2 additions & 9 deletions packages/remix-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# `@remix-run/cloudflare`

## 2.10.3-pre.1
## 2.10.3

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 2.10.3-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 2.10.2

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.10.3-pre.1",
"version": "2.10.3",
"description": "Cloudflare platform abstractions for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/remix-css-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @remix-run/css-bundle

## 2.10.3-pre.1
## 2.10.3

## 2.10.3-pre.0
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.10.3.

## 2.10.2

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.10.3-pre.1",
"version": "2.10.3",
"description": "CSS bundle href when using CSS bundling features in Remix",
"homepage": "https://remix.run",
"bugs": {
Expand Down
11 changes: 2 additions & 9 deletions packages/remix-deno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# `@remix-run/deno`

## 2.10.3-pre.1
## 2.10.3

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 2.10.3-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 2.10.2

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.10.3-pre.1",
"version": "2.10.3",
"description": "Deno platform abstractions for Remix",
"homepage": "https://remix.run",
"main": "./index.ts",
Expand Down
16 changes: 3 additions & 13 deletions packages/remix-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
# `@remix-run/dev`

## 2.10.3-pre.1
## 2.10.3

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 2.10.3-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 2.10.2

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.10.3-pre.1",
"version": "2.10.3",
"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.10.3-pre.1",
"@remix-run/serve": "^2.10.3-pre.1",
"@remix-run/react": "^2.10.3",
"@remix-run/serve": "^2.10.3",
"typescript": "^5.1.0",
"vite": "^5.1.0",
"wrangler": "^3.28.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/remix-eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# `@remix-run/eslint-config`

## 2.10.3-pre.1
## 2.10.3

## 2.10.3-pre.0
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.10.3.

## 2.10.2

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.10.3-pre.1",
"version": "2.10.3",
"description": "ESLint configuration for Remix projects",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
11 changes: 2 additions & 9 deletions packages/remix-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# `@remix-run/express`

## 2.10.3-pre.1
## 2.10.3

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 2.10.3-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 2.10.2

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.10.3-pre.1",
"version": "2.10.3",
"description": "Express server request handler for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
Expand Down
11 changes: 2 additions & 9 deletions packages/remix-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# `@remix-run/node`

## 2.10.3-pre.1
## 2.10.3

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 2.10.3-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 2.10.2

Expand Down
Loading

0 comments on commit b445154

Please sign in to comment.