@wordpress/priority-queue 3.1.0 → 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 +4 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 3.2.0 (2024-06-26)
|
|
6
|
+
|
|
5
7
|
## 3.1.0 (2024-06-15)
|
|
6
8
|
|
|
7
9
|
## 3.0.0 (2024-05-31)
|
|
@@ -114,7 +116,7 @@
|
|
|
114
116
|
|
|
115
117
|
## 2.7.0 (2022-04-21)
|
|
116
118
|
|
|
117
|
-
### New
|
|
119
|
+
### New Features
|
|
118
120
|
|
|
119
121
|
- Add a new `cancel` method that removes scheduled callbacks without executing them.
|
|
120
122
|
|
|
@@ -141,7 +143,7 @@
|
|
|
141
143
|
|
|
142
144
|
## 1.6.0 (2020-04-15)
|
|
143
145
|
|
|
144
|
-
### New
|
|
146
|
+
### New Features
|
|
145
147
|
|
|
146
148
|
- Include TypeScript type declarations ([#18942](https://github.com/WordPress/gutenberg/pull/18942))
|
|
147
149
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/priority-queue",
|
|
3
|
-
"version": "3.
|
|
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
|
}
|