Skip to content

Commit 065950c

Browse files
committed
v4.4.0-beta.7
1 parent 5fb7c1b commit 065950c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages": ["packages/*", "website"],
3-
"version": "4.4.0-beta.6"
3+
"version": "4.4.0-beta.7"
44
}

packages/react-router-config/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-config",
3-
"version": "4.4.0-beta.6",
3+
"version": "4.4.0-beta.7",
44
"description": "Static route config matching for React Router",
55
"repository": "ReactTraining/react-router",
66
"license": "MIT",
@@ -49,7 +49,7 @@
4949
"raf": "^3.4.0",
5050
"react": "^16.5.2",
5151
"react-dom": "^16.5.2",
52-
"react-router": "^4.4.0-beta.6",
52+
"react-router": "^4.4.0-beta.7",
5353
"rollup": "^0.66.6",
5454
"rollup-plugin-babel": "^4.0.3",
5555
"rollup-plugin-commonjs": "^9.1.3",

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": "4.4.0-beta.6",
3+
"version": "4.4.0-beta.7",
44
"description": "DOM bindings for React Router",
55
"repository": "ReactTraining/react-router",
66
"license": "MIT",
@@ -47,7 +47,7 @@
4747
"history": "^4.8.0-beta.0",
4848
"loose-envify": "^1.3.1",
4949
"prop-types": "^15.6.2",
50-
"react-router": "^4.4.0-beta.6",
50+
"react-router": "^4.4.0-beta.7",
5151
"tiny-invariant": "^1.0.2",
5252
"tiny-warning": "^1.0.0"
5353
},

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": "4.4.0-beta.6",
3+
"version": "4.4.0-beta.7",
44
"description": "React Native bindings for React Router",
55
"repository": "ReactTraining/react-router",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"prop-types": "^15.6.1",
32-
"react-router": "^4.4.0-beta.6"
32+
"react-router": "^4.4.0-beta.7"
3333
},
3434
"devDependencies": {
3535
"babel-jest": "^23.6.0",

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": "4.4.0-beta.6",
3+
"version": "4.4.0-beta.7",
44
"description": "Declarative routing for React",
55
"repository": "ReactTraining/react-router",
66
"license": "MIT",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "react-router-website",
4-
"version": "4.4.0-beta.6",
4+
"version": "4.4.0-beta.7",
55
"scripts": {
66
"build": "NODE_ENV=production webpack -p",
77
"start": "webpack-dev-server --inline --host 0.0.0.0"

0 commit comments

Comments
 (0)