From bda06864c4717680fd5a5098842563783d445638 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Wed, 17 Jan 2018 13:19:18 +1100 Subject: [PATCH] Version 7.0.0-alpha.3. --- changelog.md | 2 +- package.json | 2 +- readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index a230c18..3a49b24 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # apollo-upload-client changelog -## Next +## 7.0.0-alpha.3 * Updated dependencies. * [`extract-files` v3](https://github.com/jaydenseric/extract-files/releases/tag/v3.0.0) replaces files extracted from properties with `null` instead of deleting the property; see [jaydenseric/extract-files#4](https://github.com/jaydenseric/extract-files/issues/4). This improves compliance with the [GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec). It’s not a breaking change for `apollo-upload-server`, but it might be for other implementations. diff --git a/package.json b/package.json index 3102809..fcbcf45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-upload-client", - "version": "7.0.0-alpha.2", + "version": "7.0.0-alpha.3", "description": "Enhances Apollo Client for intuitive file uploads via GraphQL mutations.", "license": "MIT", "author": { diff --git a/readme.md b/readme.md index 993ca1f..49c6394 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -![Apollo upload logo](https://cdn.rawgit.com/jaydenseric/apollo-upload-client/v7.0.0-alpha.2/apollo-upload-logo.svg) +![Apollo upload logo](https://cdn.rawgit.com/jaydenseric/apollo-upload-client/v7.0.0-alpha.3/apollo-upload-logo.svg) # apollo-upload-client