Skip to content

Commit

Permalink
v1.5.0-rc.1
Browse files Browse the repository at this point in the history
Summary:
Update version to v1.5.0-rc.1 release candidate
Closes #2282

Reviewed By: kassens

Differential Revision: D6730732

Pulled By: jstejada

fbshipit-source-id: 4819a636e3c8ae24efbaaa149b85cab5b484f457
  • Loading branch information
Juan Tejada authored and facebook-github-bot committed Jan 16, 2018
1 parent 62317e3 commit 4c8b8de
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "relay",
"description": "A framework for building data-driven React applications.",
"version": "1.4.1",
"version": "1.5.0-rc.1",
"license": "MIT",
"homepage": "https://facebook.github.io/relay/",
"bugs": "https://github.com/facebook/relay/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-relay/package.json
@@ -1,7 +1,7 @@
{
"name": "babel-plugin-relay",
"description": "A Babel Plugin for use with Relay applications.",
"version": "1.4.1",
"version": "1.5.0-rc.1",
"keywords": [
"graphql",
"relay",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-relay/package.json
@@ -1,7 +1,7 @@
{
"name": "react-relay",
"description": "A framework for building GraphQL-driven React applications.",
"version": "1.4.1",
"version": "1.5.0-rc.1",
"keywords": [
"graphql",
"relay",
Expand All @@ -15,7 +15,7 @@
"babel-runtime": "^6.23.0",
"fbjs": "^0.8.14",
"prop-types": "^15.5.8",
"relay-runtime": "1.4.1"
"relay-runtime": "1.5.0-rc.1"
},
"peerDependencies": {
"react": "^16.0.0-a || ^15.0.0 || ^0.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/relay-compiler/package.json
@@ -1,7 +1,7 @@
{
"name": "relay-compiler",
"description": "A compiler tool for building GraphQL-driven applications.",
"version": "1.4.1",
"version": "1.5.0-rc.1",
"keywords": [
"graphql",
"relay"
Expand All @@ -28,7 +28,7 @@
"fbjs": "^0.8.14",
"graphql": "^0.12.3",
"immutable": "~3.7.6",
"relay-runtime": "1.4.1",
"relay-runtime": "1.5.0-rc.1",
"signedsource": "^1.0.0",
"yargs": "^9.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/relay-runtime/package.json
@@ -1,7 +1,7 @@
{
"name": "relay-runtime",
"description": "A core runtime for building GraphQL-driven applications.",
"version": "1.4.1",
"version": "1.5.0-rc.1",
"keywords": [
"graphql",
"relay"
Expand All @@ -15,6 +15,6 @@
"fbjs": "^0.8.14"
},
"peerDependencies": {
"relay-compiler": "1.4.1"
"relay-compiler": "1.5.0-rc.1"
}
}
}
6 changes: 3 additions & 3 deletions packages/relay-test-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "relay-test-utils",
"description": "Utilities for testing Relay applications.",
"version": "1.4.1",
"version": "1.5.0-rc.1",
"keywords": [
"graphql",
"relay"
Expand All @@ -14,8 +14,8 @@
"babel-runtime": "^6.23.0",
"fbjs": "^0.8.14",
"prop-types": "^15.5.8",
"relay-runtime": "1.4.1",
"relay-compiler": "1.4.1"
"relay-runtime": "1.5.0-rc.1",
"relay-compiler": "1.5.0-rc.1"
},
"haste_commonjs": true
}

0 comments on commit 4c8b8de

Please sign in to comment.