From d43484f7f30f552d38e7d84bc1182089d5016031 Mon Sep 17 00:00:00 2001 From: cannorin Date: Tue, 11 Jan 2022 20:57:19 +0900 Subject: [PATCH] Release 1.4.0-beta.0 --- CHANGELOG.md | 2 +- dist_jsoo/dune-project | 2 +- dist_jsoo/ts2ocaml-jsoo-stdlib.opam | 2 +- package.json | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9538c80..fc6c92e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.0] - 2022-01-11 - Perform massive internal refactoring. - Anonymous interface modules are now generated in the module where they are actually used. - This is a breaking change. diff --git a/dist_jsoo/dune-project b/dist_jsoo/dune-project index ff3d5adb..89e56deb 100644 --- a/dist_jsoo/dune-project +++ b/dist_jsoo/dune-project @@ -1,6 +1,6 @@ (lang dune 2.7) (name ts2ocaml-jsoo-stdlib) -(version 1.3.1) +(version 1.4.0-beta.0) (maintainers "dev@ocsigen.org") (authors diff --git a/dist_jsoo/ts2ocaml-jsoo-stdlib.opam b/dist_jsoo/ts2ocaml-jsoo-stdlib.opam index 70665d0e..ed9986e8 100644 --- a/dist_jsoo/ts2ocaml-jsoo-stdlib.opam +++ b/dist_jsoo/ts2ocaml-jsoo-stdlib.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "1.3.1" +version: "1.4.0-beta.0" synopsis: "Standard library for ts2ocaml generated bindings (js_of_ocaml target)" description: diff --git a/package.json b/package.json index 94221070..ff0a4d80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ocsigen/ts2ocaml", - "version": "1.3.1", + "version": "1.4.0-beta.0", "description": "Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API", "repository": { "type": "git", @@ -27,18 +27,18 @@ "ts2ocaml": "./dist/ts2ocaml.js" }, "dependencies": { + "browser-or-node": "^2.0.0", "typescript": "4.5.4", - "yargs": "17.3.1", - "browser-or-node": "^2.0.0" + "yargs": "17.3.1" }, "devDependencies": { + "@angular/common": "^13.0.3", "@babel/core": "7.16.7", "@types/react-modal": "3.13.1", "@types/semver": "7.3.9", "@types/yargs": "17.0.8", - "monaco-editor": "0.31.1", - "@angular/common": "^13.0.3", "cassandra-driver": "^4.6.3", + "monaco-editor": "0.31.1", "react-player": "2.9.0", "webpack": "5.65.0", "webpack-cli": "4.9.1",