Skip to content

Commit 153168f

Browse files
authored
feat(Sortable): bump version 10.0.2 (#7684)
* doc(Sortable): add SortableOption comments * chore: bump version 10.0.2
1 parent d9d4196 commit 153168f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<PackageReference Include="BootstrapBlazor.Region" Version="10.0.1" />
7272
<PackageReference Include="BootstrapBlazor.SignaturePad" Version="10.0.0" />
7373
<PackageReference Include="BootstrapBlazor.SmilesDrawer" Version="10.0.0" />
74-
<PackageReference Include="BootstrapBlazor.Sortable" Version="10.0.1" />
74+
<PackageReference Include="BootstrapBlazor.Sortable" Version="10.0.2" />
7575
<PackageReference Include="BootstrapBlazor.Splitting" Version="10.0.0" />
7676
<PackageReference Include="BootstrapBlazor.SvgEditor" Version="10.0.0" />
7777
<PackageReference Include="BootstrapBlazor.SummerNote" Version="10.0.2" />

src/BootstrapBlazor.Server/Components/Samples/SortableLists.razor

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,9 @@
269269
</DemoBlock>
270270

271271
<AttributeTable Type="typeof(SortableList)"></AttributeTable>
272+
273+
<AttributeTable Type="typeof(SortableListItem)"></AttributeTable>
274+
275+
<AttributeTable Type="typeof(SortableOption)"></AttributeTable>
276+
277+
<AttributeTable Type="typeof(SortableEvent)"></AttributeTable>

0 commit comments

Comments
 (0)