Skip to content

Commit

Permalink
chore(release): 1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.5](v1.1.4...v1.1.5) (2020-10-29)

### Bug Fixes

* pass context as a Hash to GraphQL::Schema.federation_sdl ([c13a94e](c13a94e))
  • Loading branch information
semantic-release-bot committed Oct 29, 2020
1 parent c13a94e commit 401ab8e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.5](https://github.com/Gusto/apollo-federation-ruby/compare/v1.1.4...v1.1.5) (2020-10-29)


### Bug Fixes

* pass context as a Hash to GraphQL::Schema.federation_sdl ([c13a94e](https://github.com/Gusto/apollo-federation-ruby/commit/c13a94e6487471b47f05907bd4f83c03fa7e6af7))

## [1.1.4](https://github.com/Gusto/apollo-federation-ruby/compare/v1.1.3...v1.1.4) (2020-09-25)


Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
apollo-federation (1.1.4)
apollo-federation (1.1.5)
google-protobuf (~> 3.7)
graphql (>= 1.9.8)

Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
debase-ruby_core_source (0.10.9)
diff-lcs (1.3)
erubi (1.9.0)
google-protobuf (3.12.4-x86_64-linux)
google-protobuf (3.13.0-x86_64-linux)
graphql (1.10.10)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/graphql_1.10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
apollo-federation (1.1.4)
apollo-federation (1.1.5)
google-protobuf (~> 3.7)
graphql (>= 1.9.8)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/graphql_1.11.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
apollo-federation (1.1.4)
apollo-federation (1.1.5)
google-protobuf (~> 3.7)
graphql (>= 1.9.8)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/graphql_1.9.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
apollo-federation (1.1.4)
apollo-federation (1.1.5)
google-protobuf (~> 3.7)
graphql (>= 1.9.8)

Expand Down
2 changes: 1 addition & 1 deletion lib/apollo-federation/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ApolloFederation
VERSION = '1.1.4'
VERSION = '1.1.5'
end

0 comments on commit 401ab8e

Please sign in to comment.