@wordpress/data-controls 2.3.0 → 2.3.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 +9 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Data Controls
2
2
 
3
- The data controls module is a module intended to simplify implementation of common controls used with the [`@wordpress/data`](/packages/data/README.md) package.
3
+ The data controls module is a module intended to simplify implementation of common controls used with the [`@wordpress/data`](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data/README.md) package.
4
4
 
5
5
  **Note:** It is assumed that the registry being used has the controls plugin enabled on it (see [more details on controls here](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data#controls))
6
6
 
@@ -104,3 +104,11 @@ _Parameters_
104
104
  - _args_ `Array`: Arguments passed without change to the `@wordpress/data` control.
105
105
 
106
106
  <!-- END TOKEN(Autogenerated API docs) -->
107
+
108
+ ## Contributing to this package
109
+
110
+ 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.
111
+
112
+ 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).
113
+
114
+ <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/data-controls",
3
- "version": "2.3.0",
3
+ "version": "2.3.1-next.f435e9e01b.0",
4
4
  "description": "A set of common controls for the @wordpress/data api.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -27,12 +27,12 @@
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/data": "^6.2.0",
32
- "@wordpress/deprecated": "^3.3.0"
30
+ "@wordpress/api-fetch": "^6.0.1-next.f435e9e01b.0",
31
+ "@wordpress/data": "^6.2.2-next.f435e9e01b.0",
32
+ "@wordpress/deprecated": "^3.3.1-next.f435e9e01b.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "d95ccb9366e249133cdb1d7b25c382446b9ee502"
37
+ "gitHead": "14b2846015dfb1b440ce93accdd03842ebe5f1cd"
38
38
  }