autoprefixer-rails 10.4.2.0 → 10.4.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57c218760a92a4c4449c643e59d5c9b99d187c228aaa68c563d03c468fc2a055
4
- data.tar.gz: fa282be312c5ad55816deb7475a3d2f3357266a806ac96a624f125f2f0d0fc4b
3
+ metadata.gz: daede92299c67ff8e569b081e8f75e2e7fc50934936115605a38e419a064a39e
4
+ data.tar.gz: 2d7a5fb04f55ed57881af6aa7ce444d47b9477a25345392c37aaa5c1b425a13f
5
5
  SHA512:
6
- metadata.gz: f20ccf58b1661fe3082f9d0487979c42146b21115df430269ca6d7a3a35dfa2f44cb04c1f4f3eb01eaf00bd360f4823d00106101c38bb80a8c278e4d9b764ed4
7
- data.tar.gz: beb69b97fb7f92d970fae59bfefff484b1f59973bfcf26b049ecbc738a61db9044e660040531b0f959cb50f17f6ec5412ee8b1f226ba30b0cec359e902ac9bfa
6
+ metadata.gz: 142859085b4dc649f41122a083d18272dceb2b64e44652499f6a4152d959fce0c90980e67706c053ba11a3592a54809f851ac283ee33af239a3579ef2cfb31f7
7
+ data.tar.gz: 63e283ec2cfa1ddf8ce75a840c786404f6c29a85eb8d78dfa3d164799a2527717487debdf2245abb1f6129ee3b87e28af8ec423cfd44df4a1f30936e110d6df1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.4.7.0
4
+ * Fixed `print-color-adjust` support in Firefox.
5
+ * Fixed `print-color-adjust` support.
6
+ * Fixed `NaN` in grid (by @SukkaW).
7
+
3
8
  ## 10.4.2.0
4
9
  * Fixed missed `-webkit-` prefix for `width: stretch`.
5
10
  * Fixed `::file-selector-button` data (by Luke Warlow).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AutoprefixerRails # :nodoc:
4
- VERSION = "10.4.2.0" unless defined? AutoprefixerRails::VERSION
4
+ VERSION = "10.4.7.0" unless defined? AutoprefixerRails::VERSION
5
5
  end