From a921557a9b311b6739115c2195a190db1e028da0 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Wed, 16 Aug 2023 13:24:44 +0200 Subject: [PATCH] Set version to 11.0.0-rc.1 (#6351) --- CHANGELOG.md | 3 ++- jscomp/common/bs_version.ml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- packages/std/package.json | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 804c72a4bd..9603655552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ > - :house: [Internal] > - :nail_care: [Polish] -# 11.0.0-beta.5 (Unreleased) +# 11.0.0-rc.1 #### :rocket: New Feature @@ -21,6 +21,7 @@ - `$$default` is no longer exported from the generated JavaScript when using default exports. https://github.com/rescript-lang/rescript-compiler/pull/6328 #### :nail_care: Polish + - Conditionally print error message about record with missing label potentially being a component. https://github.com/rescript-lang/rescript-compiler/pull/6337 - Put definition in the bottom and the actual error at the top when reporting errors for supplying fields etc with the wrong name. https://github.com/rescript-lang/rescript-compiler/pull/6336 - Fix left over places where polyvariant tag names were printed in OCaml syntax instead of ReScript. https://github.com/rescript-lang/rescript-compiler/pull/6348 diff --git a/jscomp/common/bs_version.ml b/jscomp/common/bs_version.ml index 76b118fafa..a34ee0752f 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 = "11.0.0-beta.5" +let version = "11.0.0-rc.1" 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 02587a022d..fb10a73680 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rescript", - "version": "11.0.0-beta.5", + "version": "11.0.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rescript", - "version": "11.0.0-beta.5", + "version": "11.0.0-rc.1", "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE", "bin": { diff --git a/package.json b/package.json index cd2467eb03..7af5fa1cf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rescript", - "version": "11.0.0-beta.5", + "version": "11.0.0-rc.1", "devDependencies": { "mocha": "^10.1.0", "nyc": "^15.0.0", diff --git a/packages/std/package.json b/packages/std/package.json index 8796138f30..631a37f2c5 100644 --- a/packages/std/package.json +++ b/packages/std/package.json @@ -1,6 +1,6 @@ { "name": "@rescript/std", - "version": "11.0.0-beta.5", + "version": "11.0.0-rc.1", "keywords": [ "rescript", "stdlib",