@wordpress/postcss-plugins-preset 3.2.4 → 3.3.1

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.
Files changed (3) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +7 -1
  3. package/package.json +3 -3
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Gutenberg
2
2
 
3
- Copyright 2016-2021 by the contributors
3
+ Copyright 2016-2022 by the contributors
4
4
 
5
5
  **License for Contributions (on and after April 15, 2021)**
6
6
 
package/README.md CHANGED
@@ -12,4 +12,10 @@ npm install @wordpress/postcss-plugins-preset --save
12
12
 
13
13
  **Note**: This package requires Node.js 12.0.0 or later. It is not compatible with older versions.
14
14
 
15
- <br/><br/><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p>
15
+ ## Contributing to this package
16
+
17
+ This is an individual package that's part of the Gutenberg project. The project is organized as a monorepo. It's made up of multiple self-contained software packages, each with a specific purpose. The packages in this monorepo are published to [npm](https://www.npmjs.com/) and used by [WordPress](https://make.wordpress.org/core/) as well as other software projects.
18
+
19
+ To find out more about contributing to this package or Gutenberg as a whole, please read the project's main [contributor guide](https://github.com/WordPress/gutenberg/tree/HEAD/CONTRIBUTING.md).
20
+
21
+ <br /><br /><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/postcss-plugins-preset",
3
- "version": "3.2.4",
3
+ "version": "3.3.1",
4
4
  "description": "PostCSS sharable plugins preset for WordPress development.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -29,11 +29,11 @@
29
29
  ],
30
30
  "main": "lib/index.js",
31
31
  "dependencies": {
32
- "@wordpress/base-styles": "^4.0.3",
32
+ "@wordpress/base-styles": "^4.1.1",
33
33
  "autoprefixer": "^10.2.5"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "393c2b5533837fd637e998d23f0124c081a10df0"
38
+ "gitHead": "2e4922861e49f5a090f9dc52056165092cfba163"
39
39
  }