We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f091fe commit ee5dca5Copy full SHA for ee5dca5
CHANGELOG.md
@@ -1,4 +1,9 @@
1
2
+## next / unreleased
3
+
4
+* Update to [Tailwind CSS v3.3.1](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.1) by @flavorjones
5
6
7
## v2.0.26 / 2023-03-30
8
9
* Update to [Tailwind CSS v3.3.0](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.0) by @tysongach
lib/tailwindcss/upstream.rb
@@ -1,7 +1,7 @@
module Tailwindcss
# constants describing the upstream tailwindcss project
module Upstream
- VERSION = "v3.3.0"
+ VERSION = "v3.3.1"
# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
0 commit comments