We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c61fc commit 05c5753Copy full SHA for 05c5753
CHANGELOG.md
@@ -1,4 +1,9 @@
1
2
+## v2.0.23 / 2023-02-19
3
+
4
+* Update to [Tailwind CSS v3.2.7](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.7) by [@flavorjones](https://github.com/flavorjones).
5
6
7
## v2.0.22 / 2023-02-08
8
9
* Update to [Tailwind CSS v3.2.6](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.6) by [@flavorjones](https://github.com/flavorjones).
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- tailwindcss-rails (2.0.22)
+ tailwindcss-rails (2.0.23)
railties (>= 6.0.0)
GEM
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "2.0.22"
+ VERSION = "2.0.23"
end
0 commit comments