Skip to content

Commit 904facc

Browse files
committed
doc: fix dates in CHANGELOG
[skip ci]
1 parent 9118fbc commit 904facc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
## v2.3.0 / 2023-01-10
1+
## v2.3.0 / 2024-01-10
22

33
* Allow applications to override the generator templates. (#314) @flavorjones
44
* Support using PostCSS as a preprocessor. (#316) @ahmeij
55

66

7-
## v2.2.1 / 2023-01-07
7+
## v2.2.1 / 2024-01-07
88

99
* Update to [Tailwind CSS v3.4.1](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.1) from v3.4.0 by @flavorjones
1010
* Fix `password` form field styling in generated scaffold forms. (#304, #307) @flavorjones
1111
* Fix namespaced mailer generation. (#272, #308) @flavorjones
1212
* Allow overriding the generator templates by placing application templates in either `lib/templates/tailwindcss/{scaffold,mailer,controller}` or `lib/templates/erb/{scaffold,mailer,controller}`. (#164, #314) @flavorjones
1313

1414

15-
## v2.2.0 / 2023-01-04
15+
## v2.2.0 / 2024-01-04
1616

1717
* Introduce a Puma plugin to manage the Tailwind "watch" process from `rails server`. (#300) @npezza93
1818
* Lazily load the debugger gem when running `bin/dev` (#292) @elia

Gemfile.lock

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

77
GEM

0 commit comments

Comments
 (0)