Skip to content

Commit 7594bee

Browse files
authored
Set version to 10.1.3 (#5962)
* Set version to 10.1.3 * Update/fix changelog
1 parent cc42a14 commit 7594bee

File tree

9 files changed

+21
-9
lines changed

9 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13+
# 10.1.3
14+
15+
#### :nail_care: Polish
16+
17+
- Add the gap property to jsxDOMStyle https://github.com/rescript-lang/rescript-compiler/pull/5956
18+
19+
# 10.1.2
20+
21+
#### :bug: Bug Fix
22+
23+
- Fix an issue where error messages related to duplicate props were displayed without a loc and were unclear https://github.com/rescript-lang/syntax/pull/728
24+
1325
# 10.1.1
1426

1527
#### :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.2"
24+
let version = "10.1.3"
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
@@ -4537,7 +4537,7 @@ end = struct
45374537
* You should have received a copy of the GNU Lesser General Public License
45384538
* along with this program; if not, write to the Free Software
45394539
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
4540-
let version = "10.1.2"
4540+
let version = "10.1.3"
45414541
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
45424542
let package_name = ref "rescript"
45434543

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17685,7 +17685,7 @@ end = struct
1768517685
* You should have received a copy of the GNU Lesser General Public License
1768617686
* along with this program; if not, write to the Free Software
1768717687
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
17688-
let version = "10.1.2"
17688+
let version = "10.1.3"
1768917689
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
1769017690
let package_name = ref "rescript"
1769117691

lib/4.06.1/unstable/js_playground_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17685,7 +17685,7 @@ end = struct
1768517685
* You should have received a copy of the GNU Lesser General Public License
1768617686
* along with this program; if not, write to the Free Software
1768717687
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
17688-
let version = "10.1.2"
17688+
let version = "10.1.3"
1768917689
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
1769017690
let package_name = ref "rescript"
1769117691

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181875,7 +181875,7 @@ end = struct
181875181875
* You should have received a copy of the GNU Lesser General Public License
181876181876
* along with this program; if not, write to the Free Software
181877181877
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
181878-
let version = "10.1.2"
181878+
let version = "10.1.3"
181879181879
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
181880181880
let package_name = ref "rescript"
181881181881

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.2",
3+
"version": "10.1.3",
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.2",
3+
"version": "10.1.3",
44
"keywords": [
55
"rescript",
66
"stdlib",

0 commit comments

Comments
 (0)