Skip to content

Commit ac3744a

Browse files
authored
Version 10.0.0-rc.1 (#5584)
1 parent dc71e98 commit ac3744a

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, 10.0_release]
66
pull_request:
7-
branches: [master]
7+
branches: [master, 10.0_release]
88

99
jobs:
1010
build:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
- Print patterns in warnings using rescript printer https://github.com/rescript-lang/rescript-compiler/pull/5492
2222

23-
# 10.0 first full release
23+
# 10.0.0-rc.1
2424

2525
#### :bug: Bug Fix
2626

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.0.0"
24+
let version = "10.0.0-rc.1"
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
@@ -5492,7 +5492,7 @@ end = struct
54925492
* You should have received a copy of the GNU Lesser General Public License
54935493
* along with this program; if not, write to the Free Software
54945494
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
5495-
let version = "10.0.0"
5495+
let version = "10.0.0-rc.1"
54965496
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
54975497
let package_name = ref "rescript"
54985498

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17626,7 +17626,7 @@ end = struct
1762617626
* You should have received a copy of the GNU Lesser General Public License
1762717627
* along with this program; if not, write to the Free Software
1762817628
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
17629-
let version = "10.0.0"
17629+
let version = "10.0.0-rc.1"
1763017630
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
1763117631
let package_name = ref "rescript"
1763217632

lib/4.06.1/unstable/js_playground_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17626,7 +17626,7 @@ end = struct
1762617626
* You should have received a copy of the GNU Lesser General Public License
1762717627
* along with this program; if not, write to the Free Software
1762817628
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
17629-
let version = "10.0.0"
17629+
let version = "10.0.0-rc.1"
1763017630
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
1763117631
let package_name = ref "rescript"
1763217632

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179895,7 +179895,7 @@ end = struct
179895179895
* You should have received a copy of the GNU Lesser General Public License
179896179896
* along with this program; if not, write to the Free Software
179897179897
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
179898-
let version = "10.0.0"
179898+
let version = "10.0.0-rc.1"
179899179899
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
179900179900
let package_name = ref "rescript"
179901179901

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.0.0",
3+
"version": "10.0.0-rc.1",
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.0.0",
3+
"version": "10.0.0-rc.1",
44
"keywords": [
55
"rescript",
66
"stdlib",

0 commit comments

Comments
 (0)