Skip to content

Commit b9ae213

Browse files
committed
Release 1.4.0-beta.5
1 parent 90403c1 commit b9ae213

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.4.0-beta.5]
88
- Changed the representation of untagged union types and intersection types to make it easier to use.
99
- `('a, 'b) and_` and `('a, 'b) or_` types are removed in this change.
1010
- This is a breaking change.

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ module Publish =
203203
Shell.copyFile targetDir (mlDir </> $"{target}.ml")
204204

205205
let versionRegex =
206-
String.getRegEx "\\(version ((?>\\w\\.)*\\w)\\)"
206+
String.getRegEx "\\(version ((?>.)*)\\)"
207207

208208
let updateVersion () =
209209
duneProject |> File.applyReplace (fun content ->

dist_jsoo/dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(lang dune 2.7)
22
(name ts2ocaml-jsoo-stdlib)
3-
(version 1.4.0-beta.0)
3+
(version 1.4.0-beta.5)
44

55
(maintainers "[email protected]")
66
(authors
@@ -18,4 +18,4 @@
1818
(description "You can choose not to use this standard library. See the documents in the repository.")
1919
(depends
2020
(ocaml (>= 4.08))
21-
(ojs (>= 1.0.8))))
21+
(ojs (>= 1.1.0))))

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: "1.4.0-beta.0"
3+
version: "1.4.0-beta.5"
44
synopsis:
55
"Standard library for ts2ocaml generated bindings (js_of_ocaml target)"
66
description:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ocsigen/ts2ocaml",
3-
"version": "1.4.0-beta.4",
3+
"version": "1.4.0-beta.5",
44
"description": "Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)