Skip to content

Commit

Permalink
Fix edit page style
Browse files Browse the repository at this point in the history
  • Loading branch information
WilStead committed Nov 14, 2024
1 parent aa88bc9 commit 428435c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: publish
env:
VERSION: '0.9.9-preview'
VERSION: '0.9.10-preview'
PRERELEASE: true
on:
push:
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.9.10-preview
### Fixed
- Edit page style
### Updated
- Update dependencies

## 0.9.9-preview
### Fixed
- Edit code behind
Expand Down
1 change: 1 addition & 0 deletions src/Client/Pages/EditView.razor
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<TextInput Label="Title"
@bind-Value="Title"
@bind-Value:after="OnTitleChanged"
Class="align-self-stretch"
Required="true"
DisplayHelpTextOnFocus="true"
HelpText="Move this article by changing its title" />
Expand Down
4 changes: 2 additions & 2 deletions src/Client/Tavenem.Wiki.Blazor.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageReference Include="Tavenem.Blazor.Framework" Version="3.2.4" />
<PackageReference Include="Tavenem.Wiki" Version="0.26.10-preview" />
<PackageReference Include="Tavenem.Blazor.Framework" Version="3.3.4" />
<PackageReference Include="Tavenem.Wiki" Version="0.26.11-preview" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 428435c

Please sign in to comment.