We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b04ae5 commit c4a21efCopy full SHA for c4a21ef
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## [Unreleased]
2
3
+## v3.4.15
4
+
5
+* Update `tailwindcss` to [v3.4.15](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.15). (#19) @flavorjones
6
7
8
## v3.4.14
9
10
* Update `tailwindcss` to [v3.4.14](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.14). (#8) @flavorjones
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- tailwindcss-ruby (3.4.14)
+ tailwindcss-ruby (3.4.15)
GEM
remote: https://rubygems.org/
lib/tailwindcss/ruby/version.rb
@@ -2,6 +2,6 @@
module Tailwindcss
module Ruby
- VERSION = "3.4.14"
+ VERSION = "3.4.15"
end
0 commit comments