@contentful/field-editor-rich-text 3.24.5 → 3.24.6

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/README.md CHANGED
@@ -33,4 +33,4 @@ You will need to adapt your fork to work with v2. Here is a highlight of the maj
33
33
  This package is based on [Slate][slate] & [Plate][plate] and also borrows some of their code. Without them, this project would not have been possible.
34
34
 
35
35
  [slate]: https://www.slatejs.org/
36
- [plate]: https://plate.udecode.io/
36
+ [plate]: https://platejs.org/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * https://plate.udecode.io/docs/typescript
2
+ * https://platejs.org/docs/typescript
3
3
  */
4
4
  import { MARKS } from '@contentful/rich-text-types';
5
5
  import * as p from '@udecode/plate-common';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-rich-text",
3
- "version": "3.24.5",
3
+ "version": "3.24.6",
4
4
  "source": "./src/index.tsx",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "registry": "https://npm.pkg.github.com/"
88
88
  },
89
- "gitHead": "38dfff4a52c67e7b10efe703579c33e647bc9ac5"
89
+ "gitHead": "1238910be3e3a5cf52c6e343b560d8446a98fdd3"
90
90
  }