Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
 - @absinthe/socket-apollo-link@0.1.11
 - @absinthe/socket-graphiql@0.1.5
 - @absinthe/socket-relay@0.1.11
 - @absinthe/socket@0.1.10
  • Loading branch information
mgtitimoli committed Jan 3, 2018
1 parent a19b2bd commit 88a8322
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/socket-apollo-link/package.json
@@ -1,6 +1,6 @@
{
"name": "@absinthe/socket-apollo-link",
"version": "0.1.10",
"version": "0.1.11",
"description": "Absinthe Socket Apollo Link",
"module": "dist/index.js",
"main": "compat/cjs/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"utils"
],
"dependencies": {
"@absinthe/socket": "0.1.9",
"@absinthe/socket": "0.1.10",
"apollo-link": "1.0.0",
"babel-runtime": "6.26.0",
"flow-static-land": "0.2.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/socket-graphiql/package.json
@@ -1,6 +1,6 @@
{
"name": "@absinthe/socket-graphiql",
"version": "0.1.4",
"version": "0.1.5",
"description": "Socket GraphiQL Utilities",
"module": "dist/index.js",
"main": "compat/cjs/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"utils"
],
"dependencies": {
"@absinthe/socket": "0.1.9",
"@absinthe/socket": "0.1.10",
"@jumpn/utils-graphql": "0.5.3",
"babel-runtime": "6.26.0",
"phoenix": "1.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/socket-relay/package.json
@@ -1,6 +1,6 @@
{
"name": "@absinthe/socket-relay",
"version": "0.1.10",
"version": "0.1.11",
"description": "Absinthe Socket Relay",
"module": "dist/index.js",
"main": "src/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"utils"
],
"dependencies": {
"@absinthe/socket": "0.1.9",
"@absinthe/socket": "0.1.10",
"@jumpn/utils-graphql": "0.5.3",
"@jumpn/utils-promise": "0.3.1",
"babel-runtime": "6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/socket/package.json
@@ -1,6 +1,6 @@
{
"name": "@absinthe/socket",
"version": "0.1.9",
"version": "0.1.10",
"description": "Absinthe Socket",
"module": "dist/index.js",
"main": "compat/cjs/index.js",
Expand Down

0 comments on commit 88a8322

Please sign in to comment.