@wordpress/priority-queue 2.29.0 → 2.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
+ ## 2.31.0 (2023-04-12)
6
+
7
+ ## 2.30.0 (2023-03-29)
8
+
5
9
  ## 2.29.0 (2023-03-15)
6
10
 
7
11
  ## 2.28.0 (2023-03-01)
package/README.md CHANGED
@@ -18,8 +18,7 @@ _This package assumes that your code will run in an **ES2015+** environment. If
18
18
 
19
19
  ### createQueue
20
20
 
21
- Creates a context-aware queue that only executes
22
- the last task of a given context.
21
+ Creates a context-aware queue that only executes the last task of a given context.
23
22
 
24
23
  _Usage_
25
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/priority-queue",
3
- "version": "2.29.0",
3
+ "version": "2.31.0",
4
4
  "description": "Generic browser priority queue.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "9534a7b3bbf07c1d40b94fdb7a3d091f297bfb06"
37
+ "gitHead": "d61700b9f1c72ba0b030fc815ef1685b4f4031ec"
38
38
  }