Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 - apollo-codegen-core@0.40.1
 - apollo-codegen-flow@0.38.1
 - apollo-codegen-scala@0.39.1
 - apollo-codegen-swift@0.40.1
 - apollo-codegen-typescript@0.40.1
 - apollo-language-server@1.26.1
 - apollo@2.33.2
 - vscode-apollo@1.19.1
  • Loading branch information
hwillson committed May 11, 2021
1 parent 241d8eb commit 3e1365b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.0",
"version": "0.40.1",
"author": "Apollo GraphQL <opensource@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.0",
"version": "0.38.1",
"author": "Apollo GraphQL <opensource@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.0",
"version": "0.39.1",
"author": "Apollo GraphQL <opensource@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.0",
"version": "0.40.1",
"author": "Apollo GraphQL <opensource@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.0",
"version": "0.40.1",
"author": "Apollo GraphQL <opensource@apollographql.com>",
"license": "MIT",
"repository": {
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.0",
"version": "1.26.1",
"author": "Apollo GraphQL <opensource@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install -g apollo
$ apollo COMMAND
running command...
$ apollo (-v|--version|version)
apollo/2.33.1 darwin-x64 node-v14.15.3
apollo/2.33.2 darwin-x64 node-v14.15.3
$ apollo --help [COMMAND]
USAGE
$ apollo COMMAND
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.1",
"version": "2.33.2",
"referenceID": "21ad0845-c235-422e-be7d-a998310df972",
"author": "Apollo GraphQL <opensource@apollographql.com>",
"license": "MIT",
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.19.0",
"version": "1.19.1",
"referenceID": "87197759-7617-40d0-b32e-46d378e907c7",
"author": "Apollo GraphQL <opensource@apollographql.com>",
"license": "MIT",
Expand Down

0 comments on commit 3e1365b

Please sign in to comment.