Skip to content

Commit fed24b4

Browse files
Version Packages (#2576)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 772dd34 commit fed24b4

17 files changed

Lines changed: 80 additions & 49 deletions

File tree

.changeset/fifty-snakes-nail.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/shaggy-crews-repair.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

composition-js/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG for `@apollo/composition`
22

3+
## 2.4.4
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @apollo/federation-internals@2.4.4
8+
- @apollo/query-graphs@2.4.4
9+
310
## 2.4.3
411
### Patch Changes
512

composition-js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/composition",
3-
"version": "2.4.3",
3+
"version": "2.4.4",
44
"description": "Apollo Federation composition utilities",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -27,8 +27,8 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"@apollo/federation-internals": "2.4.3",
31-
"@apollo/query-graphs": "2.4.3"
30+
"@apollo/federation-internals": "2.4.4",
31+
"@apollo/query-graphs": "2.4.4"
3232
},
3333
"peerDependencies": {
3434
"graphql": "^16.5.0"

federation-integration-testsuite-js/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG for `federation-integration-testsuite-js`
22

3+
## 2.4.4
4+
35
## 2.4.3
46

57
## 2.4.2

federation-integration-testsuite-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-federation-integration-testsuite",
33
"private": true,
4-
"version": "2.4.3",
4+
"version": "2.4.4",
55
"description": "Apollo Federation Integrations / Test Fixtures",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

gateway-js/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG for `@apollo/gateway`
22

3+
## 2.4.4
4+
### Patch Changes
5+
6+
7+
- Fix incorrect import the `assert` function in the `DataRewrite.ts`. The incorrect method was imported (due to a bad ([#2581](https://github.com/apollographql/federation/pull/2581))
8+
import auto-completion) and went unnoticed, leading to potential build issue.
9+
- Updated dependencies [[`cb7f414d`](https://github.com/apollographql/federation/commit/cb7f414dde0b89f02e5c925a8f9ef1ce9b0d9b80)]:
10+
- @apollo/query-planner@2.4.4
11+
- @apollo/composition@2.4.4
12+
- @apollo/federation-internals@2.4.4
13+
314
## 2.4.3
415
### Patch Changes
516

gateway-js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/gateway",
3-
"version": "2.4.3",
3+
"version": "2.4.4",
44
"description": "Apollo Gateway",
55
"author": "Apollo <packages@apollographql.com>",
66
"main": "dist/index.js",
@@ -25,9 +25,9 @@
2525
"access": "public"
2626
},
2727
"dependencies": {
28-
"@apollo/composition": "2.4.3",
29-
"@apollo/federation-internals": "2.4.3",
30-
"@apollo/query-planner": "2.4.3",
28+
"@apollo/composition": "2.4.4",
29+
"@apollo/federation-internals": "2.4.4",
30+
"@apollo/query-planner": "2.4.4",
3131
"@apollo/server-gateway-interface": "^1.1.0",
3232
"@apollo/usage-reporting-protobuf": "^4.1.0",
3333
"@apollo/utils.createhash": "^2.0.0",

internals-js/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG for `@apollo/federation-internals`
22

3+
## 2.4.4
4+
35
## 2.4.3
46
### Patch Changes
57

internals-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/federation-internals",
3-
"version": "2.4.3",
3+
"version": "2.4.4",
44
"description": "Apollo Federation internal utilities",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)