Skip to content

Commit

Permalink
Version 6.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Oct 22, 2021
1 parent 72a5aa4 commit 939c54b
Show file tree
Hide file tree
Showing 23 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion examples/auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Be sure to pay attention to the following features:

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

[![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)
[![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)
4 changes: 2 additions & 2 deletions examples/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"history": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
"react-router": "6.0.0-beta.8",
"react-router-dom": "6.0.0-beta.8"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ This example demonstrates some of the basic features of React Router, including:

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

[![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)
[![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)
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"history": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
"react-router": "6.0.0-beta.8",
"react-router-dom": "6.0.0-beta.8"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-filter-link/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ This example demonstrates how to use a query string parameter to mark a link as

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

[![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)
[![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)
4 changes: 2 additions & 2 deletions examples/custom-filter-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"history": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
"react-router": "6.0.0-beta.8",
"react-router-dom": "6.0.0-beta.8"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-link/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ This example demonstrates how to make a custom `<Link>` component to render some

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

[![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)
[![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)
4 changes: 2 additions & 2 deletions examples/custom-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"history": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
"react-router": "6.0.0-beta.8",
"react-router-dom": "6.0.0-beta.8"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-query-parsing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ It's a good example of how React Router's low-level hooks provide you with all t

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

[![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)
[![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)
4 changes: 2 additions & 2 deletions examples/custom-query-parsing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"jsurl": "0.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
"react-router": "6.0.0-beta.8",
"react-router-dom": "6.0.0-beta.8"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/lazy-loading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ performance.

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

[![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)
[![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)
4 changes: 2 additions & 2 deletions examples/lazy-loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"history": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
"react-router": "6.0.0-beta.8",
"react-router-dom": "6.0.0-beta.8"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/modal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

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

[![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)
[![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)
4 changes: 2 additions & 2 deletions examples/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"history": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
"react-router": "6.0.0-beta.8",
"react-router-dom": "6.0.0-beta.8"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/route-objects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ One interesting thing to note is that even if you don't use this hook directly,

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

[![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)
[![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)
4 changes: 2 additions & 2 deletions examples/route-objects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"history": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
"react-router": "6.0.0-beta.8",
"react-router-dom": "6.0.0-beta.8"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/search-params/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ In this example, we have a form to search for a user on GitHub and display their

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

[![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)
[![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)
4 changes: 2 additions & 2 deletions examples/search-params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"history": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
"react-router": "6.0.0-beta.8",
"react-router-dom": "6.0.0-beta.8"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ On the server (see [src/entry.server.tsx](src/entry.server.tsx)), we use React R

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

[![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)
[![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)
4 changes: 2 additions & 2 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"history": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
"react-router": "6.0.0-beta.8",
"react-router-dom": "6.0.0-beta.8"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions 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": "6.0.0-beta.7",
"version": "6.0.0-beta.8",
"author": "Remix Software <hello@remix.run>",
"description": "Declarative routing for React web applications",
"repository": {
Expand All @@ -14,7 +14,7 @@
"types": "./index.d.ts",
"unpkg": "./umd/react-router-dom.production.min.js",
"dependencies": {
"react-router": "6.0.0-beta.7"
"react-router": "6.0.0-beta.8"
},
"peerDependencies": {
"history": ">=5",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-native",
"version": "6.0.0-beta.7",
"version": "6.0.0-beta.8",
"author": "Remix Software <hello@remix.run>",
"description": "Declarative routing for React Native applications",
"repository": {
Expand All @@ -13,7 +13,7 @@
"types": "./index.d.ts",
"dependencies": {
"@ungap/url-search-params": "^0.1.4",
"react-router": "6.0.0-beta.7"
"react-router": "6.0.0-beta.8"
},
"peerDependencies": {
"history": ">=5",
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": "6.0.0-beta.7",
"version": "6.0.0-beta.8",
"author": "Remix Software <hello@remix.run>",
"description": "Declarative routing for React",
"repository": {
Expand Down

0 comments on commit 939c54b

Please sign in to comment.