From 86772792c7e4ec81206b0ccf90907aabe153e8fe Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Thu, 23 May 2024 17:12:58 +0200 Subject: [PATCH] chore: update changelog --- src/fable-compiler-js/CHANGELOG.md | 10 ++++++++++ src/fable-standalone/CHANGELOG.md | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/src/fable-compiler-js/CHANGELOG.md b/src/fable-compiler-js/CHANGELOG.md index 8b287e4092..7c360a7a46 100644 --- a/src/fable-compiler-js/CHANGELOG.md +++ b/src/fable-compiler-js/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +* Use `@fable-org/fable-metadata` package instead of `fable-metadata` (by @MangelMaxime) +* Use `@fable-org/fable-standalone` package instead of `fable-standalone` (by @MangelMaxime) +* Make `GetDirectoryName` return `"."` instead of `""` if the path doesn't contain any directory (by @MangelMaxime) + +### Fixed + +* Fix initialization of `fable-standalone` with the new package format (by @MangelMaxime) + ## 1.1.0 - 2024-02-20 * Add `NPM_PACKAGE_FABLE_COMPILER_JAVASCRIPT` compiler directive (by @MangelMaxime) diff --git a/src/fable-standalone/CHANGELOG.md b/src/fable-standalone/CHANGELOG.md index 68fa96a937..5a48d1c31f 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 +### Fixed + +* Make `dirname-filename-esm` a `dependency` instead of a `devDependency` + ## 1.5.0 - 2024-03-20 ### Changed