Skip to content

Commit 8d7c8fc

Browse files
committed
17.0.0-alpha.3
1 parent e8c17b6 commit 8d7c8fc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

src/version.ts

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

0 commit comments

Comments
 (0)