Skip to content

Commit bf728d3

Browse files
committed
fix wrong packing 🐛
1 parent 5944fcb commit bf728d3

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/Feliz/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
## [Unreleased]
1818

19+
## 3.0.0-rc.8 - 2025-11-03
20+
21+
### 🐛 Fixed
22+
23+
- Update Feliz `/fable` content after packing to include all `**/*.fs` files not only `*.fs` by @Freymaurer
24+
1925
## 3.0.0-rc.7 - 2025-11-03
2026

2127
### 🐛 Fixed
2228

23-
- Trying to fix issues with fsproj setup 😞 #644 by @Freymaurer
29+
- Trying to fix issues with fsproj setup 😞 by @Freymaurer
2430

2531
## 3.0.0-rc.6 - 2025-11-03
2632

src/Feliz/Feliz.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</ItemGroup>
3838

3939
<ItemGroup>
40-
<Content Include="*.fsproj; *.fs; *.js;" Exclude="**\*.fs.js" PackagePath="fable\" />
40+
<Content Include="**\*.fsproj; **\*.fs; **\*.js;" Exclude="**\*.fs.js" PackagePath="fable\" />
4141
</ItemGroup>
4242

4343
<ItemGroup>

0 commit comments

Comments
 (0)