@wordpress/data-controls 4.1.0 → 4.2.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.
- package/CHANGELOG.md +3 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 4.2.0 (2024-06-26)
|
|
6
|
+
|
|
5
7
|
## 4.1.0 (2024-06-15)
|
|
6
8
|
|
|
7
9
|
## 4.0.0 (2024-05-31)
|
|
@@ -141,7 +143,7 @@
|
|
|
141
143
|
|
|
142
144
|
## 1.18.0 (2020-10-06)
|
|
143
145
|
|
|
144
|
-
### New
|
|
146
|
+
### New Features
|
|
145
147
|
|
|
146
148
|
- Expose the `syncSelect` control for synchronous calls of registry selectors
|
|
147
149
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/data-controls",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.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",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"types": "build-types",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@babel/runtime": "^7.16.0",
|
|
32
|
-
"@wordpress/api-fetch": "^7.
|
|
33
|
-
"@wordpress/data": "^10.
|
|
34
|
-
"@wordpress/deprecated": "^4.
|
|
32
|
+
"@wordpress/api-fetch": "^7.2.0",
|
|
33
|
+
"@wordpress/data": "^10.2.0",
|
|
34
|
+
"@wordpress/deprecated": "^4.2.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": "^18.0.0"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
|
|
43
43
|
}
|