Skip to content

Commit

Permalink
Update to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
theron-wang committed Jul 12, 2024
1 parent 06e74db commit 6ebd25c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.4.5 (July 11th, 2024)

### Enhancements

- More detailed `cssConflict` error message to show which class takes precedence ([#55](https://github.com/theron-wang/VS2022-Editor-Support-for-Tailwind-CSS/issues/55))
- `sm`, `md`, `lg`, `xl`, `2xl` breakpoints are now properly sorted
- Update assembly version to reflect extension version ([#56](https://github.com/theron-wang/VS2022-Editor-Support-for-Tailwind-CSS/issues/56))

## 1.4.4 (July 10th, 2024)

### Additions
Expand Down
2 changes: 1 addition & 1 deletion src/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal sealed partial class Vsix
public const string Name = "Tailwind CSS VS2022 Editor Support";
public const string Description = @"Unofficial VS2022 Tailwind CSS extension for IntelliSense, linting, sorting, and more.";
public const string Language = "en-US";
public const string Version = "1.4.4";
public const string Version = "1.4.5";
public const string Author = "Theron Wang";
public const string Tags = "tailwind, tailwind css, css, html, cshtml, razor, blazor, intellisense, auto-completion";
}
Expand Down
2 changes: 1 addition & 1 deletion src/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="TailwindCSSIntellisense.b29696d4-76a4-43d1-a203-c8e692368847" Version="1.4.4" Language="en-US" Publisher="Theron Wang" />
<Identity Id="TailwindCSSIntellisense.b29696d4-76a4-43d1-a203-c8e692368847" Version="1.4.5" Language="en-US" Publisher="Theron Wang" />
<DisplayName>Tailwind CSS VS2022 Editor Support</DisplayName>
<Description xml:space="preserve">Unofficial VS2022 Tailwind CSS extension for IntelliSense, linting, sorting, and more.</Description>
<MoreInfo>https://github.com/theron-wang/VS2022-Editor-Support-for-Tailwind-CSS</MoreInfo>
Expand Down

0 comments on commit 6ebd25c

Please sign in to comment.