Skip to content

Commit

Permalink
Prepare v0.10.0 release
Browse files Browse the repository at this point in the history
Reviewed By: josephsavona

Differential Revision: D4314573

fbshipit-source-id: ea48f261e404329de0de529ca1061355d680e7c5
  • Loading branch information
wincent authored and Facebook Github Bot committed Dec 12, 2016
1 parent 0d92815 commit cb23da2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# master
## 0.10.0 (December 12, 2016)

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

## 0.9.3 (September 1, 2016)

Expand Down
4 changes: 2 additions & 2 deletions 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": "0.9.3",
"version": "0.10.0",
"keywords": [
"graphql",
"react",
Expand Down Expand Up @@ -34,7 +34,7 @@
"react-static-container": "^1.0.1"
},
"peerDependencies": {
"babel-relay-plugin": "0.9.3",
"babel-relay-plugin": "0.10.0",
"react": "^15.0.0 || ^0.14.0"
},
"devDependencies": {
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.9.3',
version: '0.10.0',
};

0 comments on commit cb23da2

Please sign in to comment.