@wordpress/dom 4.8.2 → 4.9.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 +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.9.0 (2024-10-03)
6
+
5
7
  ## 4.8.0 (2024-09-19)
6
8
 
7
9
  ## 4.7.0 (2024-09-05)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/dom",
3
- "version": "4.8.2",
3
+ "version": "4.9.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.8.2"
33
+ "@wordpress/deprecated": "^4.9.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "6187079697e13c3292eb098d6338523a6676c6e8"
38
+ "gitHead": "2e5495c635910cb34bfaca3c6258d2e989f66214"
39
39
  }