Skip to content

Commit 60742f0

Browse files
authored
chore(release): v17.0.0-alpha.12 (#4617)
## v17.0.0-alpha.12 (2026-03-10) #### Internal 🏠 <details> <summary> 2 PRs were merged </summary> * [#4615](#4615) internal: streamline release process ([@yaacovCR](https://github.com/yaacovCR)) * [#4616](#4616) internal: add JSR publish flow with deno prod/dev builds ([@yaacovCR](https://github.com/yaacovCR)) </details> #### Committers: 1 * Yaacov Rydzinski ([@yaacovCR](https://github.com/yaacovCR))
1 parent d11192f commit 60742f0

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.11",
3+
"version": "17.0.0-alpha.12",
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.11' as string;
7+
export const version = '17.0.0-alpha.12' 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.11' as string | null,
16+
preReleaseTag: 'alpha.12' as string | null,
1717
});

0 commit comments

Comments
 (0)