Skip to content

Commit 781d840

Browse files
committed
version bump to v2.0.22
1 parent caeecd7 commit 781d840

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

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+
210
## v2.0.21 / 2022-11-11
311

412
* Update to [Tailwind CSS v3.2.4](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.4) by [@flavorjones](https://github.com/flavorjones).

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (2.0.21)
4+
tailwindcss-rails (2.0.22)
55
railties (>= 6.0.0)
66

77
GEM

lib/tailwindcss/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "2.0.21"
2+
VERSION = "2.0.22"
33
end

0 commit comments

Comments
 (0)