@wordpress/deprecated 3.29.0 → 3.31.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 CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 3.31.0 (2023-04-12)
6
+
7
+ ## 3.30.0 (2023-03-29)
8
+
5
9
  ## 3.29.0 (2023-03-15)
6
10
 
7
11
  ## 3.28.0 (2023-03-01)
package/README.md CHANGED
@@ -69,8 +69,7 @@ _Parameters_
69
69
 
70
70
  ### logged
71
71
 
72
- Object map tracking messages which have been logged, for use in ensuring a
73
- message is only logged once.
72
+ Object map tracking messages which have been logged, for use in ensuring a message is only logged once.
74
73
 
75
74
  _Type_
76
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/deprecated",
3
- "version": "3.29.0",
3
+ "version": "3.31.0",
4
4
  "description": "Deprecation utility for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -28,10 +28,10 @@
28
28
  "sideEffects": false,
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.16.0",
31
- "@wordpress/hooks": "^3.29.0"
31
+ "@wordpress/hooks": "^3.31.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "9534a7b3bbf07c1d40b94fdb7a3d091f297bfb06"
36
+ "gitHead": "d61700b9f1c72ba0b030fc815ef1685b4f4031ec"
37
37
  }