Update versions to 3.7 (#32879)

* Update versions to 3.7

* Update API baselines
This commit is contained in:
Ryan Cavanaugh 2019-08-14 13:00:26 -07:00 committed by GitHub
parent 8f30c09d99
commit 11c28d6dd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "3.6.0",
"version": "3.7.0",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [

View file

@ -1,7 +1,7 @@
namespace ts {
// WARNING: The script `configureNightly.ts` uses a regexp to parse out these values.
// If changing the text in this section, be sure to test `configureNightly` too.
export const versionMajorMinor = "3.6";
export const versionMajorMinor = "3.7";
/** The version of the TypeScript compiler release */
export const version = `${versionMajorMinor}.0-dev`;
}

View file

@ -14,7 +14,7 @@ and limitations under the License.
***************************************************************************** */
declare namespace ts {
const versionMajorMinor = "3.6";
const versionMajorMinor = "3.7";
/** The version of the TypeScript compiler release */
const version: string;
}

View file

@ -14,7 +14,7 @@ and limitations under the License.
***************************************************************************** */
declare namespace ts {
const versionMajorMinor = "3.6";
const versionMajorMinor = "3.7";
/** The version of the TypeScript compiler release */
const version: string;
}

@ -1 +1 @@
Subproject commit 283d7b306ce231f092d28e01713905e5c1600d14
Subproject commit 21ae22dbd3ae3d3a55d9efd4eead3dd7fb6d8e6e

@ -1 +1 @@
Subproject commit 1a61db58d434d33603f20e73ca643ec83c561b73
Subproject commit dc74990b89b5c6e143b522c759be3dac2c286514