From a39f1fc31effe01634a876fff5ff7d9e74528b6f Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Sat, 7 Sep 2024 09:56:24 +0200 Subject: [PATCH] Set version to 12.0.0-alpha.4 (#7022) --- CHANGELOG.md | 2 ++ jscomp/common/bs_version.ml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- packages/std/package.json | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0711504c3..415ff1ad5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ > - :house: [Internal] > - :nail_care: [Polish] +# 12.0.0-alpha.4 (Unreleased) + # 12.0.0-alpha.3 #### :bug: Bug fix diff --git a/jscomp/common/bs_version.ml b/jscomp/common/bs_version.ml index 10ebe1549c..e763129e2e 100644 --- a/jscomp/common/bs_version.ml +++ b/jscomp/common/bs_version.ml @@ -21,6 +21,6 @@ * 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 = "12.0.0-alpha.3" +let version = "12.0.0-alpha.4" let header = "// Generated by ReScript, PLEASE EDIT WITH CARE" let package_name = ref "rescript" diff --git a/package-lock.json b/package-lock.json index 8f7400e9fa..e48f404826 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rescript", - "version": "12.0.0-alpha.3", + "version": "12.0.0-alpha.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rescript", - "version": "12.0.0-alpha.3", + "version": "12.0.0-alpha.4", "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE", "bin": { diff --git a/package.json b/package.json index d7b21ccb18..ea4352c4a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rescript", - "version": "12.0.0-alpha.3", + "version": "12.0.0-alpha.4", "description": "ReScript toolchain", "keywords": [ "ReScript", diff --git a/packages/std/package.json b/packages/std/package.json index afd0e51163..5a2c87518c 100644 --- a/packages/std/package.json +++ b/packages/std/package.json @@ -1,6 +1,6 @@ { "name": "@rescript/std", - "version": "12.0.0-alpha.3", + "version": "12.0.0-alpha.4", "keywords": [ "rescript", "stdlib",