@wordpress/media-utils
Advanced tools
Comparing version 5.0.1 to 5.1.0
@@ -368,2 +368,3 @@ /** | ||
} | ||
this.frame.detach(); | ||
} | ||
@@ -370,0 +371,0 @@ updateCollection() { |
@@ -375,2 +375,3 @@ "use strict"; | ||
} | ||
this.frame.detach(); | ||
} | ||
@@ -377,0 +378,0 @@ updateCollection() { |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 5.1.0 (2024-06-15) | ||
## 5.0.0 (2024-05-31) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/media-utils", | ||
"version": "5.0.1", | ||
"version": "5.1.0", | ||
"description": "WordPress Media Upload Utils.", | ||
@@ -30,6 +30,6 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "^7.16.0", | ||
"@wordpress/api-fetch": "^7.0.1", | ||
"@wordpress/blob": "^4.0.1", | ||
"@wordpress/element": "^6.0.1", | ||
"@wordpress/i18n": "^5.0.1" | ||
"@wordpress/api-fetch": "^7.1.0", | ||
"@wordpress/blob": "^4.1.0", | ||
"@wordpress/element": "^6.1.0", | ||
"@wordpress/i18n": "^5.1.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "0e973525f7787401b5a544e0727774d52a78639f" | ||
"gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a" | ||
} |
@@ -403,2 +403,4 @@ /** | ||
} | ||
this.frame.detach(); | ||
} | ||
@@ -405,0 +407,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
188778
2094
Updated@wordpress/api-fetch@^7.1.0
Updated@wordpress/blob@^4.1.0
Updated@wordpress/element@^6.1.0
Updated@wordpress/i18n@^5.1.0