diff --git a/examples/auth/README.md b/examples/auth/README.md index 7facc3d6b4..0692a050cb 100644 --- a/examples/auth/README.md +++ b/examples/auth/README.md @@ -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) diff --git a/examples/auth/package.json b/examples/auth/package.json index 382f651cdc..b72f3b4dc1 100644 --- a/examples/auth/package.json +++ b/examples/auth/package.json @@ -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", diff --git a/examples/basic/README.md b/examples/basic/README.md index 6a813b8bde..4b088fbab3 100644 --- a/examples/basic/README.md +++ b/examples/basic/README.md @@ -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) diff --git a/examples/basic/package.json b/examples/basic/package.json index a487b3c4e2..8e7396a711 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -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", diff --git a/examples/custom-filter-link/README.md b/examples/custom-filter-link/README.md index 275c6b25a1..b8f04a9f0e 100644 --- a/examples/custom-filter-link/README.md +++ b/examples/custom-filter-link/README.md @@ -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) diff --git a/examples/custom-filter-link/package.json b/examples/custom-filter-link/package.json index 2b7def162d..d4542bf401 100644 --- a/examples/custom-filter-link/package.json +++ b/examples/custom-filter-link/package.json @@ -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", diff --git a/examples/custom-link/README.md b/examples/custom-link/README.md index 51cf15f3fd..78f101de6f 100644 --- a/examples/custom-link/README.md +++ b/examples/custom-link/README.md @@ -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) diff --git a/examples/custom-link/package.json b/examples/custom-link/package.json index f71e37e95f..2f2059df57 100644 --- a/examples/custom-link/package.json +++ b/examples/custom-link/package.json @@ -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", diff --git a/examples/modal/README.md b/examples/modal/README.md index 831e2491b6..8fb996d1c9 100644 --- a/examples/modal/README.md +++ b/examples/modal/README.md @@ -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) diff --git a/examples/modal/package.json b/examples/modal/package.json index 75b1021a64..05b7d6c6cf 100644 --- a/examples/modal/package.json +++ b/examples/modal/package.json @@ -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", diff --git a/examples/search-params/README.md b/examples/search-params/README.md index 70b707ec07..3e5ad74a70 100644 --- a/examples/search-params/README.md +++ b/examples/search-params/README.md @@ -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) diff --git a/examples/search-params/package.json b/examples/search-params/package.json index 425c54b79e..121e6aa676 100644 --- a/examples/search-params/package.json +++ b/examples/search-params/package.json @@ -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", diff --git a/examples/ssr/README.md b/examples/ssr/README.md index afb557b4ce..85cdb51970 100644 --- a/examples/ssr/README.md +++ b/examples/ssr/README.md @@ -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) diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 70dc09b493..5f5c0104ab 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -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", diff --git a/examples/use-routes/README.md b/examples/use-routes/README.md index 77a0e59111..1fb823cd50 100644 --- a/examples/use-routes/README.md +++ b/examples/use-routes/README.md @@ -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) diff --git a/examples/use-routes/package.json b/examples/use-routes/package.json index 2fc063542e..8e7396a711 100644 --- a/examples/use-routes/package.json +++ b/examples/use-routes/package.json @@ -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", diff --git a/packages/react-router-dom/package.json b/packages/react-router-dom/package.json index aef7b645be..256566ba6c 100644 --- a/packages/react-router-dom/package.json +++ b/packages/react-router-dom/package.json @@ -1,6 +1,6 @@ { "name": "react-router-dom", - "version": "6.0.0-beta.6", + "version": "6.0.0-beta.7", "author": "Remix Software ", "description": "Declarative routing for React web applications", "repository": { @@ -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", diff --git a/packages/react-router-native/package.json b/packages/react-router-native/package.json index ae03c0cbe2..7980047fe0 100644 --- a/packages/react-router-native/package.json +++ b/packages/react-router-native/package.json @@ -1,6 +1,6 @@ { "name": "react-router-native", - "version": "6.0.0-beta.6", + "version": "6.0.0-beta.7", "author": "Remix Software ", "description": "Declarative routing for React Native applications", "repository": { @@ -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", diff --git a/packages/react-router/package.json b/packages/react-router/package.json index e4f5ee0d85..28b58cc87f 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "react-router", - "version": "6.0.0-beta.6", + "version": "6.0.0-beta.7", "author": "Remix Software ", "description": "Declarative routing for React", "repository": {