@squiz/formatted-text-editor 2.0.1-rc.1 → 2.0.1

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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6838083: Updated repo package-lock.json to consume shared resource browsers with bumped versions with correct peer dependencies to be consumed by both Matrix and Page Builder
8
+
3
9
  ## 2.0.0
4
10
 
5
11
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/formatted-text-editor",
3
- "version": "2.0.1-rc.1",
3
+ "version": "2.0.1",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "private": false,
@@ -25,8 +25,8 @@
25
25
  "@remirror/extension-react-tables": "^2.2.19",
26
26
  "@remirror/react": "2.0.35",
27
27
  "@squiz/dx-json-schema-lib": "^1.65.1",
28
- "@squiz/matrix-resource-browser-plugin": "^2.1.0-rc.0",
29
- "@squiz/resource-browser": "^2.3.0-rc.0",
28
+ "@squiz/matrix-resource-browser-plugin": "^2.0.0",
29
+ "@squiz/resource-browser": "^2.0.0",
30
30
  "clsx": "2.1.1",
31
31
  "react-hook-form": "7.51.4",
32
32
  "react-image-size": "2.0.0",