@squiz/formatted-text-editor 2.2.9 → 2.2.11

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 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.2.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 235f3cb: cmp uploader url generation
8
+ - Updated dependencies [235f3cb]
9
+ - @squiz/dx-json-schema-lib@1.74.1
10
+
11
+ ## 2.2.10
12
+
13
+ ### Patch Changes
14
+
15
+ - b96a47b: resolved issue with content format saving
16
+
3
17
  ## 2.2.9
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.9",
3
+ "version": "2.2.11",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "private": false,
@@ -24,8 +24,8 @@
24
24
  "@mui/icons-material": "5.15.18",
25
25
  "@remirror/extension-react-tables": "^2.2.19",
26
26
  "@remirror/react": "2.0.35",
27
- "@squiz/dam-resource-browser-plugin": "^0.9.0-rc.0",
28
- "@squiz/dx-json-schema-lib": "^1.74.0",
27
+ "@squiz/dam-resource-browser-plugin": "^0.10.0",
28
+ "@squiz/dx-json-schema-lib": "^1.74.1",
29
29
  "@squiz/dxp-ai-client-react": "^0.2.0",
30
30
  "@squiz/dxp-content-tools-modal": "^0.3.2",
31
31
  "@squiz/matrix-resource-browser-plugin": "^2.0.0",