From 18beb09404b0105149ea121188c1bd358cf8bf95 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Fri, 27 Feb 2026 14:51:30 +0100 Subject: [PATCH] Set version to 13.0.0-alpha.3 --- CHANGELOG.md | 16 ++++++++++++++++ compiler/common/bs_version.ml | 2 +- package.json | 2 +- packages/@rescript/darwin-arm64/package.json | 2 +- packages/@rescript/darwin-x64/package.json | 2 +- packages/@rescript/linux-arm64/package.json | 2 +- packages/@rescript/linux-x64/package.json | 2 +- packages/@rescript/runtime/package.json | 2 +- packages/@rescript/win32-x64/package.json | 2 +- rewatch/Cargo.lock | 2 +- rewatch/Cargo.toml | 2 +- tests/dependencies/rescript-react/package.json | 2 +- yarn.config.cjs | 2 +- 13 files changed, 28 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 144e7c01cb9..88c60f35bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,22 @@ > - :nail_care: [Polish] > - :house: [Internal] +# 13.0.0-alpha.3 (Unreleased) + +#### :boom: Breaking Change + +#### :eyeglasses: Spec Compliance + +#### :rocket: New Feature + +#### :bug: Bug fix + +#### :memo: Documentation + +#### :nail_care: Polish + +#### :house: Internal + # 13.0.0-alpha.2 #### :bug: Bug fix diff --git a/compiler/common/bs_version.ml b/compiler/common/bs_version.ml index 19d3dbd8ed6..8145fbb0992 100644 --- a/compiler/common/bs_version.ml +++ b/compiler/common/bs_version.ml @@ -21,5 +21,5 @@ * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *) -let version = "13.0.0-alpha.2" +let version = "13.0.0-alpha.3" let header = "// Generated by ReScript, PLEASE EDIT WITH CARE" diff --git a/package.json b/package.json index 45b8ef564b0..00801886c45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rescript", - "version": "13.0.0-alpha.2", + "version": "13.0.0-alpha.3", "description": "ReScript toolchain", "type": "module", "keywords": [ diff --git a/packages/@rescript/darwin-arm64/package.json b/packages/@rescript/darwin-arm64/package.json index 6f9b756bc6c..10c0ebd1a9b 100644 --- a/packages/@rescript/darwin-arm64/package.json +++ b/packages/@rescript/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@rescript/darwin-arm64", - "version": "13.0.0-alpha.2", + "version": "13.0.0-alpha.3", "description": "ReScript binaries for MacOS ARM64", "type": "module", "license": "(LGPL-3.0-or-later AND MIT)", diff --git a/packages/@rescript/darwin-x64/package.json b/packages/@rescript/darwin-x64/package.json index 16707ab966e..3b44d64ccfe 100644 --- a/packages/@rescript/darwin-x64/package.json +++ b/packages/@rescript/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@rescript/darwin-x64", - "version": "13.0.0-alpha.2", + "version": "13.0.0-alpha.3", "description": "ReScript binaries for MacOS x86_64", "type": "module", "license": "(LGPL-3.0-or-later AND MIT)", diff --git a/packages/@rescript/linux-arm64/package.json b/packages/@rescript/linux-arm64/package.json index 922a63a9e2c..7c8cf19a9f6 100644 --- a/packages/@rescript/linux-arm64/package.json +++ b/packages/@rescript/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@rescript/linux-arm64", - "version": "13.0.0-alpha.2", + "version": "13.0.0-alpha.3", "description": "ReScript binaries for Linux ARM64", "type": "module", "license": "(LGPL-3.0-or-later AND MIT)", diff --git a/packages/@rescript/linux-x64/package.json b/packages/@rescript/linux-x64/package.json index 2ce7afa5edd..03858c580a3 100644 --- a/packages/@rescript/linux-x64/package.json +++ b/packages/@rescript/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@rescript/linux-x64", - "version": "13.0.0-alpha.2", + "version": "13.0.0-alpha.3", "description": "ReScript binaries for Linux x86_64", "type": "module", "license": "(LGPL-3.0-or-later AND MIT)", diff --git a/packages/@rescript/runtime/package.json b/packages/@rescript/runtime/package.json index e4d3b9f45d2..e83c7841e33 100644 --- a/packages/@rescript/runtime/package.json +++ b/packages/@rescript/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@rescript/runtime", - "version": "13.0.0-alpha.2", + "version": "13.0.0-alpha.3", "description": "ReScript runtime modules", "type": "module", "license": "MIT", diff --git a/packages/@rescript/win32-x64/package.json b/packages/@rescript/win32-x64/package.json index f4004a3deb3..a59035fff94 100644 --- a/packages/@rescript/win32-x64/package.json +++ b/packages/@rescript/win32-x64/package.json @@ -1,6 +1,6 @@ { "name": "@rescript/win32-x64", - "version": "13.0.0-alpha.2", + "version": "13.0.0-alpha.3", "description": "ReScript binaries for Windows x86_64", "type": "module", "license": "(LGPL-3.0-or-later AND MIT)", diff --git a/rewatch/Cargo.lock b/rewatch/Cargo.lock index f8028367225..7dc7a6f392e 100644 --- a/rewatch/Cargo.lock +++ b/rewatch/Cargo.lock @@ -768,7 +768,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rescript" -version = "13.0.0-alpha.2" +version = "13.0.0-alpha.3" dependencies = [ "ahash", "anyhow", diff --git a/rewatch/Cargo.toml b/rewatch/Cargo.toml index 84f2279e57d..f12ffa03d6c 100644 --- a/rewatch/Cargo.toml +++ b/rewatch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rescript" -version = "13.0.0-alpha.2" +version = "13.0.0-alpha.3" edition = "2024" rust-version = "1.91" diff --git a/tests/dependencies/rescript-react/package.json b/tests/dependencies/rescript-react/package.json index 6a941be612f..71321b3ec60 100644 --- a/tests/dependencies/rescript-react/package.json +++ b/tests/dependencies/rescript-react/package.json @@ -1,7 +1,7 @@ { "name": "@rescript/react", "private": true, - "version": "13.0.0-alpha.2", + "version": "13.0.0-alpha.3", "homepage": "https://rescript-lang.org", "bugs": "https://github.com/rescript-lang/rescript/issues", "repository": { diff --git a/yarn.config.cjs b/yarn.config.cjs index 75c5d2b62d3..510d4d26501 100644 --- a/yarn.config.cjs +++ b/yarn.config.cjs @@ -14,7 +14,7 @@ const execPromise = util.promisify(exec); * @param {Yarn.Constraints.Context} ctx */ async function enforceCompilerMeta({ Yarn }) { - const EXPECTED_VERSION = "13.0.0-alpha.2"; + const EXPECTED_VERSION = "13.0.0-alpha.3"; for (const workspace of Yarn.workspaces()) { const { ident } = workspace.pkg;