@wordpress/server-side-render 3.1.0 → 3.1.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 (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -176,3 +176,11 @@ register_block_type(
176
176
  )
177
177
  );
178
178
  ```
179
+
180
+ ## Contributing to this package
181
+
182
+ 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.
183
+
184
+ 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).
185
+
186
+ <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/server-side-render",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "The component used with WordPress to server-side render a preview of dynamic blocks to display in the editor.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -27,19 +27,19 @@
27
27
  "react-native": "src/index",
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.16.0",
30
- "@wordpress/api-fetch": "^6.0.0",
31
- "@wordpress/blocks": "^11.2.0",
32
- "@wordpress/components": "^19.3.0",
33
- "@wordpress/compose": "^5.1.0",
34
- "@wordpress/data": "^6.2.0",
35
- "@wordpress/deprecated": "^3.3.0",
36
- "@wordpress/element": "^4.1.0",
37
- "@wordpress/i18n": "^4.3.0",
38
- "@wordpress/url": "^3.4.0",
30
+ "@wordpress/api-fetch": "^6.0.1",
31
+ "@wordpress/blocks": "^11.2.1",
32
+ "@wordpress/components": "^19.4.0",
33
+ "@wordpress/compose": "^5.1.1",
34
+ "@wordpress/data": "^6.2.1",
35
+ "@wordpress/deprecated": "^3.3.1",
36
+ "@wordpress/element": "^4.1.1",
37
+ "@wordpress/i18n": "^4.3.1",
38
+ "@wordpress/url": "^3.4.1",
39
39
  "lodash": "^4.17.21"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "d95ccb9366e249133cdb1d7b25c382446b9ee502"
44
+ "gitHead": "2e4922861e49f5a090f9dc52056165092cfba163"
45
45
  }