Skip to content

Commit ad6106d

Browse files
committed
chore(release): v17.0.0-alpha.11
## v17.0.0-alpha.11 (2026-02-27) #### Internal 🏠 <details> <summary> 3 PRs were merged </summary> * [graphql#4599](graphql#4599) add changesets to 17.x.x alpha ([@yaacovCR](https://github.com/yaacovCR)) * [graphql#4600](graphql#4600) pin node 25 to 25.6 ([@yaacovCR](https://github.com/yaacovCR)) * [graphql#4601](graphql#4601) internal: switch from changesets to simpler release automation ([@yaacovCR](https://github.com/yaacovCR)) </details> #### Committers: 1 * Yaacov Rydzinski ([@yaacovCR](https://github.com/yaacovCR))
1 parent 59f8880 commit ad6106d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql",
3-
"version": "17.0.0-alpha.10",
3+
"version": "17.0.0-alpha.11",
44
"description": "A Query Language and Runtime which can target any service.",
55
"license": "MIT",
66
"private": true,

src/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/**
55
* A string containing the version of the GraphQL.js library
66
*/
7-
export const version = '17.0.0-alpha.10' as string;
7+
export const version = '17.0.0-alpha.11' as string;
88

99
/**
1010
* An object containing the components of the GraphQL.js version string
@@ -13,5 +13,5 @@ export const versionInfo = Object.freeze({
1313
major: 17 as number,
1414
minor: 0 as number,
1515
patch: 0 as number,
16-
preReleaseTag: 'alpha.10' as string | null,
16+
preReleaseTag: 'alpha.11' as string | null,
1717
});

0 commit comments

Comments
 (0)