Skip to content

Commit 304b6f7

Browse files
committed
Release 2.0.0-beta.3
1 parent b94756b commit 304b6f7

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.0-beta.3]
11+
1012
- ReScript: prefix invalid constructor names by `Case` (#392).
1113

1214
## [2.0.0-beta.2]

dist/jsoo/dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(lang dune 3.0)
22
(name ts2ocaml-jsoo-stdlib)
3-
(version 2.0.0-beta.2)
3+
(version 2.0.0-beta.3)
44

55
(maintainers "[email protected]")
66
(authors

dist/jsoo/ts2ocaml-jsoo-stdlib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "2.0.0-beta.2"
3+
version: "2.0.0-beta.3"
44
synopsis:
55
"Standard library for ts2ocaml generated bindings (js_of_ocaml target)"
66
description:

dist/res/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts2ocaml-rescript-stdlib",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"scripts": {
55
"build": "rescript",
66
"clean": "rescript clean -with-deps",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ocsigen/ts2ocaml",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"description": "Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API",
55
"repository": {
66
"type": "git",
@@ -49,4 +49,4 @@
4949
"webpack-cli": "5.1.0",
5050
"webpack-dev-server": "5.0.2"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)