@wordpress/media-utils 4.43.0 → 4.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.44.0 (2024-03-06)
6
+
5
7
  ## 4.43.0 (2024-02-21)
6
8
 
7
9
  ## 4.42.0 (2024-02-09)
package/README.md CHANGED
@@ -43,7 +43,7 @@ Beware that first onFileChange is called with temporary blob URLs and then with
43
43
  ### MediaUpload
44
44
 
45
45
  Media upload component provides a UI button that allows users to open the WordPress media library. It is normally used in conjunction with the filter `editor.MediaUpload`.
46
- The component follows the interface specified in https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/media-upload/README.md, and more details regarding its usage can be checked there.
46
+ The component follows the interface specified in [https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/media-upload/README.md](https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/media-upload/README.md), and more details regarding its usage can be checked there.
47
47
 
48
48
  ## Contributing to this package
49
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/media-utils",
3
- "version": "4.43.0",
3
+ "version": "4.44.0",
4
4
  "description": "WordPress Media Upload Utils.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -26,13 +26,13 @@
26
26
  "module": "build-module/index.js",
27
27
  "dependencies": {
28
28
  "@babel/runtime": "^7.16.0",
29
- "@wordpress/api-fetch": "^6.49.0",
30
- "@wordpress/blob": "^3.52.0",
31
- "@wordpress/element": "^5.29.0",
32
- "@wordpress/i18n": "^4.52.0"
29
+ "@wordpress/api-fetch": "^6.50.0",
30
+ "@wordpress/blob": "^3.53.0",
31
+ "@wordpress/element": "^5.30.0",
32
+ "@wordpress/i18n": "^4.53.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "c139588f4c668b38bafbc5431f2f4e3903dbe683"
37
+ "gitHead": "ac3c3e465a083081a86a4da6ee6fb817b41e5130"
38
38
  }