Skip to content

Commit 8093a52

Browse files
committed
version bump to v4.0.0.beta.1
1 parent 3697b5c commit 8093a52

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## v4.0.0.beta.1
4+
5+
* Update to [Tailwind CSS v4.0.0-beta.1](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-beta.1) (#18) @flavorjones
6+
7+
Prerelease documentation at https://tailwindcss.com/docs/v4-beta
8+
9+
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
10+
11+
312
## v4.0.0.alpha.36
413

514
* 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

Gemfile.lock

Lines changed: 2 additions & 2 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.36)
4+
tailwindcss-ruby (4.0.0.beta.1)
55

66
GEM
77
remote: https://rubygems.org/
@@ -10,7 +10,7 @@ GEM
1010
json (2.8.2)
1111
language_server-protocol (3.17.0.3)
1212
lint_roller (1.1.0)
13-
minitest (5.25.1)
13+
minitest (5.25.2)
1414
parallel (1.26.3)
1515
parser (3.3.6.0)
1616
ast (~> 2.4.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.36"
5+
VERSION = "4.0.0.beta.1"
66
end
77
end

0 commit comments

Comments
 (0)