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
 - apollo-link-batch-http@0.3.0
 - apollo-link-batch@0.3.0
 - apollo-link-dedup@0.5.0
 - apollo-link-error@0.1.0
 - apollo-link-http@0.7.0
 - apollo-link-polling@0.7.0
 - apollo-link-retry@0.7.0
 - apollo-link-ws@0.5.0
 - apollo-link@0.7.0
 - zen-observable-ts@0.5.0
  • Loading branch information
James Baxley committed Oct 3, 2017
1 parent c7eb01c commit adf6806
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions 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": "0.2.1-beta.6",
"version": "0.3.0",
"description": "Batch HTTP transport layer for GraphQL",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -41,16 +41,16 @@
},
"dependencies": {
"apollo-fetch": "^0.6.0",
"apollo-link-batch": "^0.2.1-beta.6",
"apollo-link-batch": "^0.3.0",
"graphql": "^0.11.0"
},
"peerDependencies": {
"apollo-link": "^0.6.1-beta.6"
"apollo-link": "^0.7.0"
},
"devDependencies": {
"@types/graphql": "0.11.4",
"@types/jest": "21.1.1",
"apollo-link": "^0.6.1-beta.6",
"apollo-link": "^0.7.0",
"browserify": "14.4.0",
"fetch-mock": "5.12.2",
"graphql": "0.11.6",
Expand Down
6 changes: 3 additions & 3 deletions 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": "0.2.1-beta.6",
"version": "0.3.0",
"description":
"Apollo Link that performs batching and operation on batched Operations",
"author": "Evans Hauser <evanshauser@gmail.com>",
Expand Down Expand Up @@ -41,12 +41,12 @@
"watch": "tsc -w -p ."
},
"peerDependencies": {
"apollo-link": "^0.6.1-beta.6"
"apollo-link": "^0.7.0"
},
"devDependencies": {
"@types/graphql": "0.11.4",
"@types/jest": "21.1.1",
"apollo-link": "^0.6.1-beta.6",
"apollo-link": "^0.7.0",
"browserify": "14.4.0",
"fetch-mock": "5.12.2",
"graphql": "0.11.6",
Expand Down
6 changes: 3 additions & 3 deletions 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": "0.4.1-beta.6",
"version": "0.5.0",
"description": "Deduplicates queries that are currently on the wire",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -43,12 +43,12 @@
"graphql": "^0.11.0"
},
"peerDependencies": {
"apollo-link": "^0.6.1-beta.6"
"apollo-link": "^0.7.0"
},
"devDependencies": {
"@types/graphql": "0.11.4",
"@types/jest": "21.1.1",
"apollo-link": "^0.6.1-beta.6",
"apollo-link": "^0.7.0",
"browserify": "14.4.0",
"graphql": "0.11.6",
"graphql-tag": "2.4.2",
Expand Down
6 changes: 3 additions & 3 deletions 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": "0.1.0-beta.0",
"version": "0.1.0",
"description": "Error Apollo Link for GraphQL Network Stack",
"author": "James Baxley <james@meteor.com>",
"license": "MIT",
Expand Down Expand Up @@ -34,12 +34,12 @@
"watch": "tsc -w -p ."
},
"peerDependencies": {
"apollo-link": "^0.6.1-beta.6"
"apollo-link": "^0.7.0"
},
"devDependencies": {
"@types/graphql": "0.10.2",
"@types/jest": "^20.0.8",
"apollo-link": "^0.6.1-beta.6",
"apollo-link": "^0.7.0",
"browserify": "^14.4.0",
"graphql": "0.10.5",
"graphql-tag": "2.4.2",
Expand Down
6 changes: 3 additions & 3 deletions 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": "0.6.1-beta.6",
"version": "0.7.0",
"description": "HTTP transport layer for GraphQL",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -44,12 +44,12 @@
"graphql": "^0.11.0"
},
"peerDependencies": {
"apollo-link": "^0.6.1-beta.6"
"apollo-link": "^0.7.0"
},
"devDependencies": {
"@types/graphql": "0.11.4",
"@types/jest": "21.1.1",
"apollo-link": "^0.6.1-beta.6",
"apollo-link": "^0.7.0",
"browserify": "14.4.0",
"fetch-mock": "5.12.2",
"graphql": "0.11.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/apollo-link-polling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-polling",
"version": "0.6.1-beta.6",
"version": "0.7.0",
"description": "Polling Apollo Link for GraphQL Network Stack",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -40,12 +40,12 @@
"watch": "tsc -w -p ."
},
"peerDependencies": {
"apollo-link": "^0.6.1-beta.6"
"apollo-link": "^0.7.0"
},
"devDependencies": {
"@types/graphql": "0.11.4",
"@types/jest": "21.1.1",
"apollo-link": "^0.6.1-beta.6",
"apollo-link": "^0.7.0",
"browserify": "14.4.0",
"graphql": "0.11.6",
"graphql-tag": "2.4.2",
Expand Down
6 changes: 3 additions & 3 deletions 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": "0.6.1-beta.6",
"version": "0.7.0",
"description": "Retry Apollo Link for GraphQL Network Stack",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -40,12 +40,12 @@
"watch": "tsc -w -p ."
},
"peerDependencies": {
"apollo-link": "^0.6.1-beta.6"
"apollo-link": "^0.7.0"
},
"devDependencies": {
"@types/graphql": "0.11.4",
"@types/jest": "21.1.1",
"apollo-link": "^0.6.1-beta.6",
"apollo-link": "^0.7.0",
"browserify": "14.4.0",
"graphql": "0.11.6",
"graphql-tag": "2.4.2",
Expand Down
6 changes: 3 additions & 3 deletions 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": "0.4.1-beta.6",
"version": "0.5.0",
"description": "WebSocket transport layer for GraphQL",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -43,12 +43,12 @@
"subscriptions-transport-ws": "^0.9.0"
},
"peerDependencies": {
"apollo-link": "^0.6.1-beta.6"
"apollo-link": "^0.7.0"
},
"devDependencies": {
"@types/graphql": "0.11.4",
"@types/jest": "21.1.1",
"apollo-link": "^0.6.1-beta.6",
"apollo-link": "^0.7.0",
"browserify": "14.4.0",
"graphql": "0.11.6",
"graphql-tag": "2.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link",
"version": "0.6.1-beta.6",
"version": "0.7.0",
"description": "Flexible, lightweight transport layer for GraphQL",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"apollo-utilities": "^0.2.0-beta.0",
"graphql": "^0.11.3",
"zen-observable-ts": "^0.4.3-beta.4"
"zen-observable-ts": "^0.5.0"
},
"devDependencies": {
"@types/graphql": "0.11.4",
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.4.3-beta.4",
"version": "0.5.0",
"description": "An Implementation of ES Observables in Typescript",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [],
Expand Down

0 comments on commit adf6806

Please sign in to comment.