Skip to content

Commit

Permalink
Automated PR for harmonizer release 2.4.9 (#378)
Browse files Browse the repository at this point in the history
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
  • Loading branch information
clenfest authored Jul 7, 2023
2 parents 5c9ee90 + 1b93b04 commit 12740c7
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions federation-2/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion federation-2/harmonizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harmonizer"
version = "2.4.8"
version = "2.4.9"
authors = ["Apollo <[email protected]>"]
edition = "2018"
description = "Apollo Federation utility to compose a supergraph from subgraphs"
Expand Down
66 changes: 33 additions & 33 deletions federation-2/harmonizer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions federation-2/harmonizer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apollo/harmonizer-2",
"private": true,
"version": "2.4.8",
"version": "2.4.9",
"description": "Apollo Federation Harmonizer JS Entrypoint",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"npm": ">=7 <10"
},
"dependencies": {
"@apollo/composition": "2.4.8"
"@apollo/composition": "2.4.9"
},
"peerDependencies": {
"graphql": "^15.7.0 || ^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion federation-2/supergraph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "supergraph"
version = "2.4.8"
version = "2.4.9"
edition = "2021"
publish = false

Expand Down

0 comments on commit 12740c7

Please sign in to comment.