Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed May 16, 2019
1 parent 3e5d6d1 commit e04f3f0
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 15 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.33.9",
"version": "0.34.0",
"author": "Apollo GraphQL <[email protected]>",
"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.33.9",
"version": "0.33.10",
"author": "Apollo GraphQL <[email protected]>",
"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.34.9",
"version": "0.34.10",
"author": "Apollo GraphQL <[email protected]>",
"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.33.9",
"version": "0.33.10",
"author": "Apollo GraphQL <[email protected]>",
"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.33.9",
"version": "0.34.0",
"author": "Apollo GraphQL <[email protected]>",
"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.5.0",
"version": "0.5.1",
"author": "[email protected]",
"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.3.0",
"version": "0.3.1",
"description": "Apollo GraphQL utility library",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions 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.8.1",
"version": "1.8.2",
"author": "Apollo GraphQL <[email protected]>",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"glob": "^7.1.3",
"graphql": "^14.2.1",
"graphql-tag": "^2.10.1",
"lodash.merge": "^4.6.1",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.1",
"minimatch": "^3.0.4",
"moment": "^2.24.0",
"vscode-languageserver": "^5.1.0",
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.3.6",
"version": "0.3.7",
"author": "Apollo GraphQL <[email protected]>",
"license": "MIT",
"repository": {
Expand Down
7 changes: 5 additions & 2 deletions packages/apollo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g apollo
$ apollo COMMAND
running command...
$ apollo (-v|--version|version)
apollo/2.11.1 darwin-x64 node-v8.11.1
apollo/2.12.0 darwin-x64 node-v11.14.0
$ apollo --help [COMMAND]
USAGE
$ apollo COMMAND
Expand Down Expand Up @@ -170,7 +170,10 @@ OPTIONS
--useFlowExactObjects Use Flow exact objects for generated types [flow only]
--useFlowReadOnlyTypes Use Flow read only types for generated types [flow only]
--useFlowReadOnlyTypes Use read only types for generated types [flow only]. **Deprecated in favor
of `useReadOnlyTypes`.**
--useReadOnlyTypes Use read only types for generated types [flow | typescript]
--watch Watch for file changes and reload codegen
Expand Down
4 changes: 2 additions & 2 deletions 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.11.1",
"version": "2.12.0",
"referenceID": "21ad0845-c235-422e-be7d-a998310df972",
"author": "Apollo GraphQL <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -58,8 +58,8 @@
"graphql-tag": "2.10.1",
"heroku-cli-util": "8.0.11",
"listr": "0.14.3",
"lodash.pickby": "4.6.0",
"lodash.identity": "3.0.0",
"lodash.pickby": "4.6.0",
"moment": "2.24.0",
"strip-ansi": "5.2.0",
"tty": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-apollo",
"displayName": "Apollo GraphQL",
"description": "Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform",
"version": "1.6.9",
"version": "1.6.10",
"referenceID": "87197759-7617-40d0-b32e-46d378e907c7",
"author": "Apollo GraphQL <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit e04f3f0

Please sign in to comment.