Skip to content

Commit 42c61fd

Browse files
authored
Increment version to 10.1.0-alpha.2 (#5653)
1 parent 95429e5 commit 42c61fd

File tree

9 files changed

+11
-9
lines changed

9 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13+
# 10.1.0-alpha.2
14+
1315
# 10.1.0-alpha.1
1416

1517
#### :boom: Breaking Change

jscomp/common/bs_version.ml

Lines changed: 1 addition & 1 deletion
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 = "10.1.0-alpha.1"
24+
let version = "10.1.0-alpha.2"
2525
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
2626
let package_name = ref "rescript"

lib/4.06.1/rescript.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5500,7 +5500,7 @@ end = struct
55005500
* You should have received a copy of the GNU Lesser General Public License
55015501
* along with this program; if not, write to the Free Software
55025502
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
5503-
let version = "10.1.0-alpha.1"
5503+
let version = "10.1.0-alpha.2"
55045504
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
55055505
let package_name = ref "rescript"
55065506

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17673,7 +17673,7 @@ end = struct
1767317673
* You should have received a copy of the GNU Lesser General Public License
1767417674
* along with this program; if not, write to the Free Software
1767517675
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
17676-
let version = "10.1.0-alpha.1"
17676+
let version = "10.1.0-alpha.2"
1767717677
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
1767817678
let package_name = ref "rescript"
1767917679

lib/4.06.1/unstable/js_playground_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17673,7 +17673,7 @@ end = struct
1767317673
* You should have received a copy of the GNU Lesser General Public License
1767417674
* along with this program; if not, write to the Free Software
1767517675
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
17676-
let version = "10.1.0-alpha.1"
17676+
let version = "10.1.0-alpha.2"
1767717677
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
1767817678
let package_name = ref "rescript"
1767917679

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181801,7 +181801,7 @@ end = struct
181801181801
* You should have received a copy of the GNU Lesser General Public License
181802181802
* along with this program; if not, write to the Free Software
181803181803
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
181804-
let version = "10.1.0-alpha.1"
181804+
let version = "10.1.0-alpha.2"
181805181805
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
181806181806
let package_name = ref "rescript"
181807181807

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

packages/std/package.json

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

0 commit comments

Comments
 (0)