File tree 5 files changed +8
-4
lines changed
5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## v2.0.26 / 2023-03-29
3
+
4
+ * Updated to [ Tailwind CSS v3.3.0] ( https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.0 ) by [ @revans ] ( https://github.com/revans ) .
5
+ * Removed the ` line-clamp ` plugin as it is no longer needed in v3.3.0. It comes out of box now. (#258 ) by [ @revans ] ( https://github.com/revans ) .
6
+
2
7
## v2.0.25 / 2023-03-14
3
8
4
9
* Installer now includes all 5 official Tailwind plugins (adding ` line-clamp ` and ` container-queries ` ). (#254 ) by @Kentasmic
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- tailwindcss-rails (2.0.24 )
4
+ tailwindcss-rails (2.0.26 )
5
5
railties (>= 6.0.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ module.exports = {
18
18
require ( '@tailwindcss/forms' ) ,
19
19
require ( '@tailwindcss/aspect-ratio' ) ,
20
20
require ( '@tailwindcss/typography' ) ,
21
- require ( '@tailwindcss/line-clamp' ) ,
22
21
require ( '@tailwindcss/container-queries' ) ,
23
22
]
24
23
}
Original file line number Diff line number Diff line change 1
1
module Tailwindcss
2
2
# constants describing the upstream tailwindcss project
3
3
module Upstream
4
- VERSION = "v3.2.7 "
4
+ VERSION = "v3.3.0 "
5
5
6
6
# rubygems platform name => upstream release filename
7
7
NATIVE_PLATFORMS = {
Original file line number Diff line number Diff line change 1
1
module Tailwindcss
2
- VERSION = "2.0.25 "
2
+ VERSION = "2.0.26 "
3
3
end
You can’t perform that action at this time.
0 commit comments