We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93aa83 commit 9a48cdcCopy full SHA for 9a48cdc
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# tailwindcss-ruby changelog
2
3
+## v4.0.0.alpha.31
4
+
5
+* Update to [Tailwind CSS v4.0.0-alpha.31](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.31) (#16) @flavorjones
6
7
+ Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
8
9
10
## v4.0.0.alpha.30
11
12
* Update to [Tailwind CSS v4.0.0-alpha.30](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.30) (#15) @flavorjones
lib/tailwindcss/ruby/version.rb
@@ -2,6 +2,6 @@
module Tailwindcss
module Ruby
- VERSION = "4.0.0.alpha.30"
+ VERSION = "4.0.0.alpha.31"
end
0 commit comments