Skip to content

Commit bf70970

Browse files
committed
Release 2.0.0-beta.2
1 parent f4d7b16 commit bf70970

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.0-beta.2]
11+
12+
- Update and fix TypeScript version to `5.3.3`.
13+
1014
## [2.0.0-beta.1]
1115

1216
- ReScript: changed the standard library from `Js` to `Core` (#387).

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.1)
3+
(version 2.0.0-beta.2)
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.1"
3+
version: "2.0.0-beta.2"
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": "0.0.0",
3+
"version": "2.0.0-beta.2",
44
"scripts": {
55
"build": "rescript",
66
"clean": "rescript clean -with-deps",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ocsigen/ts2ocaml",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API",
55
"repository": {
66
"type": "git",
@@ -28,7 +28,7 @@
2828
"@babel/code-frame": "^7.18.6",
2929
"browser-or-node": "^2.0.0",
3030
"chalk": "^5.0.1",
31-
"typescript": "^5.1.6",
31+
"typescript": "5.3.3",
3232
"yargs": "^17.5.1"
3333
},
3434
"devDependencies": {
@@ -49,4 +49,4 @@
4949
"webpack-cli": "5.1.0",
5050
"webpack-dev-server": "5.0.2"
5151
}
52-
}
52+
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3388,7 +3388,7 @@ [email protected]:
33883388
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.4.tgz#1743a5ec5fef6a1fa9f3e4708e33c81c73876c19"
33893389
integrity sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==
33903390

3391-
typescript@^5.1.6:
3391+
typescript@5.3.3:
33923392
version "5.3.3"
33933393
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
33943394
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==

0 commit comments

Comments
 (0)