Skip to content

Commit

Permalink
Release 1.4.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cannorin committed Jan 11, 2022
1 parent 7c712a4 commit d43484f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.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.
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 2.7)
(name ts2ocaml-jsoo-stdlib)
(version 1.3.1)
(version 1.4.0-beta.0)

(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: "1.3.1"
version: "1.4.0-beta.0"
synopsis:
"Standard library for ts2ocaml generated bindings (js_of_ocaml target)"
description:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit d43484f

Please sign in to comment.