@wordpress/plugins 5.7.0 → 5.8.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,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 5.8.0 (2023-04-12)
6
+
5
7
  ## 5.7.0 (2023-03-29)
6
8
 
7
9
  ## 5.6.0 (2023-03-15)
package/README.md CHANGED
@@ -184,8 +184,7 @@ _Returns_
184
184
 
185
185
  #### withPluginContext
186
186
 
187
- A Higher Order Component used to inject Plugin context to the
188
- wrapped component.
187
+ A Higher Order Component used to inject Plugin context to the wrapped component.
189
188
 
190
189
  _Parameters_
191
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/plugins",
3
- "version": "5.7.0",
3
+ "version": "5.8.0",
4
4
  "description": "Plugins module for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -26,11 +26,11 @@
26
26
  "react-native": "src/index",
27
27
  "dependencies": {
28
28
  "@babel/runtime": "^7.16.0",
29
- "@wordpress/compose": "^6.7.0",
30
- "@wordpress/element": "^5.7.0",
31
- "@wordpress/hooks": "^3.30.0",
32
- "@wordpress/icons": "^9.21.0",
33
- "@wordpress/is-shallow-equal": "^4.30.0",
29
+ "@wordpress/compose": "^6.8.0",
30
+ "@wordpress/element": "^5.8.0",
31
+ "@wordpress/hooks": "^3.31.0",
32
+ "@wordpress/icons": "^9.22.0",
33
+ "@wordpress/is-shallow-equal": "^4.31.0",
34
34
  "memize": "^1.1.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "d5c28a67b11e91e3e4b8e90346bfcb90909364d6"
42
+ "gitHead": "d61700b9f1c72ba0b030fc815ef1685b4f4031ec"
43
43
  }