Skip to content

Commit 0d61785

Browse files
authored
Release v4.0.0 (#1191)
1 parent 8ea54f9 commit 0d61785

File tree

19 files changed

+49
-49
lines changed

19 files changed

+49
-49
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-cli-integration-test",
3-
"version": "4.0.1-beta.6",
3+
"version": "4.0.0",
44
"license": "MIT",
55
"private": true,
66
"main": "dist/index.js",
@@ -29,4 +29,4 @@
2929
"ts-node/register"
3030
]
3131
}
32-
}
32+
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.1-beta.6",
2+
"version": "4.0.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-cli-monorepo",
3-
"version": "4.0.1-beta.5",
3+
"version": "4.0.0",
44
"private": true,
55
"author": "dotansimha <dotansimha@gmail.com>",
66
"license": "MIT",
@@ -57,4 +57,4 @@
5757
"resolutions": {
5858
"graphql": "15.0.0"
5959
}
60-
}
60+
}

packages/cli/.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/cli/package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "graphql-cli",
33
"description": "Command line tool for common GraphQL development workflows",
4-
"keywords": ["graphql", "graphql-cli", "cli"],
4+
"keywords": [
5+
"graphql",
6+
"graphql-cli",
7+
"cli"
8+
],
59
"repository": {
610
"type": "git",
711
"url": "https://github.com/Urigo/graphql-cli"
@@ -11,7 +15,7 @@
1115
"email": "uri.goldshtein@gmail.com",
1216
"url": "https://github.com/Urigo"
1317
},
14-
"version": "4.0.1-beta.6",
18+
"version": "4.0.0",
1519
"license": "MIT",
1620
"main": "dist/index.js",
1721
"publishConfig": {
@@ -25,11 +29,11 @@
2529
"build": "tsc"
2630
},
2731
"dependencies": {
28-
"@graphql-cli/common": "4.0.1-beta.6",
29-
"@graphql-cli/init": "4.0.1-beta.6",
32+
"@graphql-cli/common": "4.0.0",
33+
"@graphql-cli/init": "4.0.0",
3034
"open": "7.0.4",
3135
"globby": "11.0.1",
3236
"graphql-config": "3.0.2",
3337
"yargs": "15.3.1"
3438
}
35-
}
39+
}

packages/commands/generate/.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/commands/generate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@graphql-cli/generate",
33
"description": "Generate DB, schema, document and resolvers for your GraphQL project by using GraphBack.",
4-
"version": "4.0.1-beta.6",
4+
"version": "4.0.0",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"repository": {
@@ -23,9 +23,9 @@
2323
"graphql": "15.0.0"
2424
},
2525
"dependencies": {
26-
"@graphql-cli/common": "4.0.1-beta.6",
26+
"@graphql-cli/common": "4.0.0",
2727
"graphback-cli": "0.12.0",
2828
"graphql-migrations": "0.12.0",
2929
"tslib": "2.0.0"
3030
}
31-
}
31+
}

packages/commands/init/.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/commands/init/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@graphql-cli/init",
33
"description": "Creates a GraphQL project using a template or GraphQL Config file for your existing project.",
4-
"version": "4.0.1-beta.6",
4+
"version": "4.0.0",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"publishConfig": {
@@ -20,7 +20,7 @@
2020
"build": "tsc"
2121
},
2222
"dependencies": {
23-
"@graphql-cli/common": "4.0.1-beta.6",
23+
"@graphql-cli/common": "4.0.0",
2424
"chalk": "4.0.0",
2525
"cosmiconfig": "6.0.0",
2626
"cross-fetch": "3.0.4",
@@ -38,4 +38,4 @@
3838
"tmp": "0.2.1",
3939
"tslib": "2.0.0"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)