diff --git a/packages/apollo-codegen-core/package.json b/packages/apollo-codegen-core/package.json index 3562f67df2..12767ca499 100644 --- a/packages/apollo-codegen-core/package.json +++ b/packages/apollo-codegen-core/package.json @@ -1,7 +1,7 @@ { "name": "apollo-codegen-core", "description": "Core generator APIs for Apollo Codegen", - "version": "0.40.8", + "version": "0.40.9", "author": "Apollo GraphQL ", "license": "MIT", "repository": { diff --git a/packages/apollo-codegen-flow/package.json b/packages/apollo-codegen-flow/package.json index a49388bad1..db00898c4a 100644 --- a/packages/apollo-codegen-flow/package.json +++ b/packages/apollo-codegen-flow/package.json @@ -1,7 +1,7 @@ { "name": "apollo-codegen-flow", "description": "Flow generator module for Apollo Codegen", - "version": "0.38.8", + "version": "0.38.9", "author": "Apollo GraphQL ", "license": "MIT", "repository": { diff --git a/packages/apollo-codegen-scala/package.json b/packages/apollo-codegen-scala/package.json index 25c87bf7cc..b9478a47d2 100644 --- a/packages/apollo-codegen-scala/package.json +++ b/packages/apollo-codegen-scala/package.json @@ -1,7 +1,7 @@ { "name": "apollo-codegen-scala", "description": "Scala generator module for Apollo Codegen", - "version": "0.39.8", + "version": "0.39.9", "author": "Apollo GraphQL ", "license": "MIT", "repository": { diff --git a/packages/apollo-codegen-swift/package.json b/packages/apollo-codegen-swift/package.json index 0a587a333f..496bf9ba59 100644 --- a/packages/apollo-codegen-swift/package.json +++ b/packages/apollo-codegen-swift/package.json @@ -1,7 +1,7 @@ { "name": "apollo-codegen-swift", "description": "Swift generator module for Apollo Codegen", - "version": "0.40.8", + "version": "0.40.9", "author": "Apollo GraphQL ", "license": "MIT", "repository": { diff --git a/packages/apollo-codegen-typescript/package.json b/packages/apollo-codegen-typescript/package.json index 476e76319e..f6c0bf919e 100644 --- a/packages/apollo-codegen-typescript/package.json +++ b/packages/apollo-codegen-typescript/package.json @@ -1,7 +1,7 @@ { "name": "apollo-codegen-typescript", "description": "TypeScript generator module for Apollo Codegen", - "version": "0.40.8", + "version": "0.40.9", "author": "Apollo GraphQL ", "license": "MIT", "repository": { diff --git a/packages/apollo-env/package.json b/packages/apollo-env/package.json index 8d768ea77c..e6b4fc9cd1 100644 --- a/packages/apollo-env/package.json +++ b/packages/apollo-env/package.json @@ -1,6 +1,6 @@ { "name": "apollo-env", - "version": "0.10.1", + "version": "0.10.2", "author": "packages@apollographql.com", "license": "MIT", "repository": { diff --git a/packages/apollo-graphql/package.json b/packages/apollo-graphql/package.json index ddef9feff8..600148e802 100644 --- a/packages/apollo-graphql/package.json +++ b/packages/apollo-graphql/package.json @@ -1,6 +1,6 @@ { "name": "apollo-graphql", - "version": "0.9.6", + "version": "0.9.7", "description": "Apollo GraphQL utility library", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/apollo-language-server/package.json b/packages/apollo-language-server/package.json index 6b41e703dd..b15e8d655b 100644 --- a/packages/apollo-language-server/package.json +++ b/packages/apollo-language-server/package.json @@ -1,7 +1,7 @@ { "name": "apollo-language-server", "description": "A language server for Apollo GraphQL projects", - "version": "1.26.8", + "version": "1.26.9", "author": "Apollo GraphQL ", "license": "MIT", "repository": { diff --git a/packages/apollo-tools/package.json b/packages/apollo-tools/package.json index 4eae09d4d4..52c83e67c9 100644 --- a/packages/apollo-tools/package.json +++ b/packages/apollo-tools/package.json @@ -1,6 +1,6 @@ { "name": "@apollographql/apollo-tools", - "version": "0.5.3", + "version": "0.5.4", "author": "Apollo GraphQL ", "license": "MIT", "repository": { diff --git a/packages/apollo/README.md b/packages/apollo/README.md index fc1dede6d8..06e44ca270 100644 --- a/packages/apollo/README.md +++ b/packages/apollo/README.md @@ -33,7 +33,7 @@ $ npm install -g apollo $ apollo COMMAND running command... $ apollo (-v|--version|version) -apollo/2.33.10 darwin-arm64 node-v16.5.0 +apollo/2.33.11 darwin-arm64 node-v16.14.2 $ apollo --help [COMMAND] USAGE $ apollo COMMAND @@ -474,56 +474,56 @@ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1 ## `apollo plugins` -list installed plugins +List installed plugins. ``` USAGE $ apollo plugins OPTIONS - --core show core plugins + --core Show core plugins. EXAMPLE $ apollo plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.10.11/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/index.ts)_ ## `apollo plugins:inspect PLUGIN...` -displays installation properties of a plugin +Displays installation properties of a plugin. ``` USAGE $ apollo plugins:inspect PLUGIN... ARGUMENTS - PLUGIN [default: .] plugin to inspect + PLUGIN [default: .] Plugin to inspect. OPTIONS - -h, --help show CLI help + -h, --help Show CLI help. -v, --verbose EXAMPLE $ apollo plugins:inspect myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.10.11/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/inspect.ts)_ ## `apollo plugins:install PLUGIN...` -installs a plugin into the CLI +Installs a plugin into the CLI. ``` USAGE $ apollo plugins:install PLUGIN... ARGUMENTS - PLUGIN plugin to install + PLUGIN Plugin to install. OPTIONS - -f, --force yarn install with force flag - -h, --help show CLI help + -f, --force Run yarn install with force flag. + -h, --help Show CLI help. -v, --verbose DESCRIPTION @@ -546,11 +546,11 @@ EXAMPLES $ apollo plugins:install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.10.11/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/install.ts)_ ## `apollo plugins:link PLUGIN` -links a plugin into the CLI for development +Links a plugin into the CLI for development. ``` USAGE @@ -560,7 +560,7 @@ ARGUMENTS PATH [default: .] path to plugin OPTIONS - -h, --help show CLI help + -h, --help Show CLI help. -v, --verbose DESCRIPTION @@ -576,11 +576,11 @@ EXAMPLE $ apollo plugins:link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.10.11/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/link.ts)_ ## `apollo plugins:uninstall PLUGIN...` -removes a plugin from the CLI +Removes a plugin from the CLI. ``` USAGE @@ -590,7 +590,7 @@ ARGUMENTS PLUGIN plugin to uninstall OPTIONS - -h, --help show CLI help + -h, --help Show CLI help. -v, --verbose ALIASES @@ -598,22 +598,22 @@ ALIASES $ apollo plugins:remove ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.10.11/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/uninstall.ts)_ ## `apollo plugins:update` -update installed plugins +Update installed plugins. ``` USAGE $ apollo plugins:update OPTIONS - -h, --help show CLI help + -h, --help Show CLI help. -v, --verbose ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.10.11/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/update.ts)_ ## `apollo service:check` diff --git a/packages/apollo/package.json b/packages/apollo/package.json index 4fbc3e48c4..1a169ebcab 100644 --- a/packages/apollo/package.json +++ b/packages/apollo/package.json @@ -1,7 +1,7 @@ { "name": "apollo", "description": "Command line tool for Apollo GraphQL", - "version": "2.33.10", + "version": "2.33.11", "referenceID": "21ad0845-c235-422e-be7d-a998310df972", "author": "Apollo GraphQL ", "license": "MIT",