Skip to content

Commit ff8efb7

Browse files
committed
version bump to v4.0.0.alpha.34
1 parent 99cc2b2 commit ff8efb7

File tree

3 files changed

+11
-4
lines changed

3 files changed

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

512
* Update to [Tailwind CSS v4.0.0-alpha.33](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.33). Also see release notes for [Tailwind CSS v4.0.0-alpha.32](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.32) (#17) @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.33)
4+
tailwindcss-ruby (4.0.0.alpha.34)
55

66
GEM
77
remote: https://rubygems.org/
88
specs:
99
ast (2.4.2)
10-
json (2.8.1)
10+
json (2.8.2)
1111
language_server-protocol (3.17.0.3)
1212
lint_roller (1.1.0)
1313
minitest (5.25.1)
@@ -29,7 +29,7 @@ GEM
2929
rubocop-ast (>= 1.32.2, < 2.0)
3030
ruby-progressbar (~> 1.7)
3131
unicode-display_width (>= 2.4.0, < 3.0)
32-
rubocop-ast (1.35.0)
32+
rubocop-ast (1.36.1)
3333
parser (>= 3.3.1.0)
3434
rubocop-performance (1.22.1)
3535
rubocop (>= 1.48.1, < 2.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.33"
5+
VERSION = "4.0.0.alpha.34"
66
end
77
end

0 commit comments

Comments
 (0)