Skip to content

Commit 369e52a

Browse files
committed
version bump to v4.0.0.alpha.29
1 parent 2ae3415 commit 369e52a

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## v4.0.0.alpha.29
4+
5+
* Update to [Tailwind CSS v4.0.0-alpha.29](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.29) (#14) @flavorjones
6+
7+
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
8+
39
## v4.0.0.alpha.28
410

511
* Update to [Tailwind CSS v4.0.0-alpha.28](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.28) (#10) @flavorjones

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-ruby (4.0.0.alpha.28)
4+
tailwindcss-ruby (4.0.0.alpha.29)
55

66
GEM
77
remote: https://rubygems.org/
88
specs:
99
ast (2.4.2)
10-
json (2.7.2)
10+
json (2.7.3)
1111
language_server-protocol (3.17.0.3)
1212
lint_roller (1.1.0)
1313
minitest (5.25.1)
@@ -35,7 +35,7 @@ GEM
3535
rubocop (>= 1.48.1, < 2.0)
3636
rubocop-ast (>= 1.31.1, < 2.0)
3737
ruby-progressbar (1.13.0)
38-
standard (1.41.0)
38+
standard (1.41.1)
3939
language_server-protocol (~> 3.17.0.2)
4040
lint_roller (~> 1.0)
4141
rubocop (~> 1.66.0)

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

0 commit comments

Comments
 (0)