From e2285d6e6f914f3f622bcb3165a23eca0153b856 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Mon, 10 Jun 2024 12:58:10 +0000 Subject: [PATCH] Release 4.19.0 --- src/Fable.Cli/CHANGELOG.md | 2 ++ src/Fable.Cli/Fable.Cli.fsproj | 9 +++------ src/Fable.Compiler/CHANGELOG.md | 6 ++++++ src/Fable.Compiler/Fable.Compiler.fsproj | 6 +++--- src/Fable.Transforms/Global/Compiler.fs | 2 +- src/fable-compiler-js/CHANGELOG.md | 4 ---- src/fable-compiler-js/package-lock.json | 4 ++-- src/fable-standalone/CHANGELOG.md | 6 ++++++ src/fable-standalone/package.json | 2 +- 9 files changed, 24 insertions(+), 17 deletions(-) diff --git a/src/Fable.Cli/CHANGELOG.md b/src/Fable.Cli/CHANGELOG.md index 3ad2ed1c4a..27badc204f 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.19.0 - 2024-06-10 + ### Fixed * [TS] Fixed interface indexers (#3830) (by @ncave) diff --git a/src/Fable.Cli/Fable.Cli.fsproj b/src/Fable.Cli/Fable.Cli.fsproj index 2c3b7fdcde..119be18ac1 100644 --- a/src/Fable.Cli/Fable.Cli.fsproj +++ b/src/Fable.Cli/Fable.Cli.fsproj @@ -4,14 +4,11 @@ true Exe net6.0 - 4.18.0 + 4.19.0 ## Fixed -- [GH-3817](https://github.com/fable-compiler/Fable/pull/3817) [All] Fix broken --precompiledLib switch (#3818) (by @DunetsNM) -- [JS/TS] Fixed TimeSpan.FromMilliseconds (#3815) (by @ncave) -- [Python] Fixed quotation for union string cases (by @dbrattli) -- [Python] Fixed casing issues with identifiers and reflection info (#3811) (by @dbrattli) -- [JS/TS/Python] Fixed interface static members (#3566) (by @ncave) +- [TS] Fixed interface indexers (#3830) (by @ncave) +- [GH-3835](https://github.com/fable-compiler/Fable/pull/3835) [All] Use case insensitive comparison when searching for dependencies between fable packages (by @ThisFunctionalTom) diff --git a/src/Fable.Compiler/CHANGELOG.md b/src/Fable.Compiler/CHANGELOG.md index a29c12c0e0..09b1944346 100644 --- a/src/Fable.Compiler/CHANGELOG.md +++ b/src/Fable.Compiler/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 4.0.0-alpha-010 - 2024-05-24 + +### Fixed + +* [GH-3835](https://github.com/fable-compiler/Fable/pull/3835) [All] Use case insensitive comparison when searching for dependencies between fable packages (by @ThisFunctionalTom) + ## 4.0.0-alpha-009 - 2024-05-24 ### Changed diff --git a/src/Fable.Compiler/Fable.Compiler.fsproj b/src/Fable.Compiler/Fable.Compiler.fsproj index f685ed5b12..5806edf852 100644 --- a/src/Fable.Compiler/Fable.Compiler.fsproj +++ b/src/Fable.Compiler/Fable.Compiler.fsproj @@ -6,10 +6,10 @@ true true Fable.Compiler - 4.0.0-alpha-009 - ## Changed + 4.0.0-alpha-010 + ## Fixed -- Fable 4.18.0 +- [GH-3835](https://github.com/fable-compiler/Fable/pull/3835) [All] Use case insensitive comparison when searching for dependencies between fable packages (by @ThisFunctionalTom) embedded diff --git a/src/Fable.Transforms/Global/Compiler.fs b/src/Fable.Transforms/Global/Compiler.fs index d1632eeae4..ed12d8d691 100644 --- a/src/Fable.Transforms/Global/Compiler.fs +++ b/src/Fable.Transforms/Global/Compiler.fs @@ -2,7 +2,7 @@ namespace Fable module Literals = [] - let VERSION = "4.18.0" + let VERSION = "4.19.0" [] let JS_LIBRARY_VERSION = "1.4.0" diff --git a/src/fable-compiler-js/CHANGELOG.md b/src/fable-compiler-js/CHANGELOG.md index 31578da5fb..65188681dd 100644 --- a/src/fable-compiler-js/CHANGELOG.md +++ b/src/fable-compiler-js/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -### Fixed - -* [GH-3835](https://github.com/fable-compiler/Fable/pull/3835) [All] Use case insensitive comparison when searching for dependencies between fable packages (by @ThisFunctionalTom) - ## 1.2.2 - 2024-05-24 ### Fixed diff --git a/src/fable-compiler-js/package-lock.json b/src/fable-compiler-js/package-lock.json index 048d389022..538d0113d3 100644 --- a/src/fable-compiler-js/package-lock.json +++ b/src/fable-compiler-js/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fable-org/fable-compiler-js", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fable-org/fable-compiler-js", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "dependencies": { "@fable-org/fable-metadata": "^1.0.0", diff --git a/src/fable-standalone/CHANGELOG.md b/src/fable-standalone/CHANGELOG.md index 7671774592..dc3d4a4493 100644 --- a/src/fable-standalone/CHANGELOG.md +++ b/src/fable-standalone/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.7.0 + +### Changed + +* Fable 4.19.0 + ## 1.6.0 - 2024-05-23 ### Fixed diff --git a/src/fable-standalone/package.json b/src/fable-standalone/package.json index 280a9362df..2ea6a2ed12 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.6.0", + "version": "1.7.0", "main": "./dist/bundle.min.js", "description": "Fable compiler", "keywords": [