Skip to content

Commit

Permalink
Merge pull request #51 from flavorjones/flavorjones-dep-tailwindcss-v…
Browse files Browse the repository at this point in the history
…4.0.1

dep: update to Tailwind CSS v4.0.1
  • Loading branch information
flavorjones authored Jan 29, 2025
2 parents a047e34 + 0e7041e commit c5275d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tailwindcss-ruby changelog

## v4.0.1

* Update to [Tailwind CSS v4.0.1](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.1) @flavorjones

Upgrade guide at https://tailwindcss.com/docs/upgrade-guide


## v4.0.0

* Update to [Tailwind CSS v4.0.0](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0) @flavorjones
Expand Down
2 changes: 1 addition & 1 deletion lib/tailwindcss/ruby/upstream.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Tailwindcss
module Ruby
module Upstream
VERSION = "v4.0.0"
VERSION = "v4.0.1"

# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
Expand Down
2 changes: 1 addition & 1 deletion lib/tailwindcss/ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Tailwindcss
module Ruby
VERSION = "4.0.0"
VERSION = "4.0.1"
end
end

0 comments on commit c5275d0

Please sign in to comment.