Skip to content

Commit 939c54b

Browse files
committed
Version 6.0.0-beta.8
1 parent 72a5aa4 commit 939c54b

File tree

23 files changed

+35
-35
lines changed

23 files changed

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

examples/custom-query-parsing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ It's a good example of how React Router's low-level hooks provide you with all t
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/main/examples/custom-query-parsing?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/v6.0.0-beta.8/examples/custom-query-parsing?file=src/App.tsx)

examples/custom-query-parsing/package.json

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

examples/lazy-loading/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ performance.
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/main/examples/lazy-loading?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/v6.0.0-beta.8/examples/lazy-loading?file=src/App.tsx)

examples/lazy-loading/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.7",
14-
"react-router-dom": "6.0.0-beta.7"
13+
"react-router": "6.0.0-beta.8",
14+
"react-router-dom": "6.0.0-beta.8"
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/v6.0.0-beta.7/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.8/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": "6.0.0-beta.7",
15-
"react-router-dom": "6.0.0-beta.7"
14+
"react-router": "6.0.0-beta.8",
15+
"react-router-dom": "6.0.0-beta.8"
1616
},
1717
"devDependencies": {
1818
"@rollup/plugin-replace": "^2.2.1",

examples/route-objects/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ One interesting thing to note is that even if you don't use this hook directly,
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/v6.0.0-beta.7/examples/route-objects?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/v6.0.0-beta.8/examples/route-objects?file=src/App.tsx)

examples/route-objects/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.7",
14-
"react-router-dom": "6.0.0-beta.7"
13+
"react-router": "6.0.0-beta.8",
14+
"react-router-dom": "6.0.0-beta.8"
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/v6.0.0-beta.7/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/v6.0.0-beta.8/examples/search-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": "6.0.0-beta.7",
14-
"react-router-dom": "6.0.0-beta.7"
13+
"react-router": "6.0.0-beta.8",
14+
"react-router-dom": "6.0.0-beta.8"
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 (see [src/entry.server.tsx](src/entry.server.tsx)), we use React R
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/v6.0.0-beta.7/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/v6.0.0-beta.8/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": "6.0.0-beta.7",
20-
"react-router-dom": "6.0.0-beta.7"
19+
"react-router": "6.0.0-beta.8",
20+
"react-router-dom": "6.0.0-beta.8"
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.7",
3+
"version": "6.0.0-beta.8",
44
"author": "Remix Software <[email protected]>",
55
"description": "Declarative routing for React web applications",
66
"repository": {
@@ -14,7 +14,7 @@
1414
"types": "./index.d.ts",
1515
"unpkg": "./umd/react-router-dom.production.min.js",
1616
"dependencies": {
17-
"react-router": "6.0.0-beta.7"
17+
"react-router": "6.0.0-beta.8"
1818
},
1919
"peerDependencies": {
2020
"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.7",
3+
"version": "6.0.0-beta.8",
44
"author": "Remix Software <[email protected]>",
55
"description": "Declarative routing for React Native applications",
66
"repository": {
@@ -13,7 +13,7 @@
1313
"types": "./index.d.ts",
1414
"dependencies": {
1515
"@ungap/url-search-params": "^0.1.4",
16-
"react-router": "6.0.0-beta.7"
16+
"react-router": "6.0.0-beta.8"
1717
},
1818
"peerDependencies": {
1919
"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.7",
3+
"version": "6.0.0-beta.8",
44
"author": "Remix Software <[email protected]>",
55
"description": "Declarative routing for React",
66
"repository": {

0 commit comments

Comments
 (0)