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

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Jun 14, 2019
1 parent 242d216 commit f902ab9
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-link-batch-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-batch-http",
"version": "1.2.11",
"version": "1.2.12",
"description": "Batch HTTP transport layer for GraphQL",
"author": "Evans Hauser <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-batch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-batch",
"version": "1.1.12",
"version": "1.1.13",
"description": "Apollo Link that performs batching and operation on batched Operations",
"author": "Evans Hauser <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-context",
"version": "1.0.17",
"version": "1.0.18",
"description": "An easy way to set and cache context changes for Apollo Link",
"author": "James Baxley <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-dedup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-dedup",
"version": "1.0.18",
"version": "1.0.19",
"description": "Deduplicates queries that are currently on the wire",
"author": "Evans Hauser <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-error",
"version": "1.1.10",
"version": "1.1.11",
"description": "Error Apollo Link for GraphQL Network Stack",
"author": "James Baxley <[email protected]>",
"license": "MIT",
Expand Down
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.2.13",
"version": "0.2.14",
"description": "Http utilities for Apollo Link shared across all links using http",
"main": "./lib/index.js",
"module": "./lib/bundle.esm.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
@@ -1,6 +1,6 @@
{
"name": "apollo-link-http",
"version": "1.5.14",
"version": "1.5.15",
"description": "HTTP transport layer for GraphQL",
"author": "Evans Hauser <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-polling/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-link-polling",
"private": true,
"version": "1.0.17",
"version": "1.0.18",
"description": "Polling Apollo Link for GraphQL Network Stack",
"author": "Evans Hauser <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-retry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-retry",
"version": "2.2.13",
"version": "2.2.14",
"description": "Retry Apollo Link for GraphQL Network Stack",
"author": "Evans Hauser <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-schema",
"version": "1.2.2",
"version": "1.2.3",
"description": "Use a GraphQL Schema to request data",
"author": "Tomas Trescak <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-ws",
"version": "1.0.17",
"version": "1.0.18",
"description": "WebSocket transport layer for GraphQL",
"author": "Evans Hauser <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link",
"version": "1.2.11",
"version": "1.2.12",
"description": "Flexible, lightweight transport layer for GraphQL",
"author": "Evans Hauser <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/zen-observable-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zen-observable-ts",
"version": "0.8.18",
"version": "0.8.19",
"description": "An Implementation of ES Observables in Typescript",
"author": "Evans Hauser <[email protected]>",
"contributors": [],
Expand Down

0 comments on commit f902ab9

Please sign in to comment.