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:
semantic-release-bot
2024-09-23 11:51:35 +00:00
parent 99c46d8aac
commit f7d0d89d0f
8 changed files with 15 additions and 7 deletions

View File

@@ -1 +1 @@
1.6.1
1.6.2

View File

@@ -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)

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>