@wordpress/priority-queue 3.0.1 → 3.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 +6 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 3.2.0 (2024-06-26)
|
|
6
|
+
|
|
7
|
+
## 3.1.0 (2024-06-15)
|
|
8
|
+
|
|
5
9
|
## 3.0.0 (2024-05-31)
|
|
6
10
|
|
|
7
11
|
### Breaking Changes
|
|
@@ -112,7 +116,7 @@
|
|
|
112
116
|
|
|
113
117
|
## 2.7.0 (2022-04-21)
|
|
114
118
|
|
|
115
|
-
### New
|
|
119
|
+
### New Features
|
|
116
120
|
|
|
117
121
|
- Add a new `cancel` method that removes scheduled callbacks without executing them.
|
|
118
122
|
|
|
@@ -139,7 +143,7 @@
|
|
|
139
143
|
|
|
140
144
|
## 1.6.0 (2020-04-15)
|
|
141
145
|
|
|
142
|
-
### New
|
|
146
|
+
### New Features
|
|
143
147
|
|
|
144
148
|
- Include TypeScript type declarations ([#18942](https://github.com/WordPress/gutenberg/pull/18942))
|
|
145
149
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/priority-queue",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Generic browser priority queue.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
|
|
39
39
|
}
|