Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 17, 2018
1 parent 9de68cc commit 71e404d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions examples/basic-with-dependency-injection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples-di",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -9,9 +9,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-modules/core": "0.2.3",
"@graphql-modules/epoxy": "0.2.3",
"@graphql-modules/sonar": "0.2.3",
"@graphql-modules/core": "0.2.4",
"@graphql-modules/epoxy": "0.2.4",
"@graphql-modules/sonar": "0.2.4",
"apollo-server": "2.1.0",
"graphql": "14.0.2",
"reflect-metadata": "0.1.12",
Expand Down
8 changes: 4 additions & 4 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples-basic",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -9,9 +9,9 @@
"build": "tsc"
},
"dependencies": {
"@graphql-modules/core": "0.2.3",
"@graphql-modules/epoxy": "0.2.3",
"@graphql-modules/sonar": "0.2.3",
"@graphql-modules/core": "0.2.4",
"@graphql-modules/epoxy": "0.2.4",
"@graphql-modules/sonar": "0.2.4",
"apollo-server": "2.1.0",
"graphql": "14.0.2",
"reflect-metadata": "0.1.12",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "0.2.3",
"version": "0.2.4",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/core",
"version": "0.2.3",
"version": "0.2.4",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"reflect-metadata": "0.1.12"
},
"dependencies": {
"@graphql-modules/epoxy": "0.2.3",
"@graphql-modules/sonar": "0.2.3",
"@graphql-modules/epoxy": "0.2.4",
"@graphql-modules/sonar": "0.2.4",
"dependency-graph": "0.7.2",
"graphql-tools": "4.0.3",
"tslib": "1.9.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/epoxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/epoxy",
"version": "0.2.3",
"version": "0.2.4",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sonar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/sonar",
"version": "0.2.3",
"version": "0.2.4",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 71e404d

Please sign in to comment.