Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postcss/autoprefixer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.4.3
Choose a base ref
...
head repository: postcss/autoprefixer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.4.4
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 16, 2022

  1. Revert funding URL format changes

    ai committed Mar 16, 2022
    Copy the full SHA
    18d5417 View commit details
  2. Update PostCSS

    ai committed Mar 16, 2022
    Copy the full SHA
    f6328f4 View commit details
  3. Release 10.4.4 version

    ai committed Mar 16, 2022
    Copy the full SHA
    37f26d6 View commit details
Showing with 13 additions and 10 deletions.
  1. +3 −0 CHANGELOG.md
  2. +3 −3 package.json
  3. +7 −7 pnpm-lock.yaml
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 10.4.4
* Fixed `package.funding` to have same value between all PostCSS packages.

## 10.4.3
* Fixed `package.funding` (by Álvaro Mondéjar).

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
"version": "10.4.3",
"version": "10.4.4",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"engines": {
"node": "^10 || ^12 || >=14"
@@ -22,7 +22,7 @@
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss"
"url": "https://opencollective.com/postcss/"
},
{
"type": "tidelift",
@@ -58,7 +58,7 @@
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.0.0",
"nanospy": "^0.5.0",
"postcss": "^8.4.11",
"postcss": "^8.4.12",
"size-limit": "^7.0.8",
"uvu": "^0.5.3"
},
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.