Skip to content

Commit 7249d0e

Browse files
committed
1 parent 293cbfe commit 7249d0e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# tailwindcss-ruby changelog
22

3+
## v4.0.4
4+
5+
* Update to [Tailwind CSS v4.0.4](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.4) @flavorjones
6+
7+
Upgrade guide at https://tailwindcss.com/docs/upgrade-guide
8+
9+
310
## v4.0.3
411

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

lib/tailwindcss/ruby/upstream.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Tailwindcss
22
module Ruby
33
module Upstream
4-
VERSION = "v4.0.3"
4+
VERSION = "v4.0.4"
55

66
# rubygems platform name => upstream release filename
77
NATIVE_PLATFORMS = {

lib/tailwindcss/ruby/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Tailwindcss
44
module Ruby
5-
VERSION = "4.0.3"
5+
VERSION = "4.0.4"
66
end
77
end

0 commit comments

Comments
 (0)