Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0](v3.1.0...v3.2.0) (2022-08-15)

### Features

* allow custom namespace for linked directives ([03fdfea](03fdfea))
  • Loading branch information
semantic-release-bot committed Aug 15, 2022
1 parent 03fdfea commit c0695b1
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.2.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.1.0...v3.2.0) (2022-08-15)


### Features

* allow custom namespace for linked directives ([03fdfea](https://github.com/Gusto/apollo-federation-ruby/commit/03fdfeafaaea3c98ca4b7a734ce760ea08410530))

# [3.1.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.0.0...v3.1.0) (2022-06-21)


Expand Down
12 changes: 5 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
apollo-federation (3.1.0)
apollo-federation (3.2.0)
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.20.0-x86_64-linux)
google-protobuf (3.21.1-x86_64-linux)
graphql (1.10.14)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
Expand All @@ -51,10 +51,8 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (0.9.2)
mini_portile2 (2.8.0)
minitest (5.14.2)
nokogiri (1.13.4)
mini_portile2 (~> 2.8.0)
nokogiri (1.13.4-x86_64-linux)
racc (~> 1.4)
parallel (1.17.0)
parser (2.6.3.0)
Expand Down Expand Up @@ -108,7 +106,7 @@ GEM
zeitwerk (2.4.2)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
actionpack
Expand All @@ -125,4 +123,4 @@ DEPENDENCIES
ruby-debug-ide

BUNDLED WITH
2.3.16
2.3.20
6 changes: 3 additions & 3 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 (3.1.0)
apollo-federation (3.2.0)
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.21.1)
google-protobuf (3.21.5)
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.16
2.3.20
6 changes: 3 additions & 3 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 (3.1.0)
apollo-federation (3.2.0)
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.4.4)
erubi (1.9.0)
google-protobuf (3.21.1)
google-protobuf (3.21.5)
graphql (1.11.2)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -126,4 +126,4 @@ DEPENDENCIES
ruby-debug-ide

BUNDLED WITH
2.3.16
2.3.20
6 changes: 3 additions & 3 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 (3.1.0)
apollo-federation (3.2.0)
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.4.4)
erubi (1.9.0)
google-protobuf (3.21.1)
google-protobuf (3.21.5)
graphql (1.12.5)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -126,4 +126,4 @@ DEPENDENCIES
ruby-debug-ide

BUNDLED WITH
2.3.16
2.3.20
6 changes: 3 additions & 3 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 (3.1.0)
apollo-federation (3.2.0)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
debase-ruby_core_source (0.10.14)
diff-lcs (1.5.0)
erubi (1.10.0)
google-protobuf (3.21.1)
google-protobuf (3.21.5)
graphql (1.13.6)
i18n (1.9.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -125,4 +125,4 @@ DEPENDENCIES
ruby-debug-ide

BUNDLED WITH
2.3.16
2.3.20
6 changes: 3 additions & 3 deletions gemfiles/graphql_2.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
apollo-federation (3.1.0)
apollo-federation (3.2.0)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
debase-ruby_core_source (0.10.14)
diff-lcs (1.5.0)
erubi (1.10.0)
google-protobuf (3.21.1)
google-protobuf (3.21.5)
graphql (2.0.1)
i18n (1.9.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -125,4 +125,4 @@ DEPENDENCIES
ruby-debug-ide

BUNDLED WITH
2.3.16
2.3.20
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 = '3.1.0'
VERSION = '3.2.0'
end

0 comments on commit c0695b1

Please sign in to comment.