Skip to content

Commit f9c06de

Browse files
committed
Publish
- apollo-codegen-core@0.33.4-alpha.0 - apollo-codegen-flow@0.33.4-alpha.0 - apollo-codegen-scala@0.34.4-alpha.0 - apollo-codegen-swift@0.33.4-alpha.0 - apollo-codegen-typescript@0.33.4-alpha.0 - apollo-env@0.4.1-alpha.1 - apollo-graphql@0.2.1-alpha.1 - apollo-language-server@1.6.4-alpha.0 - @apollographql/apollo-tools@0.3.6-alpha.1 - apollo@2.8.4-alpha.0 - vscode-apollo@1.6.4-alpha.0
1 parent 590d8f3 commit f9c06de

12 files changed

Lines changed: 18 additions & 18 deletions

File tree

packages/apollo-codegen-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-codegen-core",
33
"description": "Core generator APIs for Apollo Codegen",
4-
"version": "0.33.3",
4+
"version": "0.33.4-alpha.0",
55
"author": "Apollo GraphQL <opensource@apollographql.com>",
66
"license": "MIT",
77
"repository": {

packages/apollo-codegen-flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-codegen-flow",
33
"description": "Flow generator module for Apollo Codegen",
4-
"version": "0.33.3",
4+
"version": "0.33.4-alpha.0",
55
"author": "Apollo GraphQL <opensource@apollographql.com>",
66
"license": "MIT",
77
"repository": {

packages/apollo-codegen-scala/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-codegen-scala",
33
"description": "Scala generator module for Apollo Codegen",
4-
"version": "0.34.3",
4+
"version": "0.34.4-alpha.0",
55
"author": "Apollo GraphQL <opensource@apollographql.com>",
66
"license": "MIT",
77
"repository": {

packages/apollo-codegen-swift/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-codegen-swift",
33
"description": "Swift generator module for Apollo Codegen",
4-
"version": "0.33.3",
4+
"version": "0.33.4-alpha.0",
55
"author": "Apollo GraphQL <opensource@apollographql.com>",
66
"license": "MIT",
77
"repository": {

packages/apollo-codegen-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-codegen-typescript",
33
"description": "TypeScript generator module for Apollo Codegen",
4-
"version": "0.33.3",
4+
"version": "0.33.4-alpha.0",
55
"author": "Apollo GraphQL <opensource@apollographql.com>",
66
"license": "MIT",
77
"repository": {

packages/apollo-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-env",
3-
"version": "0.4.1-alpha.0",
3+
"version": "0.4.1-alpha.1",
44
"author": "opensource@apollographql.com",
55
"license": "MIT",
66
"repository": {

packages/apollo-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-graphql",
3-
"version": "0.2.1-alpha.0",
3+
"version": "0.2.1-alpha.1",
44
"description": "Apollo GraphQL utility library",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/apollo-language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-language-server",
33
"description": "A language server for Apollo GraphQL projects",
4-
"version": "1.6.3",
4+
"version": "1.6.4-alpha.0",
55
"author": "Apollo GraphQL <opensource@apollographql.com>",
66
"license": "MIT",
77
"repository": {

packages/apollo-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollographql/apollo-tools",
3-
"version": "0.3.6-alpha.0",
3+
"version": "0.3.6-alpha.1",
44
"author": "Apollo GraphQL <opensource@apollographql.com>",
55
"license": "MIT",
66
"repository": {

packages/apollo/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ npm install -g apollo
2121
$ apollo COMMAND
2222
running command...
2323
$ apollo (-v|--version|version)
24-
apollo/2.8.3 darwin-x64 node-v10.14.1
24+
apollo/2.8.4-alpha.0 darwin-x64 node-v10.10.0
2525
$ apollo --help [COMMAND]
2626
USAGE
2727
$ apollo COMMAND
@@ -96,11 +96,11 @@ ARGUMENTS
9696
OUTPUT
9797
Directory to which generated files will be written.
9898
- For TypeScript/Flow generators, this specifies a directory relative to each source file by default.
99-
- For TypeScript/Flow generators with the "outputFlat" flag is set, and for the Swift generator, this specifies a
99+
- For TypeScript/Flow generators with the "outputFlat" flag is set, and for the Swift generator, this specifies a
100100
file or directory (absolute or relative to the current working directory) to which:
101101
- a file will be written for each query (if "output" is a directory)
102102
- all generated types will be written
103-
- For all other types, this defines a file (absolute or relative to the current working directory) to which all
103+
- For all other types, this defines a file (absolute or relative to the current working directory) to which all
104104
generated types are written.
105105
106106
OPTIONS
@@ -308,15 +308,15 @@ DESCRIPTION
308308
309309
Installation of a user-installed plugin will override a core plugin.
310310
311-
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
312-
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
311+
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
312+
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
313313
the CLI without the need to patch and update the whole CLI.
314314
315315
ALIASES
316316
$ apollo plugins:add
317317
318318
EXAMPLES
319-
$ apollo plugins:install myplugin
319+
$ apollo plugins:install myplugin
320320
$ apollo plugins:install https://github.com/someuser/someplugin
321321
$ apollo plugins:install someuser/someplugin
322322
```
@@ -341,7 +341,7 @@ OPTIONS
341341
DESCRIPTION
342342
Installation of a linked plugin will override a user-installed or core plugin.
343343
344-
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
344+
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
345345
command will override the user-installed or core plugin implementation. This is useful for development work.
346346
347347
EXAMPLE

0 commit comments

Comments
 (0)