Skip to content

Commit 7cafa30

Browse files
chore(release): 3.3.0 [skip ci]
# [3.3.0](v3.2.0...v3.3.0) (2022-08-24) ### Features * introduce optional `resolve_references` method ([#206](#206)) ([1e3b631](1e3b631))
1 parent 1e3b631 commit 7cafa30

File tree

8 files changed

+20
-13
lines changed

8 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.3.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.2.0...v3.3.0) (2022-08-24)
2+
3+
4+
### Features
5+
6+
* introduce optional `resolve_references` method ([#206](https://github.com/Gusto/apollo-federation-ruby/issues/206)) ([1e3b631](https://github.com/Gusto/apollo-federation-ruby/commit/1e3b631609e1dfec8c3f126cd9dc8e0a2b3a0a57))
7+
18
# [3.2.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.1.0...v3.2.0) (2022-08-15)
29

310

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
apollo-federation (3.2.0)
4+
apollo-federation (3.3.0)
55
google-protobuf (~> 3.19)
66
graphql (>= 1.10.14)
77

@@ -123,4 +123,4 @@ DEPENDENCIES
123123
ruby-debug-ide
124124

125125
BUNDLED WITH
126-
2.3.20
126+
2.3.21

gemfiles/graphql_1.10.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.2.0)
4+
apollo-federation (3.3.0)
55
google-protobuf (~> 3.19)
66
graphql (>= 1.10.14)
77

@@ -126,4 +126,4 @@ DEPENDENCIES
126126
ruby-debug-ide
127127

128128
BUNDLED WITH
129-
2.3.20
129+
2.3.21

gemfiles/graphql_1.11.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.2.0)
4+
apollo-federation (3.3.0)
55
google-protobuf (~> 3.19)
66
graphql (>= 1.10.14)
77

@@ -126,4 +126,4 @@ DEPENDENCIES
126126
ruby-debug-ide
127127

128128
BUNDLED WITH
129-
2.3.20
129+
2.3.21

gemfiles/graphql_1.12.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.2.0)
4+
apollo-federation (3.3.0)
55
google-protobuf (~> 3.19)
66
graphql (>= 1.10.14)
77

@@ -126,4 +126,4 @@ DEPENDENCIES
126126
ruby-debug-ide
127127

128128
BUNDLED WITH
129-
2.3.20
129+
2.3.21

gemfiles/graphql_1.13.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.2.0)
4+
apollo-federation (3.3.0)
55
google-protobuf (~> 3.19)
66
graphql (>= 1.10.14)
77

@@ -125,4 +125,4 @@ DEPENDENCIES
125125
ruby-debug-ide
126126

127127
BUNDLED WITH
128-
2.3.20
128+
2.3.21

gemfiles/graphql_2.0.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.2.0)
4+
apollo-federation (3.3.0)
55
google-protobuf (~> 3.19)
66
graphql (>= 1.10.14)
77

@@ -125,4 +125,4 @@ DEPENDENCIES
125125
ruby-debug-ide
126126

127127
BUNDLED WITH
128-
2.3.20
128+
2.3.21

lib/apollo-federation/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ApolloFederation
4-
VERSION = '3.2.0'
4+
VERSION = '3.3.0'
55
end

0 commit comments

Comments
 (0)