Skip to content

Commit bf210fb

Browse files
committed
v15.0.0-alpha.1
1 parent 2e13000 commit bf210fb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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": "14.5.6",
3+
"version": "15.0.0-alpha.1",
44
"description": "A Query Language and Runtime which can target any service.",
55
"license": "MIT",
66
"private": true,

src/version.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
/**
99
* A string containing the version of the GraphQL.js library
1010
*/
11-
export const version = '14.5.6';
11+
export const version = '15.0.0-alpha.1';
1212

1313
/**
1414
* An object containing the components of the GraphQL.js version string
1515
*/
1616
export const versionInfo = Object.freeze({
17-
major: 14,
18-
minor: 5,
19-
patch: 6,
20-
preReleaseTag: null,
17+
major: 15,
18+
minor: 0,
19+
patch: 0,
20+
preReleaseTag: 'alpha.1',
2121
});

0 commit comments

Comments
 (0)