From d784e86b7470fbbe8ba555ac895b9a8f122fbe77 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Wed, 4 Sep 2024 14:03:03 +0000 Subject: [PATCH] Release 4.20.0 --- src/Fable.Cli/CHANGELOG.md | 2 ++ src/Fable.Cli/Fable.Cli.fsproj | 12 +++++++++--- src/Fable.Transforms/Global/Compiler.fs | 4 ++-- src/fable-library-ts/CHANGELOG.md | 4 ++++ src/fable-library-ts/package.json | 2 +- src/fable-standalone/CHANGELOG.md | 4 ++++ src/fable-standalone/package-lock.json | 4 ++-- src/fable-standalone/package.json | 2 +- 8 files changed, 25 insertions(+), 9 deletions(-) diff --git a/src/Fable.Cli/CHANGELOG.md b/src/Fable.Cli/CHANGELOG.md index 75ddf6c79..265a596c8 100644 --- a/src/Fable.Cli/CHANGELOG.md +++ b/src/Fable.Cli/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 4.20.0 - 2024-09-04 + ### Added * [Rust] Added support for static interface calls (by @ncave) diff --git a/src/Fable.Cli/Fable.Cli.fsproj b/src/Fable.Cli/Fable.Cli.fsproj index b96f18397..22cb88ed6 100644 --- a/src/Fable.Cli/Fable.Cli.fsproj +++ b/src/Fable.Cli/Fable.Cli.fsproj @@ -4,10 +4,16 @@ true Exe net6.0 - 4.19.3 - ## Fixed + 4.20.0 + ## Added -- [JS/TS] Fixed unwrapping optional arguments (#3847) (by @ncave) +- [Rust] Added support for static interface calls (by @ncave) + +## Fixed + +- [All] Fixed passing delegates with unit args (#3862) (by @ncave) +- [JS/TS] Fixed Decimal comparisons (#3884) (by @ncave) +- [Rust] Fixed return type for byref body (by @ncave) diff --git a/src/Fable.Transforms/Global/Compiler.fs b/src/Fable.Transforms/Global/Compiler.fs index 882d32092..848c92a10 100644 --- a/src/Fable.Transforms/Global/Compiler.fs +++ b/src/Fable.Transforms/Global/Compiler.fs @@ -2,10 +2,10 @@ namespace Fable module Literals = [] - let VERSION = "4.19.3" + let VERSION = "4.20.0" [] - let JS_LIBRARY_VERSION = "1.4.2" + let JS_LIBRARY_VERSION = "1.4.3" type CompilerOptionsHelper = static member Make diff --git a/src/fable-library-ts/CHANGELOG.md b/src/fable-library-ts/CHANGELOG.md index 5def1bff8..33f3b8a63 100644 --- a/src/fable-library-ts/CHANGELOG.md +++ b/src/fable-library-ts/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.4.3 - 2024-09-04 + +* [JS/TS] Fixed Decimal comparisons (#3884) (by @ncave) + ## 1.4.2 - 2024-06-13 ### Fixed diff --git a/src/fable-library-ts/package.json b/src/fable-library-ts/package.json index 7360705a3..ed35e8e89 100644 --- a/src/fable-library-ts/package.json +++ b/src/fable-library-ts/package.json @@ -3,7 +3,7 @@ "private": false, "type": "module", "name": "@fable-org/fable-library-ts", - "version": "1.4.2", + "version": "1.4.3", "description": "Core library used by F# projects compiled with fable.io", "author": "Fable Contributors", "license": "MIT", diff --git a/src/fable-standalone/CHANGELOG.md b/src/fable-standalone/CHANGELOG.md index e3268f154..826db68d6 100644 --- a/src/fable-standalone/CHANGELOG.md +++ b/src/fable-standalone/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.9.0 - 2024-09-04 + +* Fable 4.20.0 + ## 1.8.1 - 2024-06-17 * Fable 4.19.3 diff --git a/src/fable-standalone/package-lock.json b/src/fable-standalone/package-lock.json index 346133e12..9babaa7f1 100644 --- a/src/fable-standalone/package-lock.json +++ b/src/fable-standalone/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fable-org/fable-standalone", - "version": "1.8.0", + "version": "1.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fable-org/fable-standalone", - "version": "1.8.0", + "version": "1.8.1", "license": "MIT", "devDependencies": { "esbuild": "^0.19.5", diff --git a/src/fable-standalone/package.json b/src/fable-standalone/package.json index a3285228b..6f026f657 100644 --- a/src/fable-standalone/package.json +++ b/src/fable-standalone/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "@fable-org/fable-standalone", "private": false, - "version": "1.8.1", + "version": "1.9.0", "main": "./dist/bundle.min.js", "description": "Fable compiler", "keywords": [