@wordpress/edit-post 3.3.9 → 3.3.13

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/README.md +1 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -463,6 +463,7 @@ an initial state from prior to the crash.
463
463
  - **settings** `?Object`: Editor settings object.
464
464
  - **initialEdits** `Object`: Programmatic edits to apply initially, to be considered as non-user-initiated (bypass for unsaved changes prompt).
465
465
 
466
+
466
467
  <!-- END TOKEN(Autogenerated API docs) -->
467
468
 
468
469
  <br/><br/><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-post",
3
- "version": "3.3.9",
3
+ "version": "3.3.13",
4
4
  "description": "Edit Post module for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -23,20 +23,20 @@
23
23
  "@babel/runtime": "^7.3.1",
24
24
  "@wordpress/a11y": "^2.2.0",
25
25
  "@wordpress/api-fetch": "^3.1.2",
26
- "@wordpress/block-editor": "^2.0.3",
27
- "@wordpress/block-library": "^2.4.9",
28
- "@wordpress/blocks": "^6.2.5",
29
- "@wordpress/components": "^7.3.2",
26
+ "@wordpress/block-editor": "^2.0.6",
27
+ "@wordpress/block-library": "^2.4.13",
28
+ "@wordpress/blocks": "^6.2.8",
29
+ "@wordpress/components": "^7.3.5",
30
30
  "@wordpress/compose": "^3.2.0",
31
31
  "@wordpress/core-data": "^2.2.2",
32
32
  "@wordpress/data": "^4.4.0",
33
- "@wordpress/editor": "^9.2.6",
33
+ "@wordpress/editor": "^9.2.9",
34
34
  "@wordpress/element": "^2.3.0",
35
- "@wordpress/format-library": "^1.4.6",
35
+ "@wordpress/format-library": "^1.4.9",
36
36
  "@wordpress/hooks": "^2.2.0",
37
37
  "@wordpress/i18n": "^3.3.0",
38
38
  "@wordpress/keycodes": "^2.2.0",
39
- "@wordpress/nux": "^3.2.5",
39
+ "@wordpress/nux": "^3.2.8",
40
40
  "@wordpress/plugins": "^2.2.0",
41
41
  "@wordpress/url": "^2.5.0",
42
42
  "@wordpress/viewport": "^2.3.0",
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "ecf77c7acb7d3680e71f34c01899c5670153e61f"
50
+ "gitHead": "5d66b8bb933093e92fc631b33e11b9e9c02fdfdd"
51
51
  }