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 2934ebb commit 31f545dCopy full SHA for 31f545d
CHANGELOG.md
@@ -1,4 +1,11 @@
1
-## [Unreleased]
+# tailwindcss-ruby changelog
2
+
3
+## v4.0.0.alpha.28
4
5
+* Update to [Tailwind CSS v4.0.0-alpha.28](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.28) (#9) @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.27
11
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- tailwindcss-ruby (4.0.0.alpha.27)
+ tailwindcss-ruby (4.0.0.alpha.28)
GEM
remote: https://rubygems.org/
lib/tailwindcss/ruby/version.rb
@@ -2,6 +2,6 @@
module Tailwindcss
module Ruby
- VERSION = "4.0.0.alpha.27"
+ VERSION = "4.0.0.alpha.28"
end
0 commit comments