Skip to content

Commit

Permalink
Release 10.2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albb0920 committed Feb 1, 2021
1 parent f810287 commit 73ad716
Show file tree
Hide file tree
Showing 5 changed files with 705 additions and 593 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Change Log

## 10.2.4.0
* Fixed `transition-property` warnings (by @Sheraff).

## 10.2.0.0 "Sub rosa"
* Added TypeScript definitions (by Dmitry Semigradsky).
* Fixed docs (by Florian Pellet).
Expand Down
4 changes: 2 additions & 2 deletions build/package.json
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"browser": true,
"dependencies": {
"autoprefixer": "^10.0.2",
"autoprefixer": "^10.2.4",
"nop": "^1.0.0",
"postcss": "^8.1.4"
"postcss": "^8.2.4"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.1",
Expand Down
23 changes: 14 additions & 9 deletions build/yarn.lock
Expand Up @@ -80,13 +80,13 @@
dependencies:
"@types/node" "*"

autoprefixer@^10.0.2:
version "10.2.0"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.2.0.tgz#73c148882ff771b48df9e76eaad88565516eda0c"
integrity sha512-5SdPoK2Q3rxVh4xC8GKdy772KbEESdl2SyJADCw5FMUrd5eNtpOTLo7oCFMEKvK86zQdvsIVTYk93E8dAfRy6g==
autoprefixer@^10.2.4:
version "10.2.4"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.2.4.tgz#c0e7cf24fcc6a1ae5d6250c623f0cb8beef2f7e1"
integrity sha512-DCCdUQiMD+P/as8m3XkeTUkUKuuRqLGcwD0nll7wevhqoJfMRpJlkFd1+MQh1pvupjiQuip42lc/VFvfUTMSKw==
dependencies:
browserslist "^4.16.1"
caniuse-lite "^1.0.30001173"
caniuse-lite "^1.0.30001181"
colorette "^1.2.1"
fraction.js "^4.0.13"
normalize-range "^0.1.2"
Expand Down Expand Up @@ -126,6 +126,11 @@ caniuse-lite@^1.0.30001173:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001173.tgz#3c47bbe3cd6d7a9eda7f50ac016d158005569f56"
integrity sha512-R3aqmjrICdGCTAnSXtNyvWYMK3YtV5jwudbq0T7nN9k4kmE4CBuwPqyJ+KBzepSTh0huivV2gLbSMEzTTmfeYw==

caniuse-lite@^1.0.30001181:
version "1.0.30001181"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001181.tgz#4f0e5184e1ea7c3bf2727e735cbe7ca9a451d673"
integrity sha512-m5ul/ARCX50JB8BSNM+oiPmQrR5UmngaQ3QThTTp5HcIIQGP/nPBs82BYLE+tigzm3VW+F4BJIhUyaVtEweelQ==

colorette@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
Expand Down Expand Up @@ -303,10 +308,10 @@ postcss-value-parser@^4.1.0:
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==

postcss@^8.1.4:
version "8.2.2"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.2.tgz#60613b62297005084fd21024a68637798864fe26"
integrity sha512-HM1NDNWLgglJPQQMNwvLxgH2KcrKZklKLi/xXYIOaqQB57p/pDWEJNS83PVICYsn1Dg/9C26TiejNr422/ePaQ==
postcss@^8.2.4:
version "8.2.4"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.4.tgz#20a98a39cf303d15129c2865a9ec37eda0031d04"
integrity sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg==
dependencies:
colorette "^1.2.1"
nanoid "^3.1.20"
Expand Down
2 changes: 1 addition & 1 deletion lib/autoprefixer-rails/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AutoprefixerRails # :nodoc:
VERSION = "10.2.0.0" unless defined? AutoprefixerRails::VERSION
VERSION = "10.2.4.0" unless defined? AutoprefixerRails::VERSION
end

0 comments on commit 73ad716

Please sign in to comment.