Skip to content

Commit 2056627

Browse files
committed
Version 6.0.0-beta.6
1 parent 90bbee2 commit 2056627

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

examples/auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Be sure to pay attention to the following features:
1212

1313
Open this example on [StackBlitz](https://stackblitz.com):
1414

15-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/dev/examples/auth?file=src/App.tsx)
15+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/6.0.0-beta.6/examples/auth?file=src/App.tsx)

examples/auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"history": "latest",
1111
"react": "^17.0.2",
1212
"react-dom": "^17.0.2",
13-
"react-router": "next",
14-
"react-router-dom": "next"
13+
"react-router": "6.0.0-beta.6",
14+
"react-router-dom": "6.0.0-beta.6"
1515
},
1616
"devDependencies": {
1717
"@rollup/plugin-replace": "^3.0.0",

examples/basic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ This example demonstrates some of the basic features of React Router, including:
1212

1313
Open this example on [StackBlitz](https://stackblitz.com):
1414

15-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/dev/examples/basic?file=src/App.tsx)
15+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/6.0.0-beta.6/examples/basic?file=src/App.tsx)

examples/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"history": "latest",
1111
"react": "^17.0.2",
1212
"react-dom": "^17.0.2",
13-
"react-router": "next",
14-
"react-router-dom": "next"
13+
"react-router": "6.0.0-beta.6",
14+
"react-router-dom": "6.0.0-beta.6"
1515
},
1616
"devDependencies": {
1717
"@rollup/plugin-replace": "^2.2.1",

examples/search-params/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ In this example, we have a form to search for a user on GitHub and display their
88

99
Open this example on [StackBlitz](https://stackblitz.com):
1010

11-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/dev/examples/search-params?file=src/App.tsx)
11+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/6.0.0-beta.6/examples/search-params-params?file=src/App.tsx)

examples/search-params/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"history": "latest",
1111
"react": "^17.0.2",
1212
"react-dom": "^17.0.2",
13-
"react-router": "next",
14-
"react-router-dom": "next"
13+
"react-router": "6.0.0-beta.6",
14+
"react-router-dom": "6.0.0-beta.6"
1515
},
1616
"devDependencies": {
1717
"@rollup/plugin-replace": "^3.0.0",

examples/ssr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ On the server (src/entry.server.tsx), we use React Router's `<StaticRouter>` to
1414

1515
Open this example on [StackBlitz](https://stackblitz.com):
1616

17-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/dev/examples/ssr?file=src/App.tsx)
17+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/6.0.0-beta.6/examples/ssr?file=src/App.tsx)

examples/ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"history": "latest",
1717
"react": "^17.0.2",
1818
"react-dom": "^17.0.2",
19-
"react-router": "next",
20-
"react-router-dom": "next"
19+
"react-router": "6.0.0-beta.6",
20+
"react-router-dom": "6.0.0-beta.6"
2121
},
2222
"devDependencies": {
2323
"@rollup/plugin-replace": "^3.0.0",

packages/react-router-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom",
3-
"version": "6.0.0-beta.5",
3+
"version": "6.0.0-beta.6",
44
"author": "Remix Software <[email protected]>",
55
"description": "Declarative routing for React web applications",
66
"repository": {
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"dependencies": {
28-
"react-router": "6.0.0-beta.5"
28+
"react-router": "6.0.0-beta.6"
2929
},
3030
"peerDependencies": {
3131
"history": ">=5",

packages/react-router-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-native",
3-
"version": "6.0.0-beta.5",
3+
"version": "6.0.0-beta.6",
44
"author": "Remix Software <[email protected]>",
55
"description": "Declarative routing for React Native applications",
66
"repository": {
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@ungap/url-search-params": "^0.1.4",
20-
"react-router": "6.0.0-beta.5"
20+
"react-router": "6.0.0-beta.6"
2121
},
2222
"peerDependencies": {
2323
"history": ">=5",

packages/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": "react-router",
3-
"version": "6.0.0-beta.5",
3+
"version": "6.0.0-beta.6",
44
"author": "Remix Software <[email protected]>",
55
"description": "Declarative routing for React",
66
"repository": {

0 commit comments

Comments
 (0)