We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56027ad + 0e62569 commit 145e313Copy full SHA for 145e313
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## next / unreleased
2
+
3
+* Update to [Tailwind CSS v3.3.6](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.6) from v3.3.5 by @flavorjones
4
5
6
## v2.0.32 / 2023-10-27
7
8
* Update to [Tailwind CSS v3.3.5](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.5) from v3.3.3 by @flavorjones
lib/tailwindcss/upstream.rb
@@ -1,7 +1,7 @@
module Tailwindcss
# constants describing the upstream tailwindcss project
module Upstream
- VERSION = "v3.3.5"
+ VERSION = "v3.3.6"
# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
0 commit comments