Skip to content

Commit b761e8e

Browse files
github-actions[bot]apollo-bot2ApolloBot2
authored andcommitted
Automated PR for harmonizer release 2.6.3 (#440)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action --------- Co-authored-by: apollo-bot2 <[email protected]> Co-authored-by: ApolloBot2 <[email protected]>
1 parent 436da3a commit b761e8e

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed

federation-2/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

federation-2/harmonizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harmonizer"
3-
version = "2.6.2"
3+
version = "2.6.3"
44
authors = ["Apollo <[email protected]>"]
55
edition = "2018"
66
description = "Apollo Federation utility to compose a supergraph from subgraphs"

federation-2/harmonizer/package-lock.json

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

federation-2/harmonizer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apollo/harmonizer-2",
33
"private": true,
4-
"version": "2.6.2",
4+
"version": "2.6.3",
55
"description": "Apollo Federation Harmonizer JS Entrypoint",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -29,7 +29,7 @@
2929
"npm": ">=7 <10"
3030
},
3131
"dependencies": {
32-
"@apollo/composition": "2.6.2"
32+
"@apollo/composition": "2.6.3"
3333
},
3434
"peerDependencies": {
3535
"graphql": "^15.7.0 || ^16.0.0"

federation-2/supergraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "supergraph"
3-
version = "2.6.2"
3+
version = "2.6.3"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)