Skip to content

Commit

Permalink
Release v4.0.0 (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Jun 3, 2020
1 parent 8ea54f9 commit 0d61785
Show file tree
Hide file tree
Showing 19 changed files with 49 additions and 49 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
4 changes: 2 additions & 2 deletions integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-cli-integration-test",
"version": "4.0.1-beta.6",
"version": "4.0.0",
"license": "MIT",
"private": true,
"main": "dist/index.js",
Expand Down Expand Up @@ -29,4 +29,4 @@
"ts-node/register"
]
}
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.1-beta.6",
"version": "4.0.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-cli-monorepo",
"version": "4.0.1-beta.5",
"version": "4.0.0",
"private": true,
"author": "dotansimha <dotansimha@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -57,4 +57,4 @@
"resolutions": {
"graphql": "15.0.0"
}
}
}
1 change: 0 additions & 1 deletion packages/cli/.npmrc

This file was deleted.

14 changes: 9 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "graphql-cli",
"description": "Command line tool for common GraphQL development workflows",
"keywords": ["graphql", "graphql-cli", "cli"],
"keywords": [
"graphql",
"graphql-cli",
"cli"
],
"repository": {
"type": "git",
"url": "https://github.com/Urigo/graphql-cli"
Expand All @@ -11,7 +15,7 @@
"email": "uri.goldshtein@gmail.com",
"url": "https://github.com/Urigo"
},
"version": "4.0.1-beta.6",
"version": "4.0.0",
"license": "MIT",
"main": "dist/index.js",
"publishConfig": {
Expand All @@ -25,11 +29,11 @@
"build": "tsc"
},
"dependencies": {
"@graphql-cli/common": "4.0.1-beta.6",
"@graphql-cli/init": "4.0.1-beta.6",
"@graphql-cli/common": "4.0.0",
"@graphql-cli/init": "4.0.0",
"open": "7.0.4",
"globby": "11.0.1",
"graphql-config": "3.0.2",
"yargs": "15.3.1"
}
}
}
1 change: 0 additions & 1 deletion packages/commands/generate/.npmrc

This file was deleted.

6 changes: 3 additions & 3 deletions packages/commands/generate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-cli/generate",
"description": "Generate DB, schema, document and resolvers for your GraphQL project by using GraphBack.",
"version": "4.0.1-beta.6",
"version": "4.0.0",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand All @@ -23,9 +23,9 @@
"graphql": "15.0.0"
},
"dependencies": {
"@graphql-cli/common": "4.0.1-beta.6",
"@graphql-cli/common": "4.0.0",
"graphback-cli": "0.12.0",
"graphql-migrations": "0.12.0",
"tslib": "2.0.0"
}
}
}
1 change: 0 additions & 1 deletion packages/commands/init/.npmrc

This file was deleted.

6 changes: 3 additions & 3 deletions packages/commands/init/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-cli/init",
"description": "Creates a GraphQL project using a template or GraphQL Config file for your existing project.",
"version": "4.0.1-beta.6",
"version": "4.0.0",
"license": "MIT",
"main": "dist/index.js",
"publishConfig": {
Expand All @@ -20,7 +20,7 @@
"build": "tsc"
},
"dependencies": {
"@graphql-cli/common": "4.0.1-beta.6",
"@graphql-cli/common": "4.0.0",
"chalk": "4.0.0",
"cosmiconfig": "6.0.0",
"cross-fetch": "3.0.4",
Expand All @@ -38,4 +38,4 @@
"tmp": "0.2.1",
"tslib": "2.0.0"
}
}
}
1 change: 0 additions & 1 deletion packages/commands/serve/.npmrc

This file was deleted.

10 changes: 5 additions & 5 deletions packages/commands/serve/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-cli/serve",
"description": "Serves a faked GraphQL server",
"version": "4.0.1-beta.6",
"version": "4.0.0",
"license": "MIT",
"main": "dist/index.js",
"publishConfig": {
Expand All @@ -23,11 +23,11 @@
"graphql": "15.0.0"
},
"dependencies": {
"@graphql-cli/common": "4.0.1-beta.6",
"@graphql-cli/loaders": "4.0.1-beta.6",
"@graphql-tools/mock": "6.0.6",
"@graphql-cli/common": "4.0.0",
"@graphql-cli/loaders": "4.0.0",
"@graphql-tools/mock": "^6.0.0",
"express": "4.17.1",
"express-graphql": "0.9.0",
"tslib": "2.0.0"
}
}
}
1 change: 0 additions & 1 deletion packages/common/.npmrc

This file was deleted.

4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-cli/common",
"version": "4.0.1-beta.6",
"version": "4.0.0",
"license": "MIT",
"main": "dist/index.js",
"publishConfig": {
Expand All @@ -17,4 +17,4 @@
"@graphql-tools/load": "6.0.6",
"tslib": "2.0.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/loaders/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-cli/loaders",
"description": "Internal usage",
"version": "4.0.1-beta.6",
"version": "4.0.0",
"license": "MIT",
"main": "dist/index.js",
"publishConfig": {
Expand All @@ -22,4 +22,4 @@
"@graphql-tools/url-loader": "6.0.6",
"@graphql-tools/utils": "6.0.6"
}
}
}
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": [
"config:base",
":pinVersions"
"config:base"
],
"automerge": true,
"major": {
"automerge": false
}
},
"rangeStrategy": "replace"
}
2 changes: 1 addition & 1 deletion templates/fullstack/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "full-stack-template-client",
"version": "4.0.1-beta.6",
"version": "4.0.0",
"private": true,
"devDependencies": {
"@types/jest": "25.2.3",
Expand Down
28 changes: 14 additions & 14 deletions templates/fullstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "full-stack-template",
"version": "4.0.1-beta.6",
"version": "4.0.0",
"private": true,
"workspaces": [
"client",
Expand All @@ -12,20 +12,20 @@
},
"license": "MIT",
"devDependencies": {
"@graphql-codegen/add": "1.15.1-alpha-f43786f2.10",
"@graphql-codegen/typescript": "1.15.1-alpha-f43786f2.10",
"@graphql-codegen/typescript-operations": "1.15.1-alpha-f43786f2.10",
"@graphql-codegen/typescript-react-apollo": "1.15.1-alpha-f43786f2.10",
"@graphql-codegen/typescript-resolvers": "1.15.1-alpha-f43786f2.10",
"@graphql-cli/codegen": "1.15.1-alpha-f3fb21ac.33",
"@graphql-cli/coverage": "0.0.0-canary.0b0fc6b",
"@graphql-cli/diff": "0.0.0-canary.0b0fc6b",
"@graphql-cli/generate": "4.0.1-alpha-fc6303e.0",
"@graphql-cli/serve": "4.0.1-alpha-fc6303e.0",
"@graphql-cli/similar": "0.0.0-canary.0b0fc6b",
"@graphql-cli/validate": "0.0.0-canary.0b0fc6b",
"@graphql-codegen/add": "1.15.1",
"@graphql-codegen/typescript": "1.15.1",
"@graphql-codegen/typescript-operations": "1.15.1",
"@graphql-codegen/typescript-react-apollo": "1.15.1",
"@graphql-codegen/typescript-resolvers": "1.15.1",
"@graphql-cli/codegen": "1.15.1",
"@graphql-cli/coverage": "2.1.0",
"@graphql-cli/diff": "2.1.0",
"@graphql-cli/generate": "4.0.0",
"@graphql-cli/serve": "4.0.0",
"@graphql-cli/similar": "2.1.0",
"@graphql-cli/validate": "2.1.0",
"graphql": "15.0.0",
"graphql-cli": "4.0.1-beta.6",
"graphql-cli": "4.0.0",
"schemats": "3.0.3",
"tslint": "6.1.2",
"typescript": "3.9.3"
Expand Down
2 changes: 1 addition & 1 deletion templates/fullstack/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "full-stack-template-server",
"version": "4.0.1-beta.6",
"version": "4.0.0",
"scripts": {
"develop": "ts-node-dev src/index.ts",
"start": "ts-node src/index.ts"
Expand Down

0 comments on commit 0d61785

Please sign in to comment.