Skip to content

Commit 03234b8

Browse files
authored
Set version to 11.0.0-alpha.2 (#6130)
* CONTRIBUTING.md: no more snapshotting needed for release * Set version to 11.0.0-alpha.2
1 parent f2f435e commit 03234b8

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13+
# 11.0.0-alpha.2 (Unreleased)
14+
1315
# 11.0.0-alpha.1
1416

1517
## :rocket: Main New Features

CONTRIBUTING.md

-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ To build a new version and release it on NPM, follow these steps:
382382

383383
1. Increment the version number in `package.json`.
384384
1. Run `node scripts/setVersion.js` to take that version number over into other files.
385-
1. Snapshot (run `make` to regenerate `whole_compiler.ml` etc.).
386385
1. Update `CHANGELOG.md`.
387386
1. Create a PR.
388387
1. Once that PR is merged, download the `npm-packages.zip` artifact for that commit from the Github Actions page.

jscomp/common/bs_version.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
* You should have received a copy of the GNU Lesser General Public License
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
24-
let version = "11.0.0-alpha.1"
24+
let version = "11.0.0-alpha.2"
2525
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
2626
let package_name = ref "rescript"

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript",
3-
"version": "11.0.0-alpha.1",
3+
"version": "11.0.0-alpha.2",
44
"devDependencies": {
55
"mocha": "^10.1.0",
66
"nyc": "^15.0.0",

packages/std/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/std",
3-
"version": "11.0.0-alpha.1",
3+
"version": "11.0.0-alpha.2",
44
"keywords": [
55
"rescript",
66
"stdlib",

0 commit comments

Comments
 (0)