Skip to content

Commit

Permalink
Release 10.4.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albb0920 committed Aug 1, 2024
1 parent 5b36bc6 commit 987430a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Change Log
## 10.4.19.0
* Removed `end value has mixed support, consider using flex-end` warning
since `end`/`start` now have good support.
* Fixed removing `-webkit-box-orient` on `-webkit-line-clamp` (@Goodwine).
* Fixed `user-select: contain` prefixes.

## 10.4.16.0
* Improved performance (by Romain Menke).
Expand Down
2 changes: 1 addition & 1 deletion lib/autoprefixer-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AutoprefixerRails # :nodoc:
VERSION = "10.4.16.0" unless defined? AutoprefixerRails::VERSION
VERSION = "10.4.19.0" unless defined? AutoprefixerRails::VERSION
end

0 comments on commit 987430a

Please sign in to comment.