We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad7edc9 + a648c2c commit 3f34537Copy full SHA for 3f34537
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## next / unreleased
2
+
3
+* Update to [Tailwind CSS v3.3.5](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.5) from v3.3.3 by @flavorjones
4
+ * Also see [v3.3.4 release notes](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.4)
5
6
7
## v2.0.31 / 2023-10-10
8
9
* Update Procfile.dev to run foreman with `--open` option allowing remote sessions with `rdbg --attach` (#281) by @duduribeiro
lib/tailwindcss/upstream.rb
@@ -1,7 +1,7 @@
module Tailwindcss
# constants describing the upstream tailwindcss project
module Upstream
- VERSION = "v3.3.3"
+ VERSION = "v3.3.5"
# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
0 commit comments