We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a275022 + c1a9594 commit c300abdCopy full SHA for c300abd
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v3.4.17
2
+
3
+* Update to [Tailwind CSS v3.4.17](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.17) @flavorjones
4
5
6
## [Unreleased]
7
8
## v3.4.16
lib/tailwindcss/ruby/upstream.rb
@@ -1,7 +1,7 @@
module Tailwindcss
module Ruby
module Upstream
- VERSION = "v3.4.16"
+ VERSION = "v3.4.17"
# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
lib/tailwindcss/ruby/version.rb
@@ -2,6 +2,6 @@
- VERSION = "3.4.16"
+ VERSION = "3.4.17"
end
0 commit comments