File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# tailwindcss-ruby changelog
2
2
3
+ ## v4.0.5
4
+
5
+ * Update to [ Tailwind CSS v4.0.5] ( https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.5 ) @flavorjones
6
+
7
+ Upgrade guide at https://tailwindcss.com/docs/upgrade-guide
8
+
9
+
3
10
## v4.0.4
4
11
5
12
* Update to [ Tailwind CSS v4.0.4] ( https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.4 ) @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.3 )
4
+ tailwindcss-ruby (4.0.5 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 1
1
module Tailwindcss
2
2
module Ruby
3
3
module Upstream
4
- VERSION = "v4.0.4 "
4
+ VERSION = "v4.0.5 "
5
5
6
6
# rubygems platform name => upstream release filename
7
7
NATIVE_PLATFORMS = {
Original file line number Diff line number Diff line change 2
2
3
3
module Tailwindcss
4
4
module Ruby
5
- VERSION = "4.0.4 "
5
+ VERSION = "4.0.5 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments