Skip to content

Commit 2fcb018

Browse files
chore: release multiple projects
1 parent 09003de commit 2fcb018

7 files changed

Lines changed: 50 additions & 8 deletions

File tree

src/Fable.Cli/CHANGELOG.md

Lines changed: 10 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: 09003de8bc72e4f73281828d905d49aab7db3f55
33
include:
44
- ../fable-library-beam/
55
- ../fable-library-dart/
@@ -25,6 +25,15 @@ 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-29
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+
* *(js/ts)* Reject JS-permissive date strings that .NET TryParse rejects (#4588) ([09003de](https://github.com/fable-compiler/Fable/commit/09003de8bc72e4f73281828d905d49aab7db3f55))
34+
35+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/63bcd3d90f37cb3934edcc59b5f54f49ffab3896..09003de8bc72e4f73281828d905d49aab7db3f55)</small></strong>
36+
2837
## 5.1.0 - 2026-05-28
2938

3039
### 🚀 Features

src/Fable.Compiler/CHANGELOG.md

Lines changed: 10 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: 09003de8bc72e4f73281828d905d49aab7db3f55
33
include:
44
- ../fable-library-beam/
55
- ../fable-library-dart/
@@ -21,6 +21,15 @@ 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-29
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+
* *(js/ts)* Reject JS-permissive date strings that .NET TryParse rejects (#4588) ([09003de](https://github.com/fable-compiler/Fable/commit/09003de8bc72e4f73281828d905d49aab7db3f55))
30+
31+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/63bcd3d90f37cb3934edcc59b5f54f49ffab3896..09003de8bc72e4f73281828d905d49aab7db3f55)</small></strong>
32+
2433
## 5.1.0 - 2026-05-28
2534

2635
### 🚀 Features

src/Fable.Transforms/Global/Compiler.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ namespace Fable
22

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

77
[<Literal>]
8-
let JS_LIBRARY_VERSION = "2.1.0"
8+
let JS_LIBRARY_VERSION = "2.1.1"
99

1010
type CompilerOptionsHelper =
1111
static member Make

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: 09003de8bc72e4f73281828d905d49aab7db3f55
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-29
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..09003de8bc72e4f73281828d905d49aab7db3f55)</small></strong>
23+
1624
## 2.0.1 - 2026-05-28
1725

1826
### 🐞 Bug Fixes

src/fable-library-ts/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: 09003de8bc72e4f73281828d905d49aab7db3f55
33
updaters:
44
- package.json:
55
file: package.json
@@ -15,6 +15,14 @@ All notable changes to this project will be documented in this file.
1515
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1616
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1717

18+
## 2.1.1 - 2026-05-29
19+
20+
### 🐞 Bug Fixes
21+
22+
* *(js/ts)* Reject JS-permissive date strings that .NET TryParse rejects (#4588) ([09003de](https://github.com/fable-compiler/Fable/commit/09003de8bc72e4f73281828d905d49aab7db3f55))
23+
24+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable/compare/63bcd3d90f37cb3934edcc59b5f54f49ffab3896..09003de8bc72e4f73281828d905d49aab7db3f55)</small></strong>
25+
1826
## 2.1.0 - 2026-05-28
1927

2028
### 🚀 Features

src/fable-library-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": false,
44
"type": "module",
55
"name": "@fable-org/fable-library-ts",
6-
"version": "2.1.0",
6+
"version": "2.1.1",
77
"description": "Core library used by F# projects compiled with fable.io",
88
"author": "Fable Contributors",
99
"license": "MIT",

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: 09003de8bc72e4f73281828d905d49aab7db3f55
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-29
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..09003de8bc72e4f73281828d905d49aab7db3f55)</small></strong>
23+
1624
## 2.0.1 - 2026-05-28
1725

1826
### 🐞 Bug Fixes

0 commit comments

Comments
 (0)