Skip to content

Commit b6d9029

Browse files
committed
version bump to v2.0.29
and update Gemfile.lock
1 parent c8197b8 commit b6d9029

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## next / unreleased
2+
## v2.0.29 / 2023-04-26
33

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

Diff for: Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (2.0.27)
4+
tailwindcss-rails (2.0.29)
55
railties (>= 6.0.0)
66

77
GEM
@@ -48,7 +48,7 @@ GEM
4848
erubi (1.12.0)
4949
globalid (1.1.0)
5050
activesupport (>= 5.0)
51-
i18n (1.12.0)
51+
i18n (1.13.0)
5252
concurrent-ruby (~> 1.0)
5353
io-console (0.6.0)
5454
irb (1.6.4)
@@ -82,7 +82,7 @@ GEM
8282
nokogiri (1.14.3-x86_64-linux)
8383
racc (~> 1.4)
8484
racc (1.6.2)
85-
rack (2.2.6.4)
85+
rack (2.2.7)
8686
rack-test (2.1.0)
8787
rack (>= 1.3)
8888
rails-dom-testing (2.0.3)

Diff for: lib/tailwindcss/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "2.0.28"
2+
VERSION = "2.0.29"
33
end

0 commit comments

Comments
 (0)