Skip to content

Commit d8f07d4

Browse files
committed
1 parent d912e8c commit d8f07d4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# tailwindcss-ruby changelog
22

3+
## v4.0.0.beta.9
4+
5+
* Update to [Tailwind CSS v4.0.0-beta.9](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-beta.9) @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+
312
## v4.0.0.beta.8
413

514
* Update to [Tailwind CSS v4.0.0-beta.8](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-beta.8) @flavorjones

lib/tailwindcss/ruby/upstream.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Tailwindcss
22
module Ruby
33
module Upstream
4-
VERSION = "v4.0.0-beta.8"
4+
VERSION = "v4.0.0-beta.9"
55

66
# rubygems platform name => upstream release filename
77
NATIVE_PLATFORMS = {

lib/tailwindcss/ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Tailwindcss
44
module Ruby
5-
VERSION = "4.0.0.beta.8"
5+
VERSION = "4.0.0.beta.9"
66
end
77
end

0 commit comments

Comments
 (0)