Skip to content

Commit 9a07756

Browse files
leebyronfacebook-github-bot
authored andcommitted
v1.0.0-alpha.4
Reviewed By: kassens Differential Revision: D4904177 fbshipit-source-id: 71a78caee4b7266725d51aa6ae3b9e1036968996
1 parent f00a1e2 commit 9a07756

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "relay",
33
"description": "A framework for building data-driven React applications.",
4-
"version": "1.0.0-alpha.3",
4+
"version": "1.0.0-alpha.4",
55
"license": "BSD-3-Clause",
66
"homepage": "https://facebook.github.io/relay/",
77
"bugs": "https://github.com/facebook/relay/issues",

packages/babel-plugin-relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-plugin-relay",
33
"description": "A Babel Plugin for use with Relay applications.",
4-
"version": "1.0.1-alpha.3",
4+
"version": "1.0.1-alpha.4",
55
"keywords": [
66
"graphql",
77
"relay",

packages/react-relay/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-relay",
33
"description": "A framework for building GraphQL-driven React applications.",
4-
"version": "1.0.0-alpha.3",
4+
"version": "1.0.0-alpha.4",
55
"keywords": [
66
"graphql",
77
"relay",
@@ -15,7 +15,7 @@
1515
"babel-runtime": "^6.23.0",
1616
"fbjs": "^0.8.1",
1717
"react-static-container": "^1.0.1",
18-
"relay-runtime": "1.0.0-alpha.3"
18+
"relay-runtime": "1.0.0-alpha.4"
1919
},
2020
"peerDependencies": {
2121
"react": "^15.0.0 || ^0.14.0"

packages/relay-compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "relay-compiler",
33
"description": "A compiler tool for building GraphQL-driven applications.",
4-
"version": "1.0.0-alpha.3",
4+
"version": "1.0.0-alpha.4",
55
"keywords": [
66
"graphql",
77
"relay"
@@ -23,7 +23,7 @@
2323
"fbjs": "^0.8.1",
2424
"graphql": "^0.9.1",
2525
"immutable": "^3.8.1",
26-
"relay-runtime": "1.0.0-alpha.3",
26+
"relay-runtime": "1.0.0-alpha.4",
2727
"signedsource": "^1.0.0",
2828
"yargs": "^7.0.2"
2929
}

packages/relay-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "relay-runtime",
33
"description": "A core runtime for building GraphQL-driven applications.",
4-
"version": "1.0.0-alpha.3",
4+
"version": "1.0.0-alpha.4",
55
"keywords": [
66
"graphql",
77
"relay"

0 commit comments

Comments
 (0)