@wordpress/dom 4.0.0 → 4.1.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.1.0 (2024-06-15)
6
+
5
7
  ## 4.0.0 (2024-05-31)
6
8
 
7
9
  ### Breaking Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/dom",
3
- "version": "4.0.0",
3
+ "version": "4.1.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.0.0"
33
+ "@wordpress/deprecated": "^4.1.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "2f30cddff15723ac7017fd009fc5913b7b419400"
38
+ "gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
39
39
  }