Skip to content

Commit

Permalink
v0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 2, 2019
1 parent 44f686e commit 77dc0f5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bundle-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bundle-test",
"private": true,
"version": "0.7.6",
"version": "0.7.7",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
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.7.6",
"version": "0.7.7",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 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.7.6",
"version": "0.7.7",
"repository": "https://github.com/Urigo/graphql-modules.git",
"homepage": "https://graphql-modules.com/",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"test": "jest --config ../../jest.config.js"
},
"dependencies": {
"@graphql-modules/di": "0.7.6",
"@graphql-modules/di": "0.7.7",
"apollo-server-caching": "0.4.0",
"graphql-toolkit": "0.3.1",
"tslib": "1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/di",
"version": "0.7.6",
"version": "0.7.7",
"repository": "https://github.com/Urigo/graphql-modules.git",
"homepage": "https://graphql-modules.com/",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-modules",
"version": "0.7.6",
"version": "0.7.7",
"repository": "https://github.com/Urigo/graphql-modules.git",
"homepage": "https://graphql-modules.com/",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"typescript": "3.5.2"
},
"dependencies": {
"@graphql-modules/core": "0.7.6",
"@graphql-modules/core": "0.7.7",
"tslib": "1.10.0"
},
"sideEffects": false,
Expand Down

0 comments on commit 77dc0f5

Please sign in to comment.