@wordpress/block-serialization-default-parser 4.12.0 → 4.15.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,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.15.0 (2022-08-10)
6
+
7
+ ## 4.14.0 (2022-07-27)
8
+
9
+ ## 4.13.0 (2022-07-13)
10
+
5
11
  ## 4.12.0 (2022-06-29)
6
12
 
7
13
  ## 4.11.0 (2022-06-15)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/block-serialization-default-parser",
3
- "version": "4.12.0",
3
+ "version": "4.15.0",
4
4
  "description": "Block serialization specification parser for WordPress posts.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -32,5 +32,5 @@
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
- "gitHead": "a80eeb62ec7cb1418b9915c277e084a29d6665e3"
35
+ "gitHead": "08358f53b627a15148c3a3e433cdf58cf8714aa4"
36
36
  }
package/parser.php CHANGED
@@ -222,7 +222,7 @@ class WP_Block_Parser {
222
222
  * @since 5.0.0
223
223
  *
224
224
  * @param string $document Input document being parsed.
225
- * @return WP_Block_Parser_Block[]
225
+ * @return array[]
226
226
  */
227
227
  function parse( $document ) {
228
228
  $this->document = $document;