Skip to content

Commit

Permalink
- Added missing file "adoptedStyleSheets.js"
Browse files Browse the repository at this point in the history
  • Loading branch information
davedawkins committed Sep 21, 2024
1 parent 5cccd0c commit b2d5a12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.0.15
- Added missing file "adoptedStyleSheets.js"

### 2.0.14
- Issue #91: "Attr.readOnly false" fixed
- Removed diagnostic output to console
Expand Down
2 changes: 1 addition & 1 deletion src/Sutil/Sutil.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</ItemGroup>
<!-- Add source files to "fable" folder in Nuget package -->
<ItemGroup>
<Content Include="*.fsproj; **\*.fs; webcomponentinterop.js;" PackagePath="fable" />
<Content Include="*.fsproj; **\*.fs; webcomponentinterop.js; adoptedStyleSheets.js;" PackagePath="fable" />
</ItemGroup>
<Target Name="ReallyClean" AfterTargets="Clean">
<!-- Remove obj folder -->
Expand Down

0 comments on commit b2d5a12

Please sign in to comment.