chore(release): 1.6.2
## [1.6.2](https://gitlab.com/oceanbox/Fable.Lit/compare/v1.6.1...v1.6.2) (2024-09-23) ### Bug Fixes * add missing callback handlers, and simplify optional args handling ([99c46d8](99c46d8aac)) * fix unmount() problem ([9c43346](9c433469f7))
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [1.6.2](https://gitlab.com/oceanbox/Fable.Lit/compare/v1.6.1...v1.6.2) (2024-09-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add missing callback handlers, and simplify optional args handling ([99c46d8](https://gitlab.com/oceanbox/Fable.Lit/commit/99c46d8aacb6460efb2320430135631f19741c5e))
|
||||
* fix unmount() problem ([9c43346](https://gitlab.com/oceanbox/Fable.Lit/commit/9c433469f71e5ce4bd0e47d81be59e29e9881a4e))
|
||||
|
||||
## [1.6.1](https://gitlab.com/oceanbox/Fable.Lit/compare/v1.6.0...v1.6.1) (2024-09-22)
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
|
||||
<PackageId>ConstructStyleSheetsPolyfill</PackageId>
|
||||
<Version>1.6.1</Version>
|
||||
<Version>1.6.2</Version>
|
||||
<PackageVersion>$(Version)-oceanbox</PackageVersion>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
|
||||
<PackageId>Fable.Lit.Elmish</PackageId>
|
||||
<Version>1.6.1</Version>
|
||||
<Version>1.6.2</Version>
|
||||
<PackageVersion>$(Version)-oceanbox</PackageVersion>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
|
||||
<PackageId>Fable.Lit.Feliz</PackageId>
|
||||
<Version>1.6.1</Version>
|
||||
<Version>1.6.2</Version>
|
||||
<PackageVersion>1.0.0-beta-004</PackageVersion>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
|
||||
<PackageId>Fable.Lit.React</PackageId>
|
||||
<Version>1.6.1</Version>
|
||||
<Version>1.6.2</Version>
|
||||
<PackageVersion>$(Version)-oceanbox</PackageVersion>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
|
||||
<PackageId>Fable.Lit.Test</PackageId>
|
||||
<Version>1.6.1</Version>
|
||||
<Version>1.6.2</Version>
|
||||
<PackageVersion>$(Version)-oceanbox</PackageVersion>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
|
||||
<PackageId>Fable.Lit</PackageId>
|
||||
<Version>1.6.1</Version>
|
||||
<Version>1.6.2</Version>
|
||||
<PackageVersion>$(Version)-oceanbox</PackageVersion>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
|
||||
Reference in New Issue
Block a user