Skip to content

Commit 44bd3f2

Browse files
Bump version to 5.7.1-rc and LKG
1 parent 5925c81 commit 44bd3f2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

lib/_tsc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and limitations under the License.
1818

1919
// src/compiler/corePublic.ts
2020
var versionMajorMinor = "5.7";
21-
var version = "5.7.0-beta";
21+
var version = "5.7.1-rc";
2222

2323
// src/compiler/core.ts
2424
var emptyArray = [];

lib/typescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2278,7 +2278,7 @@ module.exports = __toCommonJS(typescript_exports);
22782278

22792279
// src/compiler/corePublic.ts
22802280
var versionMajorMinor = "5.7";
2281-
var version = "5.7.0-beta";
2281+
var version = "5.7.1-rc";
22822282
var Comparison = /* @__PURE__ */ ((Comparison3) => {
22832283
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
22842284
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";

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
@@ -2,7 +2,7 @@
22
"name": "typescript",
33
"author": "Microsoft Corp.",
44
"homepage": "https://www.typescriptlang.org/",
5-
"version": "5.7.0-beta",
5+
"version": "5.7.1-rc",
66
"license": "Apache-2.0",
77
"description": "TypeScript is a language for application scale JavaScript development",
88
"keywords": [

src/compiler/corePublic.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export const versionMajorMinor = "5.7";
44
// The following is baselined as a literal template type without intervention
55
/** The version of the TypeScript compiler release */
6-
export const version = "5.7.0-beta" as string;
6+
export const version = "5.7.1-rc" as string;
77

88
/**
99
* Type of objects whose values are all of the same type.

0 commit comments

Comments
 (0)