Skip to content

Commit ec68d8d

Browse files
7.1.4
1 parent 1aa1db1 commit ec68d8d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/graphql-zeus-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-zeus-core",
3-
"version": "7.1.3",
3+
"version": "7.1.4",
44
"private": false,
55
"main": "./lib/index.js",
66
"author": "GraphQL Editor, Artur Czemiel",

packages/graphql-zeus-jsonschema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-zeus-jsonschema",
3-
"version": "7.1.3",
3+
"version": "7.1.4",
44
"private": false,
55
"main": "./lib/index.js",
66
"author": "GraphQL Editor, Artur Czemiel",

packages/graphql-zeus/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-zeus",
3-
"version": "7.1.3",
3+
"version": "7.1.4",
44
"private": false,
55
"scripts": {
66
"start": "ttsc --watch",
@@ -27,8 +27,8 @@
2727
"config-maker": "^0.0.6",
2828
"cross-fetch": "^3.0.4",
2929
"graphql-js-tree": "^3.0.4",
30-
"graphql-zeus-core": "^7.1.3",
31-
"graphql-zeus-jsonschema": "^7.1.3",
30+
"graphql-zeus-core": "^7.1.4",
31+
"graphql-zeus-jsonschema": "^7.1.4",
3232
"yargs": "^16.1.1"
3333
}
3434
}

0 commit comments

Comments
 (0)