Skip to content

Commit 6117410

Browse files
committed
chore: Update TailwindCSS to v4.1.18 and bump version to 4.1.18.2
1 parent 519d470 commit 6117410

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DotnetDevKR.TailwindCSS/DotnetDevKR.TailwindCSS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageProjectUrl>https://github.com/dotnetdev-kr/DotnetDevKR.TailwindCSS</PackageProjectUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<RepositoryUrl>https://github.com/dotnetdev-kr/DotnetDevKR.TailwindCSS</RepositoryUrl>
13-
<Version>4.1.17.0</Version>
13+
<Version>4.1.18.2</Version>
1414
<Authors>DotnetDevKR</Authors>
1515
<Copyright>Copyright (c) 2024-2025 DotnetDevKR</Copyright>
1616
<PackageTags>tailwindcss;tailwind;css;msbuild;aspnetcore;blazor;compiler;build;frontend;no-nodejs;standalone</PackageTags>

DotnetDevKR.TailwindCSS/runtime/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION=${1:-"v4.1.17"}
3+
VERSION=${1:-"v4.1.18"}
44

55
if [ -n "$1" ]; then
66
VERSION=$1

0 commit comments

Comments
 (0)