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 55866f0 commit 247c9e1Copy full SHA for 247c9e1
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# tailwindcss-ruby changelog
2
3
+## v4.0.0.beta.3
4
+
5
+* Update to [Tailwind CSS v4.0.0-beta.3](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-beta.3) @flavorjones
6
7
+ Prerelease documentation at https://tailwindcss.com/docs/v4-beta
8
9
+ Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
10
11
12
## v4.0.0.beta.2
13
14
* Update to [Tailwind CSS v4.0.0-beta.2](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-beta.2) @flavorjones
lib/tailwindcss/ruby/version.rb
@@ -2,6 +2,6 @@
module Tailwindcss
module Ruby
- VERSION = "4.0.0.beta.2"
+ VERSION = "4.0.0.beta.3"
end
0 commit comments