Skip to content

Commit c089002

Browse files
author
Todd Schavey
committed
roll to fb v0.0.12, dp v0.0.31 (develop)
1 parent 0447cb2 commit c089002

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

src/DemoApp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.0.31-alpha
4+
5+
- TBD
6+
37
## 0.0.30-alpha
48

59
- Update example of Select data binding [#1]

src/DemoApp/DemoApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
22

33
<PropertyGroup>
4-
<Version>0.0.30-alpha</Version>
4+
<Version>0.0.31-alpha</Version>
55
<TargetFramework>net9.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>

src/Flowbite/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.0.12-alpha
4+
5+
- TBD
6+
37
## 0.0.11-alpha
48

59
- Fixed Select component data binding issue [#1]

src/Flowbite/Flowbite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- Package Metadata -->
99
<PackageId>Flowbite</PackageId>
10-
<Version>0.0.11-alpha</Version>
10+
<Version>0.0.12-alpha</Version>
1111
<Authors>Todd Schavey</Authors>
1212
<Company>PeakFlames</Company>
1313
<Description>Flowbite component library for ASP.NET Blazor 8.0, providing a comprehensive set of UI components styled with TailwindCSS.</Description>

0 commit comments

Comments
 (0)