Skip to content

Commit 3fd5157

Browse files
authored
Summit-ready 2.12 preview version bumps (#3308)
1 parent b2b3e3b commit 3fd5157

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

.changeset/forty-cups-join.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@apollo/composition": patch
3+
"@apollo/federation-internals": patch
4+
---
5+
6+
Preparing new preview release 2.12.0-preview.3 (patch).

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
node: circleci/node@5.1.0
4+
node: circleci/node@7.2.0
55

66
jobs:
77
# Unfortunately cimg/node doesn't tag its images with major only, you have to specify a minor version.
@@ -43,6 +43,7 @@ workflows:
4343
- "16"
4444
- "18"
4545
- "20"
46+
- "22"
4647
- node/run:
4748
name: Check Error Code Doc
4849
npm-run: error-code-doc:check

composition-js/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
### Minor Changes
66

7-
- Added isSuccess argument to @connect and @source ([#3294](https://github.com/apollographql/federation/pull/3294))
7+
- Added `isSuccess` argument to `@connect` and `@source` ([#3294](https://github.com/apollographql/federation/pull/3294))
8+
9+
- Added preview `@cacheTag` directive support ([#3274](https://github.com/apollographql/federation/pull/3274))
810

911
### Patch Changes
1012

internals-js/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
### Minor Changes
66

7-
- Added isSuccess argument to @connect and @source ([#3294](https://github.com/apollographql/federation/pull/3294))
7+
- Added `isSuccess` argument to `@connect` and `@source` ([#3294](https://github.com/apollographql/federation/pull/3294))
8+
9+
- Added preview `@cacheTag` directive support ([#3274](https://github.com/apollographql/federation/pull/3274))
810

911
## 2.12.0-preview.1
1012

internals-js/src/specs/connectSpec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export const CONNECT_VERSIONS = new FeatureDefinitions<ConnectSpecDefinition>(
232232
.add(
233233
new ConnectSpecDefinition(
234234
new FeatureVersion(0, 3),
235-
new FeatureVersion(2, 11),
235+
new FeatureVersion(2, 12),
236236
),
237237
);
238238

0 commit comments

Comments
 (0)