Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjakub authored Sep 23, 2022
2 parents cd2607c + 6085219 commit 738c66d
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 26 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.1"
version = "0.37.0"
authors = ["Apollo Graph, Inc. <[email protected]>"]
edition = "2018"
description = "Apollo Federation utility to compose a supergraph from subgraphs"
Expand Down
4 changes: 2 additions & 2 deletions federation-1/harmonizer/RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ None of the `federation-rs` packages currently maintain changelogs as they are l
1. Make sure you have both `npm` and `cargo` installed on your machine and in your `PATH`.
1. Run `PUBSLUG=composition@v{version}` where `{version}` is the new version you're bumping to. The major version should NOT be 2, it should be 0.
1. Run `git checkout main && git stash && git pull && git checkout -b $PUBSLUG`.
1. Update the version of `@apollo/federation` in `./harmonizer-0/package.json`
1. Run `cargo build -p harmonizer-0` from the root of `federation-rs`
1. Update the version of `@apollo/federation` in `./federation-1/harmonizer/package.json`
1. Run `cargo xtask dist --debug` from the root of `federation-rs`
1. Push up a commit containing the version bumps with the message `release: $PUBSLUG`
1. Wait for tests to pass on the PR
1. Merge your PR to `main`
Expand Down
55 changes: 37 additions & 18 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.1",
"version": "0.37.0",
"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.1"
"@apollo/federation": "0.37.0"
},
"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.1"
version = "0.37.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit 738c66d

Please sign in to comment.