@squiz/formatted-text-editor 1.63.1-alpha.7 → 1.63.2

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