Skip to content

Commit ea96274

Browse files
committed
version bump to v4.0.0.alpha.26
1 parent f592b13 commit ea96274

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
## [Unreleased]
22

3-
## v4.0.0.alpha.25 / 2023-09-26
3+
## v4.0.0.alpha.26 / 2024-10-03
4+
5+
* Update to [Tailwind CSS v4.0.0-alpha.26](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.26) @flavorjones
6+
7+
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
8+
9+
10+
## v4.0.0.alpha.25 / 2024-09-26
411

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

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

16+
917
## v3.4.13 / 2023-09-26
1018

1119
* This gem was extracted from `tailwindcss-rails`.

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

0 commit comments

Comments
 (0)