Skip to content

Commit 31f545d

Browse files
committed
version bump to v4.0.0.alpha.28
1 parent 2934ebb commit 31f545d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## [Unreleased]
1+
# 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+
29

310
## v4.0.0.alpha.27
411

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-ruby (4.0.0.alpha.27)
4+
tailwindcss-ruby (4.0.0.alpha.28)
55

66
GEM
77
remote: https://rubygems.org/

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

0 commit comments

Comments
 (0)