Skip to content

Commit 776a901

Browse files
committed
v0.7.14
1 parent 6090c9c commit 776a901

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bundle-test/package.json

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.11.0",
3-
"version": "0.7.13",
3+
"version": "0.7.14",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-modules/core",
3-
"version": "0.7.13",
3+
"version": "0.7.14",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"license": "MIT",
@@ -11,10 +11,10 @@
1111
"test": "jest --config ../../jest.config.js"
1212
},
1313
"dependencies": {
14-
"@graphql-modules/di": "0.7.13",
15-
"apollo-server-caching": "0.5.1",
14+
"@graphql-modules/di": "0.7.14",
1615
"@graphql-toolkit/common": "0.8.0",
1716
"@graphql-toolkit/schema-merging": "0.8.0",
17+
"apollo-server-caching": "0.5.1",
1818
"tslib": "1.10.0"
1919
},
2020
"peerDependencies": {

packages/di/package.json

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

0 commit comments

Comments
 (0)