@squiz/formatted-text-editor 1.63.1-alpha.7 → 1.63.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.
- package/CHANGELOG.md +7 -20
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 1.63.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [e7d4c0f]
|
8
|
+
- @squiz/resource-browser@1.64.0
|
9
|
+
|
3
10
|
All notable changes to this project will be documented in this file.
|
4
11
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
12
|
|
@@ -7,42 +14,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
7
14
|
|
8
15
|
**Note:** Version bump only for package @squiz/formatted-text-editor
|
9
16
|
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
17
|
## [1.6.1-alpha.4](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.1-alpha.3...v1.6.1-alpha.4) (2023-02-02)
|
15
18
|
|
16
19
|
**Note:** Version bump only for package @squiz/formatted-text-editor
|
17
20
|
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
21
|
## [1.6.1-alpha.3](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.1-alpha.2...v1.6.1-alpha.3) (2023-02-02)
|
23
22
|
|
24
23
|
**Note:** Version bump only for package @squiz/formatted-text-editor
|
25
24
|
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
25
|
## [1.6.1-alpha.2](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.0...v1.6.1-alpha.2) (2023-02-02)
|
31
26
|
|
32
27
|
**Note:** Version bump only for package @squiz/formatted-text-editor
|
33
28
|
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
29
|
## [1.6.1-alpha.1](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.0...v1.6.1-alpha.1) (2023-02-02)
|
39
30
|
|
40
31
|
**Note:** Version bump only for package @squiz/formatted-text-editor
|
41
32
|
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
33
|
## [1.6.1-alpha.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.0...v1.6.1-alpha.0) (2023-02-02)
|
47
34
|
|
48
35
|
**Note:** Version bump only for package @squiz/formatted-text-editor
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@squiz/formatted-text-editor",
|
3
|
-
"version": "1.63.1
|
3
|
+
"version": "1.63.1",
|
4
4
|
"main": "lib/index.js",
|
5
5
|
"types": "lib/index.d.ts",
|
6
6
|
"scripts": {
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"@mui/icons-material": "5.11.16",
|
21
21
|
"@remirror/react": "2.0.25",
|
22
22
|
"@squiz/dx-json-schema-lib": "1.63.1-alpha.7",
|
23
|
-
"@squiz/resource-browser": "1.
|
23
|
+
"@squiz/resource-browser": "1.64.0",
|
24
24
|
"clsx": "1.2.1",
|
25
25
|
"react-hook-form": "7.43.2",
|
26
26
|
"react-image-size": "2.0.0",
|
@@ -73,6 +73,5 @@
|
|
73
73
|
},
|
74
74
|
"volta": {
|
75
75
|
"node": "18.15.0"
|
76
|
-
}
|
77
|
-
"gitHead": "5ae8c433076d96683b0a98113f0e69f7c0dd0bff"
|
76
|
+
}
|
78
77
|
}
|