We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293cbfe commit 7249d0eCopy full SHA for 7249d0e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# tailwindcss-ruby changelog
2
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
10
## v4.0.3
11
12
* Update to [Tailwind CSS v4.0.3](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.3) @flavorjones
lib/tailwindcss/ruby/upstream.rb
@@ -1,7 +1,7 @@
module Tailwindcss
module Ruby
module Upstream
- VERSION = "v4.0.3"
+ VERSION = "v4.0.4"
# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
lib/tailwindcss/ruby/version.rb
@@ -2,6 +2,6 @@
- VERSION = "4.0.3"
+ VERSION = "4.0.4"
end
0 commit comments