Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
apollo-link-http-common: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser authored and evans committed Feb 17, 2018
1 parent 50b78ee commit 80bb129
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-link-batch-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"apollo-link": "^1.1.0",
"apollo-link-batch": "^1.0.5",
"apollo-link-http-common": "^0.1.0"
"apollo-link-http-common": "^0.2.0"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.3 || ^0.13.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/apollo-link-http-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Change log

### v0.2.0
- rename serializeFetchBody to serializeFetchParameter and take a label argument
2 changes: 1 addition & 1 deletion packages/apollo-link-http-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-http-common",
"version": "0.1.0",
"version": "0.2.0",
"description":
"Http utilities for Apollo Link shared across all links using http",
"main": "./lib/bundle.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"apollo-link": "^1.1.0",
"apollo-link-http-common": "^0.1.0"
"apollo-link-http-common": "^0.2.0"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0"
Expand Down

0 comments on commit 80bb129

Please sign in to comment.