Skip to content

Commit a6ee84a

Browse files
chore(release): 3.4.0 [skip ci]
# [3.4.0](v3.3.1...v3.4.0) (2023-02-21) ### Bug Fixes * address some lint violations ([#219](#219)) ([dcd11e9](dcd11e9)) ### Features * add support for the [@interface](https://github.com/interface)Object directive ([#218](#218)) ([c7b987d](c7b987d))
1 parent dcd11e9 commit a6ee84a

File tree

8 files changed

+25
-13
lines changed

8 files changed

+25
-13
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.4.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.3.1...v3.4.0) (2023-02-21)
2+
3+
4+
### Bug Fixes
5+
6+
* address some lint violations ([#219](https://github.com/Gusto/apollo-federation-ruby/issues/219)) ([dcd11e9](https://github.com/Gusto/apollo-federation-ruby/commit/dcd11e9384f168d125d2b60941d4bff161799824))
7+
8+
9+
### Features
10+
11+
* add support for the [@interface](https://github.com/interface)Object directive ([#218](https://github.com/Gusto/apollo-federation-ruby/issues/218)) ([c7b987d](https://github.com/Gusto/apollo-federation-ruby/commit/c7b987de1d2b32a4a77ceb09718373ffa5a60abb))
12+
113
## [3.3.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.3.0...v3.3.1) (2023-01-05)
214

315

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.3.1)
4+
apollo-federation (3.4.0)
55
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

@@ -130,4 +130,4 @@ DEPENDENCIES
130130
ruby-debug-ide
131131

132132
BUNDLED WITH
133-
2.4.2
133+
2.4.7

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.3.1)
4+
apollo-federation (3.4.0)
55
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

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

128128
BUNDLED WITH
129-
2.4.2
129+
2.4.7

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.3.1)
4+
apollo-federation (3.4.0)
55
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

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

128128
BUNDLED WITH
129-
2.4.2
129+
2.4.7

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.3.1)
4+
apollo-federation (3.4.0)
55
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

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

128128
BUNDLED WITH
129-
2.4.2
129+
2.4.7

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.3.1)
4+
apollo-federation (3.4.0)
55
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

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

127127
BUNDLED WITH
128-
2.4.2
128+
2.4.7

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.3.1)
4+
apollo-federation (3.4.0)
55
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

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

127127
BUNDLED WITH
128-
2.4.2
128+
2.4.7

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.3.1'
4+
VERSION = '3.4.0'
55
end

0 commit comments

Comments
 (0)