@wordpress/react-i18n 3.1.0 → 3.1.1-next.f435e9e01b.0

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 +7 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -90,4 +90,10 @@ _Returns_
90
90
 
91
91
  <!-- END TOKEN(Autogenerated API docs) -->
92
92
 
93
- <br/><br/><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p>
93
+ ## Contributing to this package
94
+
95
+ 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.
96
+
97
+ 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).
98
+
99
+ <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/react-i18n",
3
- "version": "3.1.0",
3
+ "version": "3.1.1-next.f435e9e01b.0",
4
4
  "description": "React bindings for @wordpress/i18n.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -28,12 +28,12 @@
28
28
  "sideEffects": false,
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.16.0",
31
- "@wordpress/element": "^4.1.0",
32
- "@wordpress/i18n": "^4.3.0",
31
+ "@wordpress/element": "^4.1.1-next.f435e9e01b.0",
32
+ "@wordpress/i18n": "^4.3.1-next.f435e9e01b.0",
33
33
  "utility-types": "^3.10.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "d95ccb9366e249133cdb1d7b25c382446b9ee502"
38
+ "gitHead": "14b2846015dfb1b440ce93accdd03842ebe5f1cd"
39
39
  }