We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524c814 commit 9e64982Copy full SHA for 9e64982
CHANGELOG.md
@@ -1,5 +1,5 @@
1
2
-## next / unreleased
+## v2.0.30 / 2023-07-13
3
4
* Update to [Tailwind CSS v3.3.3](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.3) by @flavorjones
5
* If defined, the `spec:prepare` rake task will be decorated with `tailwindcss:build` (#271) by @rmehner
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- tailwindcss-rails (2.0.29)
+ tailwindcss-rails (2.0.30)
railties (>= 6.0.0)
6
7
GEM
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "2.0.29"
+ VERSION = "2.0.30"
end
0 commit comments