@wordpress/dom 4.4.0 → 4.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.6.0 (2024-08-21)
6
+
7
+ ## 4.5.0 (2024-08-07)
8
+
5
9
  ## 4.4.0 (2024-07-24)
6
10
 
7
11
  ## 4.3.0 (2024-07-10)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/dom",
3
- "version": "4.4.0",
3
+ "version": "4.6.0",
4
4
  "description": "DOM utilities module for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -30,10 +30,10 @@
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
32
  "@babel/runtime": "^7.16.0",
33
- "@wordpress/deprecated": "^4.4.0"
33
+ "@wordpress/deprecated": "^4.6.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "363edb39b8dda8727f652e42cbb8497732693ed2"
38
+ "gitHead": "ab9564947967bb3f00343130954b9efacba6cdd7"
39
39
  }