tailwind_formatter icon indicating copy to clipboard operation
tailwind_formatter copied to clipboard

Publish new version

Open numso opened this issue 1 year ago • 2 comments

Hello! First off, thanks for this package. My team uses it and we think it's really great!

Any chance we could get a new version published now that https://github.com/100phlecs/tailwind_formatter/pull/52 has been merged? I don't know if you had anything else planned before bumping the version. But the ability to format classes in function components would, by itself, be very helpful for us.

numso avatar Jul 02 '24 20:07 numso

@100phlecs, that will help us here too. Do you have time to plan a new version? I imagine you must be pretty busy.

RodolfoSilva avatar Aug 10 '24 20:08 RodolfoSilva

Until a new version is published, you can pin the dependency to a specific git hash. Here's the change we made to our mix.exs to make that happen:

- {:tailwind_formatter, "~> 0.4.0", only: [:dev, :test], runtime: false},
+ {:tailwind_formatter, git: "https://github.com/100phlecs/tailwind_formatter", ref: "3896f735be23ea4d6c15f8e9e39b65430d972925", only: [:dev, :test], runtime: false},

numso avatar Aug 14 '24 03:08 numso

Released the new version, thanks for your patience!

100phlecs avatar Dec 28 '24 18:12 100phlecs