@wordpress/dom 4.10.0 → 4.11.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 +2 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.11.0 (2024-10-30)
6
+
5
7
  ## 4.10.0 (2024-10-16)
6
8
 
7
9
  ## 4.9.0 (2024-10-03)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/dom",
3
- "version": "4.10.0",
3
+ "version": "4.11.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,11 @@
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
32
  "@babel/runtime": "7.25.7",
33
- "@wordpress/deprecated": "^4.10.0"
33
+ "@wordpress/deprecated": "*"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "ab34a7ac935fd1478eac63b596242d83270897ee"
38
+ "wpScript": true,
39
+ "gitHead": "dcf4613b33b0eda14e203ac30f700ed0db70347f"
39
40
  }