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