Skip to content

Commit

Permalink
Bump to alpha.1
Browse files Browse the repository at this point in the history
Reviewed By: wincent

Differential Revision: D4808475

fbshipit-source-id: f02f2993bb78256cf5f6ad03027d0023b1dd4535
  • Loading branch information
leebyron authored and facebook-github-bot committed Mar 31, 2017
1 parent 1655cb8 commit 2a7272f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-relay",
"description": "A framework for building data-driven React applications.",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"license": "BSD-3-Clause",
"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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-plugin-relay",
"description": "A Babel Plugin for use with Relay applications.",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"keywords": [
"graphql",
"relay",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-relay",
"description": "A framework for building GraphQL-driven React applications.",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"keywords": [
"graphql",
"relay",
Expand All @@ -15,7 +15,7 @@
"babel-runtime": "^6.23.0",
"fbjs": "^0.8.1",
"react-static-container": "^1.0.1",
"relay-runtime": "1.0.0-alpha.0"
"relay-runtime": "1.0.0-alpha.1"
},
"peerDependencies": {
"react": "^15.0.0 || ^0.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/relay-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "relay-compiler",
"description": "A compiler tool for building GraphQL-driven applications.",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"keywords": [
"graphql",
"relay"
Expand All @@ -20,6 +20,6 @@
"fbjs": "^0.8.1",
"graphql": "0.9.1",
"immutable": "^3.8.1",
"relay-runtime": "1.0.0-alpha.0"
"relay-runtime": "1.0.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion packages/relay-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "relay-runtime",
"description": "A core runtime for building GraphQL-driven applications.",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"keywords": [
"graphql",
"relay"
Expand Down
2 changes: 1 addition & 1 deletion website/core/SiteData.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
'use strict';

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

0 comments on commit 2a7272f

Please sign in to comment.