Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2022-03-08)

### Bug Fixes

* Remove to_graphql and make the interpreter runtime a requirement for older GraphQL versions ([#177](#177)) ([bfc3082](bfc3082))
  • Loading branch information
semantic-release-bot committed Mar 8, 2022
1 parent bfc3082 commit 278acc2
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.1](https://github.com/Gusto/apollo-federation-ruby/compare/v2.2.0...v2.2.1) (2022-03-08)


### Bug Fixes

* Remove to_graphql and make the interpreter runtime a requirement for older GraphQL versions ([#177](https://github.com/Gusto/apollo-federation-ruby/issues/177)) ([bfc3082](https://github.com/Gusto/apollo-federation-ruby/commit/bfc308260c34eee04c3b7a5f0e8a0bffe1cb88c4))

# [2.2.0](https://github.com/Gusto/apollo-federation-ruby/compare/v2.1.0...v2.2.0) (2022-02-04)


Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
apollo-federation (2.2.0)
apollo-federation (2.2.1)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

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.19.4)
google-protobuf (3.19.4-x86_64-linux)
graphql (1.10.14)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -126,4 +126,4 @@ DEPENDENCIES
ruby-debug-ide

BUNDLED WITH
2.3.6
2.3.8
4 changes: 2 additions & 2 deletions 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 (2.2.0)
apollo-federation (2.2.1)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

Expand Down Expand Up @@ -126,4 +126,4 @@ DEPENDENCIES
ruby-debug-ide

BUNDLED WITH
2.3.6
2.3.8
4 changes: 2 additions & 2 deletions 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 (2.2.0)
apollo-federation (2.2.1)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

Expand Down Expand Up @@ -126,4 +126,4 @@ DEPENDENCIES
ruby-debug-ide

BUNDLED WITH
2.3.6
2.3.8
4 changes: 2 additions & 2 deletions gemfiles/graphql_1.12.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
apollo-federation (2.2.0)
apollo-federation (2.2.1)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

Expand Down Expand Up @@ -126,4 +126,4 @@ DEPENDENCIES
ruby-debug-ide

BUNDLED WITH
2.3.6
2.3.8
4 changes: 2 additions & 2 deletions gemfiles/graphql_1.13.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
apollo-federation (2.2.0)
apollo-federation (2.2.1)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

Expand Down Expand Up @@ -125,4 +125,4 @@ DEPENDENCIES
ruby-debug-ide

BUNDLED WITH
2.3.6
2.3.8
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 = '2.2.0'
VERSION = '2.2.1'
end

0 comments on commit 278acc2

Please sign in to comment.