@squiz/formatted-text-editor 2.2.10 → 2.2.12

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 +14 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.2.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 4151b6a: add missing @mui/base package
8
+
9
+ ## 2.2.11
10
+
11
+ ### Patch Changes
12
+
13
+ - 235f3cb: cmp uploader url generation
14
+ - Updated dependencies [235f3cb]
15
+ - @squiz/dx-json-schema-lib@1.74.1
16
+
3
17
  ## 2.2.10
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/formatted-text-editor",
3
- "version": "2.2.10",
3
+ "version": "2.2.12",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "private": false,
@@ -21,11 +21,12 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@headlessui/react": "1.7.11",
24
+ "@mui/base": "^5.0.0-beta.40",
24
25
  "@mui/icons-material": "5.15.18",
25
26
  "@remirror/extension-react-tables": "^2.2.19",
26
27
  "@remirror/react": "2.0.35",
27
28
  "@squiz/dam-resource-browser-plugin": "^0.10.0",
28
- "@squiz/dx-json-schema-lib": "^1.74.0",
29
+ "@squiz/dx-json-schema-lib": "^1.74.1",
29
30
  "@squiz/dxp-ai-client-react": "^0.2.0",
30
31
  "@squiz/dxp-content-tools-modal": "^0.3.2",
31
32
  "@squiz/matrix-resource-browser-plugin": "^2.0.0",