Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 - apollo-codegen-core@0.40.6
 - apollo-codegen-flow@0.38.6
 - apollo-codegen-scala@0.39.6
 - apollo-codegen-swift@0.40.6
 - apollo-codegen-typescript@0.40.6
 - apollo-graphql@0.9.5
 - apollo-language-server@1.26.6
 - apollo@2.33.8
  • Loading branch information
trevor-scheer committed Nov 3, 2021
1 parent 1855caf commit b2d1432
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.5",
"version": "0.40.6",
"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.5",
"version": "0.38.6",
"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.5",
"version": "0.39.6",
"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.5",
"version": "0.40.6",
"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.5",
"version": "0.40.6",
"author": "Apollo GraphQL <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.4",
"version": "0.9.5",
"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.5",
"version": "1.26.6",
"author": "Apollo GraphQL <packages@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 @@ -25,7 +25,7 @@ $ npm install -g apollo
$ apollo COMMAND
running command...
$ apollo (-v|--version|version)
apollo/2.33.7 darwin-x64 node-v12.22.3
apollo/2.33.8 darwin-x64 node-v12.22.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.7",
"version": "2.33.8",
"referenceID": "21ad0845-c235-422e-be7d-a998310df972",
"author": "Apollo GraphQL <packages@apollographql.com>",
"license": "MIT",
Expand Down

0 comments on commit b2d1432

Please sign in to comment.