Skip to content

Commit 77dc0f5

Browse files
committed
v0.7.7
1 parent 44f686e commit 77dc0f5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bundle-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bundle-test",
33
"private": true,
4-
"version": "0.7.6",
4+
"version": "0.7.7",
55
"main": "dist/index.js",
66
"license": "MIT",
77
"scripts": {

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.11.0",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-modules/core",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"test": "jest --config ../../jest.config.js"
1212
},
1313
"dependencies": {
14-
"@graphql-modules/di": "0.7.6",
14+
"@graphql-modules/di": "0.7.7",
1515
"apollo-server-caching": "0.4.0",
1616
"graphql-toolkit": "0.3.1",
1717
"tslib": "1.10.0"

packages/di/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-modules/di",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"license": "MIT",

packages/graphql-modules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-modules",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"license": "MIT",
@@ -15,7 +15,7 @@
1515
"typescript": "3.5.2"
1616
},
1717
"dependencies": {
18-
"@graphql-modules/core": "0.7.6",
18+
"@graphql-modules/core": "0.7.7",
1919
"tslib": "1.10.0"
2020
},
2121
"sideEffects": false,

0 commit comments

Comments
 (0)