We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc7461b + f49eeda commit 524c814Copy full SHA for 524c814
CHANGELOG.md
@@ -1,6 +1,7 @@
1
2
## next / unreleased
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
6
7
lib/tailwindcss/upstream.rb
@@ -1,7 +1,7 @@
module Tailwindcss
# constants describing the upstream tailwindcss project
module Upstream
- VERSION = "v3.3.2"
+ VERSION = "v3.3.3"
# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
0 commit comments