From e54790411844b0e4b3abe8ea37fc65b201c42ff9 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Sun, 5 Jan 2025 09:03:08 +0100 Subject: [PATCH] Prepare for 12.0.0-alpha.7 release --- CHANGELOG.md | 4 ++-- tests/analysis_tests/tests/package-lock.json | 1 - .../gentype_tests/typescript-react-example/package-lock.json | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1b0514e9..f748bcb5b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ > - :house: [Internal] > - :nail_care: [Polish] -# 12.0.0-alpha.7 (Unreleased) +# 12.0.0-alpha.7 #### :bug: Bug fix @@ -23,7 +23,7 @@ #### :house: Internal - AST cleanup: use inline record for Pexp_fun. https://github.com/rescript-lang/rescript/pull/7213 -- Add support for "dot completion everywhere" (Ported from https://github.com/rescript-lang/rescript-vscode/pull/1054). https://github.com/rescript-lang/rescript/pull/7226 +- Add support for "dot completion everywhere" (ported from https://github.com/rescript-lang/rescript-vscode/pull/1054). https://github.com/rescript-lang/rescript/pull/7226 - Add assertions to stdlib docstring examples. Extract examples into Mocha tests, compile and run the tests in CI. https://github.com/rescript-lang/rescript/pull/7219 # 12.0.0-alpha.6 diff --git a/tests/analysis_tests/tests/package-lock.json b/tests/analysis_tests/tests/package-lock.json index 775904830a..7a51892b94 100644 --- a/tests/analysis_tests/tests/package-lock.json +++ b/tests/analysis_tests/tests/package-lock.json @@ -33,7 +33,6 @@ } }, "../../..": { - "name": "rescript", "version": "12.0.0-alpha.7", "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE", diff --git a/tests/gentype_tests/typescript-react-example/package-lock.json b/tests/gentype_tests/typescript-react-example/package-lock.json index 5daa3f9e83..d1d0e9c2ab 100644 --- a/tests/gentype_tests/typescript-react-example/package-lock.json +++ b/tests/gentype_tests/typescript-react-example/package-lock.json @@ -21,8 +21,7 @@ } }, "../../..": { - "name": "rescript", - "version": "12.0.0-alpha.6", + "version": "12.0.0-alpha.7", "dev": true, "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE",