Skip to content

Commit 397a0a6

Browse files
release: on branch next (alpha) (#3200)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `next` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `next`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @apollo/[email protected] ### Minor Changes - Add request parameter to didEncounterError method ([#3199](#3199)) ### Patch Changes - Updated dependencies \[]: - @apollo/[email protected] - @apollo/[email protected] - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - Updated dependencies \[]: - @apollo/[email protected] - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - Updated dependencies \[]: - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - Updated dependencies \[]: - @apollo/[email protected] - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - Updated dependencies \[]: - @apollo/[email protected] ## @apollo/[email protected] ## [email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 02de6d4 commit 397a0a6

File tree

16 files changed

+80
-32
lines changed

16 files changed

+80
-32
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"changesets": [
1414
"twenty-parents-wait",
15+
"warm-moles-jog",
1516
"young-pigs-crash"
1617
]
1718
}

composition-js/CHANGELOG.md

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

3+
## 2.10.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @apollo/federation-internals@2.10.0-alpha.4
9+
- @apollo/query-graphs@2.10.0-alpha.4
10+
311
## 2.10.0-alpha.3
412

513
### 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.10.0-alpha.3",
3+
"version": "2.10.0-alpha.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.10.0-alpha.3",
31-
"@apollo/query-graphs": "2.10.0-alpha.3"
30+
"@apollo/federation-internals": "2.10.0-alpha.4",
31+
"@apollo/query-graphs": "2.10.0-alpha.4"
3232
},
3333
"peerDependencies": {
3434
"graphql": "^16.5.0"

federation-integration-testsuite-js/CHANGELOG.md

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

3+
## 2.10.0-alpha.4
4+
35
## 2.10.0-alpha.3
46

57
## 2.9.3

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

gateway-js/CHANGELOG.md

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

3+
## 2.10.0-alpha.4
4+
5+
### Minor Changes
6+
7+
- Add request parameter to didEncounterError method ([#3199](https://github.com/apollographql/federation/pull/3199))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @apollo/composition@2.10.0-alpha.4
13+
- @apollo/federation-internals@2.10.0-alpha.4
14+
- @apollo/query-planner@2.10.0-alpha.4
15+
316
## 2.10.0-alpha.3
417

518
### 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.10.0-alpha.3",
3+
"version": "2.10.0-alpha.4",
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.10.0-alpha.3",
29-
"@apollo/federation-internals": "2.10.0-alpha.3",
30-
"@apollo/query-planner": "2.10.0-alpha.3",
28+
"@apollo/composition": "2.10.0-alpha.4",
29+
"@apollo/federation-internals": "2.10.0-alpha.4",
30+
"@apollo/query-planner": "2.10.0-alpha.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

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

3+
## 2.10.0-alpha.4
4+
35
## 2.10.0-alpha.3
46

57
### 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.10.0-alpha.3",
3+
"version": "2.10.0-alpha.4",
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

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

3+
## 2.10.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @apollo/federation-internals@2.10.0-alpha.4
9+
310
## 2.10.0-alpha.3
411

512
### 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.10.0-alpha.3",
3+
"version": "2.10.0-alpha.4",
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.10.0-alpha.3",
26+
"@apollo/federation-internals": "2.10.0-alpha.4",
2727
"deep-equal": "^2.0.5",
2828
"ts-graphviz": "^1.5.4",
2929
"uuid": "^9.0.0"

query-planner-js/CHANGELOG.md

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

3+
## 2.10.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @apollo/federation-internals@2.10.0-alpha.4
9+
- @apollo/query-graphs@2.10.0-alpha.4
10+
311
## 2.10.0-alpha.3
412

513
### 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.10.0-alpha.3",
3+
"version": "2.10.0-alpha.4",
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.10.0-alpha.3",
29-
"@apollo/query-graphs": "2.10.0-alpha.3",
28+
"@apollo/federation-internals": "2.10.0-alpha.4",
29+
"@apollo/query-graphs": "2.10.0-alpha.4",
3030
"@apollo/utils.keyvaluecache": "^2.1.0",
3131
"chalk": "^4.1.0",
3232
"deep-equal": "^2.0.5",

subgraph-js/CHANGELOG.md

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

3+
## 2.10.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @apollo/federation-internals@2.10.0-alpha.4
9+
310
## 2.10.0-alpha.3
411

512
### 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.10.0-alpha.3",
3+
"version": "2.10.0-alpha.4",
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.10.0-alpha.3"
28+
"@apollo/federation-internals": "2.10.0-alpha.4"
2929
},
3030
"peerDependencies": {
3131
"graphql": "^16.5.0"

0 commit comments

Comments
 (0)