Skip to content

Commit

Permalink
version bump to v2.0.29
Browse files Browse the repository at this point in the history
and update Gemfile.lock
  • Loading branch information
flavorjones committed Apr 26, 2023
1 parent c8197b8 commit b6d9029
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## next / unreleased
## v2.0.29 / 2023-04-26

* Update to [Tailwind CSS v3.3.2](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.2) by @flavorjones

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tailwindcss-rails (2.0.27)
tailwindcss-rails (2.0.29)
railties (>= 6.0.0)

GEM
Expand Down Expand Up @@ -48,7 +48,7 @@ GEM
erubi (1.12.0)
globalid (1.1.0)
activesupport (>= 5.0)
i18n (1.12.0)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.6.4)
Expand Down Expand Up @@ -82,7 +82,7 @@ GEM
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
racc (1.6.2)
rack (2.2.6.4)
rack (2.2.7)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.0.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/tailwindcss/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tailwindcss
VERSION = "2.0.28"
VERSION = "2.0.29"
end

0 comments on commit b6d9029

Please sign in to comment.