Skip to content

Commit 9a48cdc

Browse files
committed
version bump to v4.0.0.alpha.31
1 parent d93aa83 commit 9a48cdc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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+
310
## v4.0.0.alpha.30
411

512
* 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

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.alpha.30"
5+
VERSION = "4.0.0.alpha.31"
66
end
77
end

0 commit comments

Comments
 (0)