Skip to content

Commit ae9a3ff

Browse files
steveluscherFacebook Github Bot 4
authored andcommitted
Bump version numbers for 0.9.2 release
Summary: Closes #1275 Reviewed By: kassens Differential Revision: D3544741 Pulled By: steveluscher fbshipit-source-id: 06dba199e879549dc9a5cf3d6d3973a178d57f04
1 parent 56d8c77 commit ae9a3ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 data-driven React applications.",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"keywords": [
66
"graphql",
77
"react",
@@ -34,7 +34,7 @@
3434
"react-static-container": "^1.0.1"
3535
},
3636
"peerDependencies": {
37-
"babel-relay-plugin": "0.9.1",
37+
"babel-relay-plugin": "0.9.2",
3838
"react": "^15.0.0 || ^0.14.0"
3939
},
4040
"devDependencies": {

scripts/babel-relay-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-relay-plugin",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Babel Relay Plugin for transpiling GraphQL queries for use with Relay.",
55
"license": "BSD-3-Clause",
66
"repository": "facebook/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.9.1',
15+
version: '0.9.2',
1616
};

0 commit comments

Comments
 (0)