Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 - apollo-codegen-core@0.40.9
 - apollo-codegen-flow@0.38.9
 - apollo-codegen-scala@0.39.9
 - apollo-codegen-swift@0.40.9
 - apollo-codegen-typescript@0.40.9
 - apollo-env@0.10.2
 - apollo-graphql@0.9.7
 - apollo-language-server@1.26.9
 - @apollographql/apollo-tools@0.5.4
 - apollo@2.33.11
  • Loading branch information
trevor-scheer committed May 4, 2022
1 parent 199523a commit 58b9637
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -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 <packages@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-codegen-flow/package.json
Original file line number Diff line number Diff line change
@@ -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 <packages@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-codegen-scala/package.json
Original file line number Diff line number Diff line change
@@ -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 <packages@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-codegen-swift/package.json
Original file line number Diff line number Diff line change
@@ -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 <packages@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-codegen-typescript/package.json
Original file line number Diff line number Diff line change
@@ -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 <packages@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-env",
"version": "0.10.1",
"version": "0.10.2",
"author": "packages@apollographql.com",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-graphql/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-language-server/package.json
Original file line number Diff line number Diff line change
@@ -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 <packages@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollographql/apollo-tools",
"version": "0.5.3",
"version": "0.5.4",
"author": "Apollo GraphQL <packages@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
44 changes: 22 additions & 22 deletions packages/apollo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -560,7 +560,7 @@ ARGUMENTS
PATH [default: .] path to plugin
OPTIONS
-h, --help show CLI help
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Expand All @@ -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
Expand All @@ -590,30 +590,30 @@ ARGUMENTS
PLUGIN plugin to uninstall
OPTIONS
-h, --help show CLI help
-h, --help Show CLI help.
-v, --verbose
ALIASES
$ apollo plugins:unlink
$ 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`

Expand Down
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
@@ -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 <packages@apollographql.com>",
"license": "MIT",
Expand Down

0 comments on commit 58b9637

Please sign in to comment.