From bc9ad8e66b27a20ae8b371d5e79ebd080dee0a7c Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Fri, 25 Nov 2022 15:41:33 +0100 Subject: [PATCH] Set version to 10.1.0 --- jscomp/common/bs_version.ml | 2 +- lib/4.06.1/rescript.ml | 2 +- lib/4.06.1/unstable/js_compiler.ml | 2 +- lib/4.06.1/unstable/js_playground_compiler.ml | 2 +- lib/4.06.1/whole_compiler.ml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- packages/std/package.json | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/jscomp/common/bs_version.ml b/jscomp/common/bs_version.ml index da837bc8c9..c82bfebc25 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 = "10.1.0-rc.5" +let version = "10.1.0" let header = "// Generated by ReScript, PLEASE EDIT WITH CARE" let package_name = ref "rescript" diff --git a/lib/4.06.1/rescript.ml b/lib/4.06.1/rescript.ml index 63020b96bd..7ba543d166 100644 --- a/lib/4.06.1/rescript.ml +++ b/lib/4.06.1/rescript.ml @@ -4537,7 +4537,7 @@ end = struct * 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 = "10.1.0-rc.5" +let version = "10.1.0" let header = "// Generated by ReScript, PLEASE EDIT WITH CARE" let package_name = ref "rescript" diff --git a/lib/4.06.1/unstable/js_compiler.ml b/lib/4.06.1/unstable/js_compiler.ml index 1a53766017..0bcea2a25b 100644 --- a/lib/4.06.1/unstable/js_compiler.ml +++ b/lib/4.06.1/unstable/js_compiler.ml @@ -17685,7 +17685,7 @@ end = struct * 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 = "10.1.0-rc.5" +let version = "10.1.0" let header = "// Generated by ReScript, PLEASE EDIT WITH CARE" let package_name = ref "rescript" diff --git a/lib/4.06.1/unstable/js_playground_compiler.ml b/lib/4.06.1/unstable/js_playground_compiler.ml index 57ac3378e5..75e8df598d 100644 --- a/lib/4.06.1/unstable/js_playground_compiler.ml +++ b/lib/4.06.1/unstable/js_playground_compiler.ml @@ -17685,7 +17685,7 @@ end = struct * 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 = "10.1.0-rc.5" +let version = "10.1.0" let header = "// Generated by ReScript, PLEASE EDIT WITH CARE" let package_name = ref "rescript" diff --git a/lib/4.06.1/whole_compiler.ml b/lib/4.06.1/whole_compiler.ml index e67bd9090b..430fdb21c3 100644 --- a/lib/4.06.1/whole_compiler.ml +++ b/lib/4.06.1/whole_compiler.ml @@ -181875,7 +181875,7 @@ end = struct * 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 = "10.1.0-rc.5" +let version = "10.1.0" 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 fe10281e8f..c5c746a060 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rescript", - "version": "10.1.0-rc.5", + "version": "10.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rescript", - "version": "10.1.0-rc.5", + "version": "10.1.0", "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE", "bin": { diff --git a/package.json b/package.json index aefb265e44..057836f40e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rescript", - "version": "10.1.0-rc.5", + "version": "10.1.0", "devDependencies": { "mocha": "^7.2.0", "nyc": "^15.0.0", diff --git a/packages/std/package.json b/packages/std/package.json index 97429b042a..23e9df180b 100644 --- a/packages/std/package.json +++ b/packages/std/package.json @@ -1,6 +1,6 @@ { "name": "@rescript/std", - "version": "10.1.0-rc.5", + "version": "10.1.0", "keywords": [ "rescript", "stdlib",