From 073bd9d24d653d5130c19b69b1e4bb458512cdc6 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Thu, 13 Apr 2017 16:19:44 -0700 Subject: [PATCH 1/2] Fix vs code settings --- .vscode/settings.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 61557ae5a9..dc9f868e2f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,12 +4,10 @@ "editor.rulers": [100], "files.trimTrailingWhitespace": true, "files.insertFinalNewline": true, - "editor.wrappingColumn": -1, "files.exclude": { "**/.git": true, "**/.DS_Store": true, "node_modules": false, - "scripts": true, "test-lib": true, "lib": false, ".gitignore": true, From 431a2fb1c6e4dde6ebcb8fb82c4a5452ccb54e34 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Thu, 13 Apr 2017 16:24:03 -0700 Subject: [PATCH 2/2] Add graphql-tag upgrade to changelog --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 9e7ccda100..3d68ece6c9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ Expect active development and potentially significant breaking changes in the `0.x` track. We'll try to be diligent about releasing a `1.0` version in a timely fashion (ideally within 1 or 2 months), so that we can take advantage of SemVer to signify breaking changes from that point on. ### vNext +- Switch `graphql-tag` dependency to `2.0.0`. This isn't really a breaking change because we only export `gql` from `react-apollo`. - Fix: convert deprecated `React.PropTypes` to `PropTypes` provided by the `prop-types` package. [PR #628](https://github.com/apollographql/react-apollo/pull/628) ### 1.0.2