Skip to content

Commit

Permalink
doc: fix dates in CHANGELOG
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flavorjones committed Jan 18, 2024
1 parent 9118fbc commit 904facc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
## v2.3.0 / 2023-01-10
## v2.3.0 / 2024-01-10

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


## v2.2.1 / 2023-01-07
## v2.2.1 / 2024-01-07

* Update to [Tailwind CSS v3.4.1](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.1) from v3.4.0 by @flavorjones
* Fix `password` form field styling in generated scaffold forms. (#304, #307) @flavorjones
* Fix namespaced mailer generation. (#272, #308) @flavorjones
* 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


## v2.2.0 / 2023-01-04
## v2.2.0 / 2024-01-04

* Introduce a Puma plugin to manage the Tailwind "watch" process from `rails server`. (#300) @npezza93
* Lazily load the debugger gem when running `bin/dev` (#292) @elia
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tailwindcss-rails (2.2.1)
tailwindcss-rails (2.3.0)
railties (>= 6.0.0)

GEM
Expand Down

0 comments on commit 904facc

Please sign in to comment.