File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# tailwindcss-ruby changelog
2
2
3
+ ## v4.0.0.beta.4
4
+
5
+ * Update to [ Tailwind CSS v4.0.0-beta.4] ( https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-beta.4 ) @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
+
3
12
## v4.0.0.beta.3
4
13
5
14
* Update to [ Tailwind CSS v4.0.0-beta.3] ( https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-beta.3 ) @flavorjones
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- tailwindcss-ruby (4.0.0.beta.3 )
4
+ tailwindcss-ruby (4.0.0.beta.4 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 2
2
3
3
module Tailwindcss
4
4
module Ruby
5
- VERSION = "4.0.0.beta.3 "
5
+ VERSION = "4.0.0.beta.4 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments