Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored Jan 24, 2024
1 parent ab24901 commit 3eadf4c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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 apollo-federation-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion federation-2/router-bridge/js-src/supported_features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ function addToRouterFeatures<T extends FeatureDefinition>(
addToRouterFeatures(AUTHENTICATED_VERSIONS);
addToRouterFeatures(REQUIRES_SCOPES_VERSIONS);
addToRouterFeatures(POLICY_VERSIONS);
addToRouterFeatures(SOURCE_VERSIONS);
addToRouterFeatures(SOURCE_VERSIONS);

0 comments on commit 3eadf4c

Please sign in to comment.