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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - apollo-link-core@0.4.0
 - apollo-link-dedup@0.2.0
 - apollo-link-http@0.4.0
 - apollo-link-polling@0.4.0
 - apollo-link-retry@0.4.0
 - apollo-link-set-context@0.4.0
 - apollo-link-ws@0.2.0
 - apollo-link@0.4.0
 - zen-observable-ts@0.3.0
  • Loading branch information
evans committed Aug 9, 2017
1 parent afcdb45 commit b7d24db
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions packages/apollo-link-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-core",
"version": "0.3.1",
"version": "0.4.0",
"description": "Flexible, lightweight transport layer for GraphQL",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"graphql": "^0.10.3",
"graphql-tag": "^2.4.2",
"zen-observable-ts": "^0.2.0"
"zen-observable-ts": "^0.3.0"
},
"devDependencies": {
"@types/chai": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 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.1.1",
"version": "0.2.0",
"description": "Deduplicates queries that are currently on the wire",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"apollo-fetch": "^0.6.0",
"apollo-link-core": "^0.3.1",
"apollo-link-core": "^0.4.0",
"graphql": "^0.10.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.3.1",
"version": "0.4.0",
"description": "HTTP transport layer for GraphQL",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"apollo-fetch": "^0.6.0",
"apollo-link-core": "^0.3.1",
"apollo-link-core": "^0.4.0",
"graphql": "^0.10.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.3.1",
"version": "0.4.0",
"description": "Polling Apollo Link for GraphQL Network Stack",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"apollo-link-core": "^0.3.1"
"apollo-link-core": "^0.4.0"
},
"devDependencies": {
"@types/chai": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 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.3.1",
"version": "0.4.0",
"description": "Retry Apollo Link for GraphQL Network Stack",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"apollo-link-core": "^0.3.1"
"apollo-link-core": "^0.4.0"
},
"devDependencies": {
"@types/chai": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-link-set-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-set-context",
"version": "0.3.1",
"version": "0.4.0",
"description": "Apollo Link that enables context setting",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"apollo-link-core": "^0.3.1"
"apollo-link-core": "^0.4.0"
},
"devDependencies": {
"@types/chai": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 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.1.1",
"version": "0.2.0",
"description": "WebSocket transport layer for GraphQL",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"apollo-link-core": "^0.3.1",
"apollo-link-core": "^0.4.0",
"subscriptions-transport-ws": "^0.8.2"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 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.3.1",
"version": "0.4.0",
"description": "Flexible, lightweight transport layer for GraphQL",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -39,13 +39,13 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"apollo-link-core": "^0.3.1",
"apollo-link-dedup": "^0.1.1",
"apollo-link-http": "^0.3.1",
"apollo-link-polling": "^0.3.1",
"apollo-link-retry": "^0.3.1",
"apollo-link-set-context": "^0.3.1",
"apollo-link-ws": "^0.1.1"
"apollo-link-core": "^0.4.0",
"apollo-link-dedup": "^0.2.0",
"apollo-link-http": "^0.4.0",
"apollo-link-polling": "^0.4.0",
"apollo-link-retry": "^0.4.0",
"apollo-link-set-context": "^0.4.0",
"apollo-link-ws": "^0.2.0"
},
"devDependencies": {
"@types/chai": "^4.0.0",
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.2.0",
"version": "0.3.0",
"description": "An Implementation of ES Observables in Typescript",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [],
Expand Down

0 comments on commit b7d24db

Please sign in to comment.