File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# tailwindcss-ruby changelog
2
2
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
+
3
10
## v4.0.0.alpha.29
4
11
5
12
* Update to [ Tailwind CSS v4.0.0-alpha.29] ( https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.29 ) (#14 ) @flavorjones
6
13
7
14
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
8
15
16
+
9
17
## v4.0.0.alpha.28
10
18
11
19
* Update to [ Tailwind CSS v4.0.0-alpha.28] ( https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.28 ) (#10 ) @flavorjones
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- tailwindcss-ruby (4.0.0.alpha.29 )
4
+ tailwindcss-ruby (4.0.0.alpha.30 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
8
8
specs:
9
9
ast (2.4.2 )
10
- json (2.7.3 )
10
+ json (2.7.4 )
11
11
language_server-protocol (3.17.0.3 )
12
12
lint_roller (1.1.0 )
13
13
minitest (5.25.1 )
Original file line number Diff line number Diff line change 2
2
3
3
module Tailwindcss
4
4
module Ruby
5
- VERSION = "4.0.0.alpha.29 "
5
+ VERSION = "4.0.0.alpha.30 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments