From 3eadf4cebabd2c4e2522c5cf151c37c37df12478 Mon Sep 17 00:00:00 2001 From: Dariusz Kuc <9501705+dariuszkuc@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:41:44 -0600 Subject: [PATCH] release: apollo-federation-types@v0.11.0 (#450) --- Cargo.lock | 2 +- apollo-federation-types/Cargo.toml | 2 +- federation-1/Cargo.lock | 2 +- federation-1/harmonizer/Cargo.toml | 2 +- federation-2/Cargo.lock | 2 +- federation-2/harmonizer/Cargo.toml | 2 +- federation-2/router-bridge/js-src/supported_features.ts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91d5f335f..813a83ab9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,7 +40,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "apollo-federation-types" -version = "0.10.1" +version = "0.11.0" dependencies = [ "assert_fs", "camino", diff --git a/apollo-federation-types/Cargo.toml b/apollo-federation-types/Cargo.toml index 04cf53041..38415ccf1 100644 --- a/apollo-federation-types/Cargo.toml +++ b/apollo-federation-types/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "apollo-federation-types" readme = "README.md" repository = "https://github.com/apollographql/federation-rs/" -version = "0.10.1" +version = "0.11.0" [features] default = ["config", "build", "build_plugin"] diff --git a/federation-1/Cargo.lock b/federation-1/Cargo.lock index 854b08bc5..a59a539e4 100644 --- a/federation-1/Cargo.lock +++ b/federation-1/Cargo.lock @@ -43,7 +43,7 @@ checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "apollo-federation-types" -version = "0.10.1" +version = "0.11.0" dependencies = [ "camino", "log", diff --git a/federation-1/harmonizer/Cargo.toml b/federation-1/harmonizer/Cargo.toml index 7b60cb955..e27106e40 100644 --- a/federation-1/harmonizer/Cargo.toml +++ b/federation-1/harmonizer/Cargo.toml @@ -18,7 +18,7 @@ include = [ ] [dependencies] -apollo-federation-types = { version = "0.10.1", path = "../../apollo-federation-types", default-features = false, features = [ +apollo-federation-types = { version = "0.11.0", path = "../../apollo-federation-types", default-features = false, features = [ "build", ] } deno_core = "0.200.0" diff --git a/federation-2/Cargo.lock b/federation-2/Cargo.lock index 0f1668710..3e02d34ac 100644 --- a/federation-2/Cargo.lock +++ b/federation-2/Cargo.lock @@ -93,7 +93,7 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "apollo-federation-types" -version = "0.10.1" +version = "0.11.0" dependencies = [ "camino", "log", diff --git a/federation-2/harmonizer/Cargo.toml b/federation-2/harmonizer/Cargo.toml index 29d77e0bb..8c2bdd327 100644 --- a/federation-2/harmonizer/Cargo.toml +++ b/federation-2/harmonizer/Cargo.toml @@ -19,7 +19,7 @@ include = [ ] [dependencies] -apollo-federation-types = { version = "0.10.1", path = "../../apollo-federation-types", default-features = false, features = [ +apollo-federation-types = { version = "0.11.0", path = "../../apollo-federation-types", default-features = false, features = [ "build", ] } deno_core = "0.200.0" diff --git a/federation-2/router-bridge/js-src/supported_features.ts b/federation-2/router-bridge/js-src/supported_features.ts index 84aa16ff3..3dd20e2b3 100644 --- a/federation-2/router-bridge/js-src/supported_features.ts +++ b/federation-2/router-bridge/js-src/supported_features.ts @@ -29,4 +29,4 @@ function addToRouterFeatures( addToRouterFeatures(AUTHENTICATED_VERSIONS); addToRouterFeatures(REQUIRES_SCOPES_VERSIONS); addToRouterFeatures(POLICY_VERSIONS); -addToRouterFeatures(SOURCE_VERSIONS); \ No newline at end of file +addToRouterFeatures(SOURCE_VERSIONS);