@wordpress/dom 4.7.1-next.1f6eadc42.0 → 4.8.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.8.0 (2024-09-19)
6
+
5
7
  ## 4.7.0 (2024-09-05)
6
8
 
7
9
  ## 4.6.0 (2024-08-21)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/dom",
3
- "version": "4.7.1-next.1f6eadc42.0",
3
+ "version": "4.8.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.7.1-next.1f6eadc42.0"
33
+ "@wordpress/deprecated": "^4.8.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "960a22b909c9fdbc90e7435b7ba8947b9218837a"
38
+ "gitHead": "cecf5e14d317aa67407f77a7e5c8b6a43016bd42"
39
39
  }