Skip to content

Commit 21191cc

Browse files
chore: Update version for release (pre) (#14312)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0ad40f3 commit 21191cc

File tree

23 files changed

+172
-12
lines changed

23 files changed

+172
-12
lines changed

.changeset/pre.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,12 @@
3636
"@playground/split-route-modules-spa": "0.0.0",
3737
"@playground/vite-plugin-cloudflare": "0.0.0"
3838
},
39-
"changesets": []
39+
"changesets": [
40+
"cool-readers-attack",
41+
"flat-shoes-own",
42+
"khaki-dogs-rescue",
43+
"shiny-hotels-guess",
44+
"shy-lemons-boil",
45+
"slow-readers-thank"
46+
]
4047
}

packages/create-react-router/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# `create-react-router`
22

3+
## 7.9.0-pre.0
4+
35
## 7.8.2
46

57
_No changes_

packages/create-react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-router",
3-
"version": "7.8.2",
3+
"version": "7.9.0-pre.0",
44
"description": "Create a new React Router app",
55
"homepage": "https://reactrouter.com",
66
"bugs": {

packages/react-router-architect/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# `@react-router/architect`
22

3+
## 7.9.0-pre.0
4+
5+
### Minor Changes
6+
7+
- Stabilize middleware and context APIs. ([#14215](https://github.com/remix-run/react-router/pull/14215))
8+
9+
We have removed the `unstable_` prefix from the following APIs and they are now considered stable and ready for production use:
10+
- [`RouterContextProvider`](https://reactrouter.com/api/utils/RouterContextProvider)
11+
- [`createContext`](https://reactrouter.com/api/utils/createContext)
12+
- `createBrowserRouter` [`getContext`](https://reactrouter.com/api/data-routers/createBrowserRouter#optsgetcontext) option
13+
- `<HydratedRouter>` [`getContext`](https://reactrouter.com/api/framework-routers/HydratedRouter#getcontext) prop
14+
15+
Please see the [Middleware Docs](https://reactrouter.com/how-to/middleware), the [Middleware RFC](https://github.com/remix-run/remix/discussions/7642), and the [Client-side Context RFC](https://github.com/remix-run/react-router/discussions/9856) for more information.
16+
17+
### Patch Changes
18+
19+
- Updated dependencies:
20+
- `react-router@7.9.0-pre.0`
21+
- `@react-router/node@7.9.0-pre.0`
22+
323
## 7.8.2
424

525
### Patch Changes

packages/react-router-architect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/architect",
3-
"version": "7.8.2",
3+
"version": "7.9.0-pre.0",
44
"description": "Architect server request handler for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-cloudflare/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# `@react-router/cloudflare`
22

3+
## 7.9.0-pre.0
4+
5+
### Minor Changes
6+
7+
- Stabilize middleware and context APIs. ([#14215](https://github.com/remix-run/react-router/pull/14215))
8+
9+
We have removed the `unstable_` prefix from the following APIs and they are now considered stable and ready for production use:
10+
- [`RouterContextProvider`](https://reactrouter.com/api/utils/RouterContextProvider)
11+
- [`createContext`](https://reactrouter.com/api/utils/createContext)
12+
- `createBrowserRouter` [`getContext`](https://reactrouter.com/api/data-routers/createBrowserRouter#optsgetcontext) option
13+
- `<HydratedRouter>` [`getContext`](https://reactrouter.com/api/framework-routers/HydratedRouter#getcontext) prop
14+
15+
Please see the [Middleware Docs](https://reactrouter.com/how-to/middleware), the [Middleware RFC](https://github.com/remix-run/remix/discussions/7642), and the [Client-side Context RFC](https://github.com/remix-run/react-router/discussions/9856) for more information.
16+
17+
### Patch Changes
18+
19+
- Updated dependencies:
20+
- `react-router@7.9.0-pre.0`
21+
322
## 7.8.2
423

524
### Patch Changes

packages/react-router-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/cloudflare",
3-
"version": "7.8.2",
3+
"version": "7.9.0-pre.0",
44
"description": "Cloudflare platform abstractions for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-dev/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# `@react-router/dev`
22

3+
## 7.9.0-pre.0
4+
5+
### Minor Changes
6+
7+
- Stabilize middleware and context APIs. ([#14215](https://github.com/remix-run/react-router/pull/14215))
8+
9+
We have removed the `unstable_` prefix from the following APIs and they are now considered stable and ready for production use:
10+
- [`RouterContextProvider`](https://reactrouter.com/api/utils/RouterContextProvider)
11+
- [`createContext`](https://reactrouter.com/api/utils/createContext)
12+
- `createBrowserRouter` [`getContext`](https://reactrouter.com/api/data-routers/createBrowserRouter#optsgetcontext) option
13+
- `<HydratedRouter>` [`getContext`](https://reactrouter.com/api/framework-routers/HydratedRouter#getcontext) prop
14+
15+
Please see the [Middleware Docs](https://reactrouter.com/how-to/middleware), the [Middleware RFC](https://github.com/remix-run/remix/discussions/7642), and the [Client-side Context RFC](https://github.com/remix-run/react-router/discussions/9856) for more information.
16+
17+
### Patch Changes
18+
19+
- Updated dependencies:
20+
- `react-router@7.9.0-pre.0`
21+
- `@react-router/node@7.9.0-pre.0`
22+
- `@react-router/serve@7.9.0-pre.0`
23+
324
## 7.8.2
425

526
### Patch Changes

packages/react-router-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/dev",
3-
"version": "7.8.2",
3+
"version": "7.9.0-pre.0",
44
"description": "Dev tools and CLI for React Router",
55
"homepage": "https://reactrouter.com",
66
"bugs": {

packages/react-router-dom/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# react-router-dom
22

3+
## 7.9.0-pre.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `react-router@7.9.0-pre.0`
9+
310
## 7.8.2
411

512
### Patch Changes

0 commit comments

Comments
 (0)