Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update version for release (pre) #12118

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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