Skip to content

Commit a095570

Browse files
committed
Version 6.0.0-beta.7
1 parent e629559 commit a095570

File tree

19 files changed

+29
-29
lines changed

19 files changed

+29
-29
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/v6.0.0-beta.6/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/v6.0.0-beta.7/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": "6.0.0-beta.6",
14-
"react-router-dom": "6.0.0-beta.6"
13+
"react-router": "6.0.0-beta.7",
14+
"react-router-dom": "6.0.0-beta.7"
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/v6.0.0-beta.6/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/v6.0.0-beta.7/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": "6.0.0-beta.6",
14-
"react-router-dom": "6.0.0-beta.6"
13+
"react-router": "6.0.0-beta.7",
14+
"react-router-dom": "6.0.0-beta.7"
1515
},
1616
"devDependencies": {
1717
"@rollup/plugin-replace": "^2.2.1",

examples/custom-filter-link/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This example demonstrates how to use a query string parameter to mark a link as
66

77
Open this example on [StackBlitz](https://stackblitz.com):
88

9-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/dev/examples/custom-filter-link?file=src/App.tsx)
9+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/v6.0.0-beta.7/examples/custom-filter-link?file=src/App.tsx)

examples/custom-filter-link/package.json

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

examples/custom-link/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This example demonstrates how to make a custom Link component to show different
66

77
Open this example on [StackBlitz](https://stackblitz.com):
88

9-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/dev/examples/custom-link?file=src/App.tsx)
9+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/v6.0.0-beta.7/examples/custom-link?file=src/App.tsx)

examples/custom-link/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.7",
14+
"react-router-dom": "6.0.0-beta.7"
1515
},
1616
"devDependencies": {
1717
"@rollup/plugin-replace": "^2.2.1",

examples/modal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
Open this example on [StackBlitz](https://stackblitz.com):
66

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

examples/modal/package.json

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

0 commit comments

Comments
 (0)