Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Apr 13, 2022
1 parent 097a429 commit 169884f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions federation-1/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-1/harmonizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harmonizer"
version = "0.36.0"
version = "0.36.1"
authors = ["Apollo Graph, Inc. <[email protected]>"]
edition = "2018"
description = "Apollo Federation utility to compose a supergraph from subgraphs"
Expand Down
34 changes: 17 additions & 17 deletions federation-1/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-1/harmonizer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apollo/harmonizer-0",
"private": true,
"version": "0.36.0",
"version": "0.36.1",
"description": "Apollo Federation Harmonizer JS Entrypoint",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -28,7 +28,7 @@
"npm": ">=7 <9"
},
"dependencies": {
"@apollo/federation": "0.36.0"
"@apollo/federation": "0.36.1"
},
"peerDependencies": {
"graphql": "^14.5.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion federation-1/supergraph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "supergraph"
version = "0.36.0"
version = "0.36.1"
edition = "2021"
publish = false

Expand Down

0 comments on commit 169884f

Please sign in to comment.