Skip to content

Commit

Permalink
Release 10.0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 9, 2020
1 parent 427af5a commit 7614321
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 10.0.2
* Removed `-ms-user-select: all` because IE and old Edge don’t support it.
* Fixed Grid Layout warning.

## 10.0.1
* Fix PostCSS 8.1 compatability.
* Add our OpenCollective to `package.json`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
"version": "10.0.1",
"version": "10.0.2",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"engines": {
"node": "^10 || ^12 || >=14"
Expand Down

4 comments on commit 7614321

@XhmikosR
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ai it seems the GitHub release (the tag is there, though) and npm tag are missing :)

@ai
Copy link
Member Author

@ai ai commented on 7614321 Nov 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XhmikosR
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The npm tag is still missing :/

@ai
Copy link
Member Author

@ai ai commented on 7614321 Nov 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Seems like I was very tired yesterday.

Fixed https://www.npmjs.com/package/autoprefixer

Please sign in to comment.