diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b45567f8..fd16acd8ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ > - :house: [Internal] > - :nail_care: [Polish] +# 11.0.0-alpha.2 (Unreleased) + # 11.0.0-alpha.1 ## :rocket: Main New Features diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bcdbbd2c3f..fb82d30f6e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -382,7 +382,6 @@ To build a new version and release it on NPM, follow these steps: 1. Increment the version number in `package.json`. 1. Run `node scripts/setVersion.js` to take that version number over into other files. -1. Snapshot (run `make` to regenerate `whole_compiler.ml` etc.). 1. Update `CHANGELOG.md`. 1. Create a PR. 1. Once that PR is merged, download the `npm-packages.zip` artifact for that commit from the Github Actions page. diff --git a/jscomp/common/bs_version.ml b/jscomp/common/bs_version.ml index 0e4c13d4e4..1e1ba2f17a 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-alpha.1" +let version = "11.0.0-alpha.2" 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 07cc034468..0fbd5366a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rescript", - "version": "11.0.0-alpha.1", + "version": "11.0.0-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rescript", - "version": "11.0.0-alpha.1", + "version": "11.0.0-alpha.2", "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE", "bin": { diff --git a/package.json b/package.json index 7ffc9a2eba..8eb6434569 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rescript", - "version": "11.0.0-alpha.1", + "version": "11.0.0-alpha.2", "devDependencies": { "mocha": "^10.1.0", "nyc": "^15.0.0", diff --git a/packages/std/package.json b/packages/std/package.json index 306f5d7b55..31ecbe623e 100644 --- a/packages/std/package.json +++ b/packages/std/package.json @@ -1,6 +1,6 @@ { "name": "@rescript/std", - "version": "11.0.0-alpha.1", + "version": "11.0.0-alpha.2", "keywords": [ "rescript", "stdlib",