Skip to content

Commit

Permalink
Version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Nov 3, 2021
1 parent db7f220 commit d85c049
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 16 deletions.
3 changes: 2 additions & 1 deletion examples/auth/package.json
Expand Up @@ -10,7 +10,8 @@
"history": "^5.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.0.0-beta.8"
"react-router-dom": "6.0.0",
"react-router": "6.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
Expand Down
3 changes: 2 additions & 1 deletion examples/basic/package.json
Expand Up @@ -10,7 +10,8 @@
"history": "^5.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.0.0-beta.8"
"react-router-dom": "6.0.0",
"react-router": "6.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.2.1",
Expand Down
3 changes: 2 additions & 1 deletion examples/custom-filter-link/package.json
Expand Up @@ -11,7 +11,8 @@
"history": "^5.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.0.0-beta.8"
"react-router-dom": "6.0.0",
"react-router": "6.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
Expand Down
3 changes: 2 additions & 1 deletion examples/custom-link/package.json
Expand Up @@ -10,7 +10,8 @@
"history": "^5.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.0.0-beta.8"
"react-router-dom": "6.0.0",
"react-router": "6.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.2.1",
Expand Down
3 changes: 2 additions & 1 deletion examples/custom-query-parsing/package.json
Expand Up @@ -11,7 +11,8 @@
"jsurl": "0.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.0.0-beta.8"
"react-router-dom": "6.0.0",
"react-router": "6.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.2.1",
Expand Down
3 changes: 2 additions & 1 deletion examples/lazy-loading/package.json
Expand Up @@ -10,7 +10,8 @@
"history": "^5.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.0.0-beta.8"
"react-router-dom": "6.0.0",
"react-router": "6.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.2.1",
Expand Down
3 changes: 2 additions & 1 deletion examples/modal/package.json
Expand Up @@ -11,7 +11,8 @@
"history": "^5.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.0.0-beta.8"
"react-router-dom": "6.0.0",
"react-router": "6.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.2.1",
Expand Down
3 changes: 2 additions & 1 deletion examples/multi-app/package.json
Expand Up @@ -14,7 +14,8 @@
"history": "^5.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.0.0-beta.8"
"react-router-dom": "6.0.0",
"react-router": "6.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
Expand Down
3 changes: 2 additions & 1 deletion examples/route-objects/package.json
Expand Up @@ -10,7 +10,8 @@
"history": "^5.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.0.0-beta.8"
"react-router-dom": "6.0.0",
"react-router": "6.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.2.1",
Expand Down
3 changes: 2 additions & 1 deletion examples/search-params/package.json
Expand Up @@ -10,7 +10,8 @@
"history": "^5.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.0.0-beta.8"
"react-router-dom": "6.0.0",
"react-router": "6.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
Expand Down
3 changes: 2 additions & 1 deletion examples/ssr/package.json
Expand Up @@ -16,7 +16,8 @@
"history": "^5.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.0.0-beta.8"
"react-router-dom": "6.0.0",
"react-router": "6.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-dom",
"version": "6.0.0-beta.8",
"version": "6.0.0",
"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.8"
"react-router": "6.0.0"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-native/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-native",
"version": "6.0.0-beta.8",
"version": "6.0.0",
"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.8"
"react-router": "6.0.0"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "6.0.0-beta.8",
"version": "6.0.0",
"author": "Remix Software <hello@remix.run>",
"description": "Declarative routing for React",
"repository": {
Expand Down

0 comments on commit d85c049

Please sign in to comment.