Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
dep: update tailwindcss to v3.3.3
  • Loading branch information
flavorjones committed Jul 13, 2023
commit f49eeda701d7ef1f0cb939cac911d2fa1c08a94d
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

## next / unreleased

* Update to [Tailwind CSS v3.3.3](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.3) by @flavorjones
* If defined, the `spec:prepare` rake task will be decorated with `tailwindcss:build` (#271) by @rmehner


Expand Down
2 changes: 1 addition & 1 deletion lib/tailwindcss/upstream.rb
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down