Skip to content

Commit 2a7272f

Browse files
leebyronfacebook-github-bot
authored andcommitted
Bump to alpha.1
Reviewed By: wincent Differential Revision: D4808475 fbshipit-source-id: f02f2993bb78256cf5f6ad03027d0023b1dd4535
1 parent 1655cb8 commit 2a7272f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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": "react-relay",
33
"description": "A framework for building data-driven React applications.",
4-
"version": "1.0.0-alpha.0",
4+
"version": "1.0.0-alpha.1",
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.0-alpha.0",
4+
"version": "1.0.0-alpha.1",
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.0",
4+
"version": "1.0.0-alpha.1",
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.0"
18+
"relay-runtime": "1.0.0-alpha.1"
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.0",
4+
"version": "1.0.0-alpha.1",
55
"keywords": [
66
"graphql",
77
"relay"
@@ -20,6 +20,6 @@
2020
"fbjs": "^0.8.1",
2121
"graphql": "0.9.1",
2222
"immutable": "^3.8.1",
23-
"relay-runtime": "1.0.0-alpha.0"
23+
"relay-runtime": "1.0.0-alpha.1"
2424
}
2525
}

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.0",
4+
"version": "1.0.0-alpha.1",
55
"keywords": [
66
"graphql",
77
"relay"

website/core/SiteData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
'use strict';
1313

1414
module.exports = {
15-
version: '0.10.0',
15+
version: '1.0.0-alpha.1',
1616
};

0 commit comments

Comments
 (0)