Skip to content

Commit

Permalink
Version 6.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Oct 15, 2021
1 parent e629559 commit a095570
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 29 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.6/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.7/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.6",
"react-router-dom": "6.0.0-beta.6"
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
},
"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.6/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.7/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.6",
"react-router-dom": "6.0.0-beta.6"
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
},
"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/dev/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.7/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": "next",
"react-router-dom": "next"
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
},
"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 show different

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/dev/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.7/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": "next",
"react-router-dom": "next"
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
},
"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/dev/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.7/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": "next",
"react-router-dom": "next"
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
},
"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.6/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.7/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.6",
"react-router-dom": "6.0.0-beta.6"
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
},
"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.6/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.7/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.6",
"react-router-dom": "6.0.0-beta.6"
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/use-routes/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/dev/examples/use-routes?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.7/examples/use-routes?file=src/App.tsx)
4 changes: 2 additions & 2 deletions examples/use-routes/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": "next",
"react-router-dom": "next"
"react-router": "6.0.0-beta.7",
"react-router-dom": "6.0.0-beta.7"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.2.1",
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.6",
"version": "6.0.0-beta.7",
"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.6"
"react-router": "6.0.0-beta.7"
},
"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.6",
"version": "6.0.0-beta.7",
"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.6"
"react-router": "6.0.0-beta.7"
},
"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.6",
"version": "6.0.0-beta.7",
"author": "Remix Software <hello@remix.run>",
"description": "Declarative routing for React",
"repository": {
Expand Down

0 comments on commit a095570

Please sign in to comment.