Skip to content

Commit

Permalink
Merge branch 'release/1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Denny09310 committed Oct 10, 2024
2 parents 68e8523 + a7d5f06 commit ea989cd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file.

## [1.3.0] - 2024-10-10

### 🚀 Features

- Add sl-resize-observer
- Add sl-switch
- Add sl-textarea
- Add sl-tooltip

### 🐛 Bug Fixes

- Attribute 'readonly' missing on sl-input

### ⚙️ Miscellaneous Tasks

- Format code style

## [1.2.0] - 2024-10-07

### 🚀 Features
Expand All @@ -26,6 +43,7 @@ All notable changes to this project will be documented in this file.

- Update README.md
- Change 'TValue' to only 'T'
- Versioning

## [1.1.0] - 2024-10-03

Expand Down
2 changes: 1 addition & 1 deletion src/Shoelace.Style/Shoelace.Style.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageTags>Blazor;Shoelace;UI;WebComponents</PackageTags>
<PackageReleaseNotes>Initial release wrapping Shoelace components for Blazor.</PackageReleaseNotes>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ea989cd

Please sign in to comment.