Skip to content

Commit

Permalink
Release 1.4.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cannorin committed Feb 14, 2022
1 parent 90403c1 commit b9ae213
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.4.0-beta.5]
- Changed the representation of untagged union types and intersection types to make it easier to use.
- `('a, 'b) and_` and `('a, 'b) or_` types are removed in this change.
- This is a breaking change.
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ module Publish =
Shell.copyFile targetDir (mlDir </> $"{target}.ml")

let versionRegex =
String.getRegEx "\\(version ((?>\\w\\.)*\\w)\\)"
String.getRegEx "\\(version ((?>.)*)\\)"

let updateVersion () =
duneProject |> File.applyReplace (fun content ->
Expand Down
4 changes: 2 additions & 2 deletions dist_jsoo/dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(lang dune 2.7)
(name ts2ocaml-jsoo-stdlib)
(version 1.4.0-beta.0)
(version 1.4.0-beta.5)

(maintainers "[email protected]")
(authors
Expand All @@ -18,4 +18,4 @@
(description "You can choose not to use this standard library. See the documents in the repository.")
(depends
(ocaml (>= 4.08))
(ojs (>= 1.0.8))))
(ojs (>= 1.1.0))))
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: "1.4.0-beta.0"
version: "1.4.0-beta.5"
synopsis:
"Standard library for ts2ocaml generated bindings (js_of_ocaml target)"
description:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocsigen/ts2ocaml",
"version": "1.4.0-beta.4",
"version": "1.4.0-beta.5",
"description": "Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API",
"repository": {
"type": "git",
Expand Down

0 comments on commit b9ae213

Please sign in to comment.