File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## v2.0.22 / 2023-02-08
3
+
4
+ * Update to [ Tailwind CSS v3.2.6] ( https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.6 ) by [ @flavorjones ] ( https://github.com/flavorjones ) .
5
+ * Introduce a ` verbose ` task argument, and put verbose logging behind it by [ @ghiculescu ] ( https://github.com/ghiculescu ) .
6
+ * Fix scaffold view generation for nested models (#227 ) by [ @dixpac ] ( https://github.com/dixpac ) .
7
+ * Improved documentation by [ @ghiculescu ] ( https://github.com/ghiculescu ) and [ @flavorjones ] ( https://github.com/flavorjones ) .
8
+
9
+
2
10
## v2.0.21 / 2022-11-11
3
11
4
12
* Update to [ Tailwind CSS v3.2.4] ( https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.4 ) by [ @flavorjones ] ( https://github.com/flavorjones ) .
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- tailwindcss-rails (2.0.21 )
4
+ tailwindcss-rails (2.0.22 )
5
5
railties (>= 6.0.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
module Tailwindcss
2
- VERSION = "2.0.21 "
2
+ VERSION = "2.0.22 "
3
3
end
You can’t perform that action at this time.
0 commit comments