Skip to content

Commit 338763d

Browse files
committed
version bump to v4.0.0.alpha.36
1 parent 5d2e059 commit 338763d

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
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.36
4+
5+
* Update to [Tailwind CSS v4.0.0-alpha.36](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.36). Also see release notes for [Tailwind CSS v4.0.0-alpha.35](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.35) (#25) @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.34
411

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

Gemfile.lock

Lines changed: 4 additions & 4 deletions
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.34)
4+
tailwindcss-ruby (4.0.0.alpha.36)
55

66
GEM
77
remote: https://rubygems.org/
@@ -19,7 +19,7 @@ GEM
1919
rainbow (3.1.1)
2020
rake (13.2.1)
2121
regexp_parser (2.9.2)
22-
rubocop (1.66.1)
22+
rubocop (1.68.0)
2323
json (~> 2.3)
2424
language_server-protocol (>= 3.17.0)
2525
parallel (~> 1.10)
@@ -35,10 +35,10 @@ 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.1)
38+
standard (1.42.1)
3939
language_server-protocol (~> 3.17.0.2)
4040
lint_roller (~> 1.0)
41-
rubocop (~> 1.66.0)
41+
rubocop (~> 1.68.0)
4242
standard-custom (~> 1.0.0)
4343
standard-performance (~> 1.5)
4444
standard-custom (1.0.2)

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

0 commit comments

Comments
 (0)