Skip to content

Commit cb23da2

Browse files
wincentFacebook Github Bot
authored andcommitted
Prepare v0.10.0 release
Reviewed By: josephsavona Differential Revision: D4314573 fbshipit-source-id: ea48f261e404329de0de529ca1061355d680e7c5
1 parent 0d92815 commit cb23da2

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
# master
1+
## 0.10.0 (December 12, 2016)
22

3-
* Update `babel-relay-plugin` to use `[email protected]`, which supports the latest
4-
revision of the GraphQL specification.
3+
* Update `babel-relay-plugin` to use `[email protected]`, which supports the latest revision of the GraphQL specification.
54
* Fix an issue with custom scalar field arguments not printing correctly.
5+
* Promoted `RelayGraphQLMutation` to public API.
6+
* Added `rollback` method to `RelayGraphQLMutation`.
7+
* Added initial preparatory changes for moving to the new Relay API methods in a future release (eg. `BabelPluginGraphQL`).
8+
* Avoid unnecessary un-ready updates.
9+
* Add `graphiqlPrinter` argument to the `RelayNetworkDebug` constructor that can be used to print a link to view the request in GraphiQL.
10+
* Fix problem using "node" as a key in a mutation response payload.
611

712
## 0.9.3 (September 1, 2016)
813

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.3",
4+
"version": "0.10.0",
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.3",
37+
"babel-relay-plugin": "0.10.0",
3838
"react": "^15.0.0 || ^0.14.0"
3939
},
4040
"devDependencies": {

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.3',
15+
version: '0.10.0',
1616
};

0 commit comments

Comments
 (0)