Skip to content

Commit c7df007

Browse files
steveluscherfacebook-github-bot-2
authored andcommitted
Bump versions to 0.7.1 for release and update CHANGELOG
Summary: Closes #852 Reviewed By: yungsters Differential Revision: D2952798 fb-gh-sync-id: e45648c12c90a417fe0eacb1b832b43a9acb77c8 shipit-source-id: e45648c12c90a417fe0eacb1b832b43a9acb77c8
1 parent 1317925 commit c7df007

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## master
22

3+
## 0.7.1 (February 18, 2016)
4+
5+
* Having fixed a bug, now you can *actually* interpolate an array of fragments
6+
into a `Relay.QL` query. eg. `${containers.map(c => c.getFragment('foo'))}`
7+
38
## 0.7.0 (February 12, 2016)
49

510
* Eliminated a race condition that would cause `RelayGarbageCollector` to fatal

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.7.0",
4+
"version": "0.7.1",
55
"keywords": [
66
"graphql",
77
"react",
@@ -33,7 +33,7 @@
3333
"react-static-container": "^1.0.0-alpha.1"
3434
},
3535
"peerDependencies": {
36-
"babel-relay-plugin": "0.7.0",
36+
"babel-relay-plugin": "0.7.1",
3737
"react": "^0.14.0"
3838
},
3939
"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.7.0",
3+
"version": "0.7.1",
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
@@ -10,5 +10,5 @@
1010
*/
1111

1212
module.exports = {
13-
version: '0.7.0'
13+
version: '0.7.1'
1414
};

0 commit comments

Comments
 (0)