Skip to content

Commit 4399655

Browse files
authored
chore(release): v17.0.0-alpha.14 (#4624)
## v17.0.0-alpha.14 (2026-03-11) #### Internal 🏠 * [#4623](#4623) internal: satisfy stricter deno type/package checks ([@yaacovCR](https://github.com/yaacovCR)) #### Committers: 1 * Yaacov Rydzinski ([@yaacovCR](https://github.com/yaacovCR))
1 parent 600b5c1 commit 4399655

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.13",
3+
"version": "17.0.0-alpha.14",
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.13' as string;
7+
export const version = '17.0.0-alpha.14' as string;
88

99
/**
1010
* An object containing the components of the GraphQL.js version string
@@ -18,5 +18,5 @@ export const versionInfo: Readonly<{
1818
major: 17 as number,
1919
minor: 0 as number,
2020
patch: 0 as number,
21-
preReleaseTag: 'alpha.13' as string | null,
21+
preReleaseTag: 'alpha.14' as string | null,
2222
});

0 commit comments

Comments
 (0)