Skip to content

Commit 1d18dfb

Browse files
release: on branch version-2.7.8-alpha.0 (alpha) (#3009)
1 parent dc819eb commit 1d18dfb

File tree

16 files changed

+96
-33
lines changed

16 files changed

+96
-33
lines changed

.changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010
"@apollo/query-planner": "2.7.7",
1111
"@apollo/subgraph": "2.7.7"
1212
},
13-
"changesets": []
13+
"changesets": [
14+
"tasty-frogs-develop"
15+
]
1416
}

composition-js/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG for `@apollo/composition`
22

3+
## 2.7.8-alpha.0
4+
5+
### Patch Changes
6+
7+
- Prerelease `-alpha.0` to validate `federation-rs` build process before publishing 2.7.8. ([#3008](https://github.com/apollographql/federation/pull/3008))
8+
9+
- Updated dependencies [[`dc819ebbf09f7a86b74c86260947d4557f4aa7ca`](https://github.com/apollographql/federation/commit/dc819ebbf09f7a86b74c86260947d4557f4aa7ca)]:
10+
- @apollo/federation-internals@2.7.8-alpha.0
11+
- @apollo/query-graphs@2.7.8-alpha.0
12+
313
## 2.7.7
414

515
### Patch Changes

composition-js/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/composition",
3-
"version": "2.7.7",
3+
"version": "2.7.8-alpha.0",
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.7.7",
31-
"@apollo/query-graphs": "2.7.7"
30+
"@apollo/federation-internals": "2.7.8-alpha.0",
31+
"@apollo/query-graphs": "2.7.8-alpha.0"
3232
},
3333
"peerDependencies": {
3434
"graphql": "^16.5.0"

federation-integration-testsuite-js/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG for `federation-integration-testsuite-js`
22

3+
## 2.7.8-alpha.0
4+
5+
### Patch Changes
6+
7+
- Prerelease `-alpha.0` to validate `federation-rs` build process before publishing 2.7.8. ([#3008](https://github.com/apollographql/federation/pull/3008))
8+
39
## 2.7.7
410

511
### Patch Changes

federation-integration-testsuite-js/package.json

+1-1
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.7.7",
4+
"version": "2.7.8-alpha.0",
55
"description": "Apollo Federation Integrations / Test Fixtures",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

gateway-js/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG for `@apollo/gateway`
22

3+
## 2.7.8-alpha.0
4+
5+
### Patch Changes
6+
7+
- Prerelease `-alpha.0` to validate `federation-rs` build process before publishing 2.7.8. ([#3008](https://github.com/apollographql/federation/pull/3008))
8+
9+
- Updated dependencies [[`dc819ebbf09f7a86b74c86260947d4557f4aa7ca`](https://github.com/apollographql/federation/commit/dc819ebbf09f7a86b74c86260947d4557f4aa7ca)]:
10+
- @apollo/composition@2.7.8-alpha.0
11+
- @apollo/federation-internals@2.7.8-alpha.0
12+
- @apollo/query-planner@2.7.8-alpha.0
13+
314
## 2.7.7
415

516
### Patch Changes

gateway-js/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/gateway",
3-
"version": "2.7.7",
3+
"version": "2.7.8-alpha.0",
44
"description": "Apollo Gateway",
55
"author": "Apollo <[email protected]>",
66
"main": "dist/index.js",
@@ -25,9 +25,9 @@
2525
"access": "public"
2626
},
2727
"dependencies": {
28-
"@apollo/composition": "2.7.7",
29-
"@apollo/federation-internals": "2.7.7",
30-
"@apollo/query-planner": "2.7.7",
28+
"@apollo/composition": "2.7.8-alpha.0",
29+
"@apollo/federation-internals": "2.7.8-alpha.0",
30+
"@apollo/query-planner": "2.7.8-alpha.0",
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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG for `@apollo/federation-internals`
22

3+
## 2.7.8-alpha.0
4+
5+
### Patch Changes
6+
7+
- Prerelease `-alpha.0` to validate `federation-rs` build process before publishing 2.7.8. ([#3008](https://github.com/apollographql/federation/pull/3008))
8+
39
## 2.7.7
410

511
### Patch Changes

internals-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/federation-internals",
3-
"version": "2.7.7",
3+
"version": "2.7.8-alpha.0",
44
"description": "Apollo Federation internal utilities",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

query-graphs-js/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG for `@apollo/query-graphs`
22

3+
## 2.7.8-alpha.0
4+
5+
### Patch Changes
6+
7+
- Prerelease `-alpha.0` to validate `federation-rs` build process before publishing 2.7.8. ([#3008](https://github.com/apollographql/federation/pull/3008))
8+
9+
- Updated dependencies [[`dc819ebbf09f7a86b74c86260947d4557f4aa7ca`](https://github.com/apollographql/federation/commit/dc819ebbf09f7a86b74c86260947d4557f4aa7ca)]:
10+
- @apollo/federation-internals@2.7.8-alpha.0
11+
312
## 2.7.7
413

514
### Patch Changes

query-graphs-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/query-graphs",
3-
"version": "2.7.7",
3+
"version": "2.7.8-alpha.0",
44
"description": "Apollo Federation library to work with 'query graphs'",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -23,7 +23,7 @@
2323
"node": ">=14.15.0"
2424
},
2525
"dependencies": {
26-
"@apollo/federation-internals": "2.7.7",
26+
"@apollo/federation-internals": "2.7.8-alpha.0",
2727
"deep-equal": "^2.0.5",
2828
"ts-graphviz": "^1.5.4",
2929
"uuid": "^9.0.0"

query-planner-js/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG for `@apollo/query-planner`
22

3+
## 2.7.8-alpha.0
4+
5+
### Patch Changes
6+
7+
- Prerelease `-alpha.0` to validate `federation-rs` build process before publishing 2.7.8. ([#3008](https://github.com/apollographql/federation/pull/3008))
8+
9+
- Updated dependencies [[`dc819ebbf09f7a86b74c86260947d4557f4aa7ca`](https://github.com/apollographql/federation/commit/dc819ebbf09f7a86b74c86260947d4557f4aa7ca)]:
10+
- @apollo/federation-internals@2.7.8-alpha.0
11+
- @apollo/query-graphs@2.7.8-alpha.0
12+
313
## 2.7.7
414

515
### Patch Changes

query-planner-js/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/query-planner",
3-
"version": "2.7.7",
3+
"version": "2.7.8-alpha.0",
44
"description": "Apollo Query Planner",
55
"author": "Apollo <[email protected]>",
66
"main": "dist/index.js",
@@ -25,8 +25,8 @@
2525
"access": "public"
2626
},
2727
"dependencies": {
28-
"@apollo/federation-internals": "2.7.7",
29-
"@apollo/query-graphs": "2.7.7",
28+
"@apollo/federation-internals": "2.7.8-alpha.0",
29+
"@apollo/query-graphs": "2.7.8-alpha.0",
3030
"@apollo/utils.keyvaluecache": "^2.1.0",
3131
"chalk": "^4.1.0",
3232
"deep-equal": "^2.0.5",

subgraph-js/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG for `@apollo/subgraph`
22

3+
## 2.7.8-alpha.0
4+
5+
### Patch Changes
6+
7+
- Prerelease `-alpha.0` to validate `federation-rs` build process before publishing 2.7.8. ([#3008](https://github.com/apollographql/federation/pull/3008))
8+
9+
- Updated dependencies [[`dc819ebbf09f7a86b74c86260947d4557f4aa7ca`](https://github.com/apollographql/federation/commit/dc819ebbf09f7a86b74c86260947d4557f4aa7ca)]:
10+
- @apollo/federation-internals@2.7.8-alpha.0
11+
312
## 2.7.7
413

514
### Patch Changes

subgraph-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/subgraph",
3-
"version": "2.7.7",
3+
"version": "2.7.8-alpha.0",
44
"description": "Apollo Subgraph Utilities",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@apollo/cache-control-types": "^1.0.2",
28-
"@apollo/federation-internals": "2.7.7"
28+
"@apollo/federation-internals": "2.7.8-alpha.0"
2929
},
3030
"peerDependencies": {
3131
"graphql": "^16.5.0"

0 commit comments

Comments
 (0)