Skip to content

Commit

Permalink
chore: Update version for release (pre) (#12118)
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 11, 2024
1 parent d0ab074 commit 4bf819e
Show file tree
Hide file tree
Showing 21 changed files with 100 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@
"late-buckets-turn",
"lemon-files-care",
"link-prefetching",
"little-cooks-pull",
"moody-kids-count",
"nice-pillows-hunt",
"nine-ravens-work",
"odd-beds-behave",
"prerendering",
"purple-poems-laugh",
"rare-plums-chew",
"red-feet-shop",
"red-olives-compare",
"remix-scroll-restoration",
Expand All @@ -60,6 +62,7 @@
"tall-mangos-add",
"tasty-penguins-live",
"thin-nails-turn",
"three-seals-play",
"tidy-clouds-lay",
"tough-pens-brush",
"twelve-cheetahs-pretend",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-router-architect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @react-router/architect

## 7.0.0-pre.1

### Patch Changes

- Updated dependencies:
- `react-router@7.0.0-pre.1`
- `@react-router/node@7.0.0-pre.1`

## 7.0.0-pre.0

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

## 7.0.0-pre.1

### Patch Changes

- Updated dependencies:
- `react-router@7.0.0-pre.1`

## 7.0.0-pre.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/cloudflare",
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"description": "Cloudflare platform abstractions for React Router",
"bugs": {
"url": "/~https://github.com/remix-run/react-router/issues"
Expand Down
15 changes: 15 additions & 0 deletions packages/react-router-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# `@remix-run/dev`

## 7.0.0-pre.1

### Minor Changes

- Add `prefix` route config helper to `@react-router/dev/routes` ([#12094](/~https://github.com/remix-run/react-router/pull/12094))

### Patch Changes

- - Fix `react-router-serve` handling of prerendered HTML files by removing the `redirect: false` option so it now falls back on the default `redirect: true` behavior of redirecting from `/folder` -> `/folder/` which will then pick up `/folder/index.html` from disk. See https://expressjs.com/en/resources/middleware/serve-static.html ([#12071](/~https://github.com/remix-run/react-router/pull/12071))
- Proxy prerendered loader data into prerender pass for HTML files to avoid double-invocations of the loader at build time
- Updated dependencies:
- `react-router@7.0.0-pre.1`
- `@react-router/serve@7.0.0-pre.1`
- `@react-router/node@7.0.0-pre.1`

## 7.0.0-pre.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/dev",
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"description": "Dev tools and CLI for React Router",
"homepage": "https://reactrouter.com",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/react-router-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-router-dom

## 7.0.0-pre.1

### Patch Changes

- Updated dependencies:
- `react-router@7.0.0-pre.1`

## 7.0.0-pre.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-dom",
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"description": "Declarative routing for React web applications",
"keywords": [
"react",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-router-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# `@remix-run/express`

## 7.0.0-pre.1

### Patch Changes

- Updated dependencies:
- `react-router@7.0.0-pre.1`
- `@react-router/node@7.0.0-pre.1`

## 7.0.0-pre.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/express",
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"description": "Express server request handler for React Router",
"bugs": {
"url": "/~https://github.com/remix-run/react-router/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/react-router-fs-routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-router/fs-routes

## 7.0.0-pre.1

### Patch Changes

- Updated dependencies:
- `@react-router/dev@7.0.0-pre.1`

## 7.0.0-pre.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-fs-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/fs-routes",
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"description": "File system routing conventions for React Router",
"bugs": {
"url": "/~https://github.com/remix-run/react-router/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/react-router-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `@remix-run/node`

## 7.0.0-pre.1

### Patch Changes

- Updated dependencies:
- `react-router@7.0.0-pre.1`

## 7.0.0-pre.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/node",
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"description": "Node.js platform abstractions for React Router",
"bugs": {
"url": "/~https://github.com/remix-run/react-router/issues"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-router/remix-config-routes-adapter

## 7.0.0-pre.1

### Patch Changes

- Updated dependencies:
- `@react-router/dev@7.0.0-pre.1`

## 7.0.0-pre.0

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/remix-config-routes-adapter",
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"description": "Remix config route support for React Router",
"bugs": {
"url": "/~https://github.com/remix-run/react-router/issues"
Expand Down
11 changes: 11 additions & 0 deletions packages/react-router-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# `@remix-run/serve`

## 7.0.0-pre.1

### Patch Changes

- - Fix `react-router-serve` handling of prerendered HTML files by removing the `redirect: false` option so it now falls back on the default `redirect: true` behavior of redirecting from `/folder` -> `/folder/` which will then pick up `/folder/index.html` from disk. See https://expressjs.com/en/resources/middleware/serve-static.html ([#12071](/~https://github.com/remix-run/react-router/pull/12071))
- Proxy prerendered loader data into prerender pass for HTML files to avoid double-invocations of the loader at build time
- Updated dependencies:
- `react-router@7.0.0-pre.1`
- `@react-router/node@7.0.0-pre.1`
- `@react-router/express@7.0.0-pre.1`

## 7.0.0-pre.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/serve",
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"description": "Production application server for React Router",
"bugs": {
"url": "/~https://github.com/remix-run/react-router/issues"
Expand Down
10 changes: 10 additions & 0 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# `react-router`

## 7.0.0-pre.1

### Patch Changes

- Fix typegen for routes with a client loader but no server loader ([#12117](/~https://github.com/remix-run/react-router/pull/12117))
- - Fix `react-router-serve` handling of prerendered HTML files by removing the `redirect: false` option so it now falls back on the default `redirect: true` behavior of redirecting from `/folder` -> `/folder/` which will then pick up `/folder/index.html` from disk. See https://expressjs.com/en/resources/middleware/serve-static.html ([#12071](/~https://github.com/remix-run/react-router/pull/12071))
- Proxy prerendered loader data into prerender pass for HTML files to avoid double-invocations of the loader at build time
- Updated dependencies:
- `react-router@7.0.0-pre.1`

## 7.0.0-pre.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"description": "Declarative routing for React",
"keywords": [
"react",
Expand Down

0 comments on commit 4bf819e

Please sign in to comment.