Skip to content

Commit a309372

Browse files
chore: release multiple projects
1 parent 2d9673f commit a309372

5 files changed

Lines changed: 37 additions & 5 deletions

File tree

src/Fable.Cli/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_commit_released: 63bcd3d90f37cb3934edcc59b5f54f49ffab3896
2+
last_commit_released: 2d9673fb609f6ae3273576c913929e0f601d8f5d
33
include:
44
- ../fable-library-beam/
55
- ../fable-library-dart/
@@ -25,6 +25,14 @@ All notable changes to this project will be documented in this file.
2525
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2626
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2727

28+
## 5.1.1 - 2026-05-28
29+
30+
### 🐞 Bug Fixes
31+
32+
* *(js/ts)* Throw an error when trying to set non-property memeber inside of `jsOptions` (#4624) ([2d9673f](https://github.com/fable-compiler/Fable/commit/2d9673fb609f6ae3273576c913929e0f601d8f5d))
33+
34+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/63bcd3d90f37cb3934edcc59b5f54f49ffab3896..2d9673fb609f6ae3273576c913929e0f601d8f5d)</small></strong>
35+
2836
## 5.1.0 - 2026-05-28
2937

3038
### 🚀 Features

src/Fable.Compiler/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_commit_released: 63bcd3d90f37cb3934edcc59b5f54f49ffab3896
2+
last_commit_released: 2d9673fb609f6ae3273576c913929e0f601d8f5d
33
include:
44
- ../fable-library-beam/
55
- ../fable-library-dart/
@@ -21,6 +21,14 @@ All notable changes to this project will be documented in this file.
2121
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2222
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2323

24+
## 5.1.1 - 2026-05-28
25+
26+
### 🐞 Bug Fixes
27+
28+
* *(js/ts)* Throw an error when trying to set non-property memeber inside of `jsOptions` (#4624) ([2d9673f](https://github.com/fable-compiler/Fable/commit/2d9673fb609f6ae3273576c913929e0f601d8f5d))
29+
30+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/63bcd3d90f37cb3934edcc59b5f54f49ffab3896..2d9673fb609f6ae3273576c913929e0f601d8f5d)</small></strong>
31+
2432
## 5.1.0 - 2026-05-28
2533

2634
### 🚀 Features

src/Fable.Transforms/Global/Compiler.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace Fable
22

33
module Literals =
44
[<Literal>]
5-
let VERSION = "5.1.0"
5+
let VERSION = "5.1.1"
66

77
[<Literal>]
88
let JS_LIBRARY_VERSION = "2.1.0"

src/fable-compiler-js/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_commit_released: 63bcd3d90f37cb3934edcc59b5f54f49ffab3896
2+
last_commit_released: 2d9673fb609f6ae3273576c913929e0f601d8f5d
33
include:
44
- ../Fable.Core/
55
- ../fable-standalone/
@@ -13,6 +13,14 @@ All notable changes to this project will be documented in this file.
1313
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1414
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1515

16+
## 2.0.2 - 2026-05-28
17+
18+
### 🐞 Bug Fixes
19+
20+
* *(js/ts)* Throw an error when trying to set non-property memeber inside of `jsOptions` (#4624) ([2d9673f](https://github.com/fable-compiler/Fable/commit/2d9673fb609f6ae3273576c913929e0f601d8f5d))
21+
22+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/63bcd3d90f37cb3934edcc59b5f54f49ffab3896..2d9673fb609f6ae3273576c913929e0f601d8f5d)</small></strong>
23+
1624
## 2.0.1 - 2026-05-28
1725

1826
### 🐞 Bug Fixes

src/fable-standalone/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_commit_released: 63bcd3d90f37cb3934edcc59b5f54f49ffab3896
2+
last_commit_released: 2d9673fb609f6ae3273576c913929e0f601d8f5d
33
include:
44
- ../Fable.Transforms/
55
- ../fcs-fable/
@@ -13,6 +13,14 @@ All notable changes to this project will be documented in this file.
1313
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1414
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1515

16+
## 2.0.2 - 2026-05-28
17+
18+
### 🐞 Bug Fixes
19+
20+
* *(js/ts)* Throw an error when trying to set non-property memeber inside of `jsOptions` (#4624) ([2d9673f](https://github.com/fable-compiler/Fable/commit/2d9673fb609f6ae3273576c913929e0f601d8f5d))
21+
22+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/63bcd3d90f37cb3934edcc59b5f54f49ffab3896..2d9673fb609f6ae3273576c913929e0f601d8f5d)</small></strong>
23+
1624
## 2.0.1 - 2026-05-28
1725

1826
### 🐞 Bug Fixes

0 commit comments

Comments
 (0)