Skip to content

Commit e99e381

Browse files
committed
Release 10.5.2 version
1 parent 98de3f5 commit e99e381

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 10.5.2
6+
7+
- Moved `-webkit-fill-available` before `-moz-available`, so Firefox
8+
will use `-webkit-` version which is closer to `stretch`.
9+
510
## 10.5.1
611

712
- Fixed `grid-area` span reset for overriding areas (by @puneetdixit200).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autoprefixer",
3-
"version": "10.5.1",
3+
"version": "10.5.2",
44
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
55
"keywords": [
66
"autoprefixer",

0 commit comments

Comments
 (0)