Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
dep: update to Tailwind CSS v4.0.0-beta.9
  • Loading branch information
flavorjones committed Jan 10, 2025
commit d8f07d43ed6cf4ea2cbf21624de5705c61380e3d
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# tailwindcss-ruby changelog

## v4.0.0.beta.9

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

Prerelease documentation at https://tailwindcss.com/docs/v4-beta

Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.


## v4.0.0.beta.8

* Update to [Tailwind CSS v4.0.0-beta.8](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-beta.8) @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-beta.8"
VERSION = "v4.0.0-beta.9"

# 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.beta.8"
VERSION = "4.0.0.beta.9"
end
end