@wordpress/media-utils 5.1.0 → 5.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 5.2.0 (2024-06-26)
6
+
5
7
  ## 5.1.0 (2024-06-15)
6
8
 
7
9
  ## 5.0.0 (2024-05-31)
@@ -110,7 +112,7 @@
110
112
 
111
113
  ## 4.0.0 (2022-05-18)
112
114
 
113
- ### Breaking Change
115
+ ### Breaking Changes
114
116
 
115
117
  - The `onError` now always receives the `message` as a string ([#39448](https://github.com/WordPress/gutenberg/pull/39448)).
116
118
 
@@ -128,7 +130,7 @@
128
130
 
129
131
  ## 3.0.0 (2021-07-29)
130
132
 
131
- ### Breaking Change
133
+ ### Breaking Changes
132
134
 
133
135
  - Upgraded React components to work with v17.0 ([#29118](https://github.com/WordPress/gutenberg/pull/29118)). There are no new features in React v17.0 as explained in the [blog post](https://reactjs.org/blog/2020/10/20/react-v17.html).
134
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/media-utils",
3
- "version": "5.1.0",
3
+ "version": "5.2.0",
4
4
  "description": "WordPress Media Upload Utils.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -27,13 +27,13 @@
27
27
  "module": "build-module/index.js",
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.16.0",
30
- "@wordpress/api-fetch": "^7.1.0",
31
- "@wordpress/blob": "^4.1.0",
32
- "@wordpress/element": "^6.1.0",
33
- "@wordpress/i18n": "^5.1.0"
30
+ "@wordpress/api-fetch": "^7.2.0",
31
+ "@wordpress/blob": "^4.2.0",
32
+ "@wordpress/element": "^6.2.0",
33
+ "@wordpress/i18n": "^5.2.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
38
+ "gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
39
39
  }