Skip to content

Commit df2ca23

Browse files
committed
version bump to v4.0.0.alpha.30
1 parent f09a964 commit df2ca23

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## v4.0.0.alpha.30
4+
5+
* Update to [Tailwind CSS v4.0.0-alpha.30](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.30) (#15) @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.29
411

512
* Update to [Tailwind CSS v4.0.0-alpha.29](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.29) (#14) @flavorjones
613

714
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
815

16+
917
## v4.0.0.alpha.28
1018

1119
* 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: 2 additions & 2 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.29)
4+
tailwindcss-ruby (4.0.0.alpha.30)
55

66
GEM
77
remote: https://rubygems.org/
88
specs:
99
ast (2.4.2)
10-
json (2.7.3)
10+
json (2.7.4)
1111
language_server-protocol (3.17.0.3)
1212
lint_roller (1.1.0)
1313
minitest (5.25.1)

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

0 commit comments

Comments
 (0)