Skip to content

Commit

Permalink
Release 2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cannorin committed Mar 1, 2024
1 parent f4d7b16 commit bf70970
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0-beta.2]

- Update and fix TypeScript version to `5.3.3`.

## [2.0.0-beta.1]

- ReScript: changed the standard library from `Js` to `Core` (#387).
Expand Down
2 changes: 1 addition & 1 deletion dist/jsoo/dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(lang dune 3.0)
(name ts2ocaml-jsoo-stdlib)
(version 2.0.0-beta.1)
(version 2.0.0-beta.2)

(maintainers "[email protected]")
(authors
Expand Down
2 changes: 1 addition & 1 deletion dist/jsoo/ts2ocaml-jsoo-stdlib.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.0.0-beta.1"
version: "2.0.0-beta.2"
synopsis:
"Standard library for ts2ocaml generated bindings (js_of_ocaml target)"
description:
Expand Down
2 changes: 1 addition & 1 deletion dist/res/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts2ocaml-rescript-stdlib",
"version": "0.0.0",
"version": "2.0.0-beta.2",
"scripts": {
"build": "rescript",
"clean": "rescript clean -with-deps",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocsigen/ts2ocaml",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/code-frame": "^7.18.6",
"browser-or-node": "^2.0.0",
"chalk": "^5.0.1",
"typescript": "^5.1.6",
"typescript": "5.3.3",
"yargs": "^17.5.1"
},
"devDependencies": {
Expand All @@ -49,4 +49,4 @@
"webpack-cli": "5.1.0",
"webpack-dev-server": "5.0.2"
}
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3388,7 +3388,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.4.tgz#1743a5ec5fef6a1fa9f3e4708e33c81c73876c19"
integrity sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==

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

0 comments on commit bf70970

Please sign in to comment.