contentful-ui-extensions-sdk 4.2.0 → 4.2.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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [4.2.1](https://github.com/contentful/ui-extensions-sdk/compare/v4.2.0...v4.2.1) (2021-10-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * LinkContentTypeValidationError contains a list of content types ([#1021](https://github.com/contentful/ui-extensions-sdk/issues/1021)) ([64a8c05](https://github.com/contentful/ui-extensions-sdk/commit/64a8c05a022275f85a5138d9186de98e9079aadb))
7
+
1
8
  # [4.2.0](https://github.com/contentful/ui-extensions-sdk/compare/v4.1.1...v4.2.0) (2021-10-06)
2
9
 
3
10
 
@@ -40,7 +40,7 @@ export interface LinkMimetypeGroupValidationError extends BaseValidationError {
40
40
  }
41
41
  export interface LinkContentTypeValidationError extends BaseValidationError {
42
42
  name: 'linkContentType';
43
- contentTypeId: string;
43
+ contentTypeId: string[];
44
44
  }
45
45
  export interface DateRangeValidationError extends BaseValidationError {
46
46
  name: 'dateRange';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "contentful-ui-extensions-sdk",
3
3
  "description": "SDK to develop custom UI Extension for the Contentful Web App",
4
- "version": "4.2.0",
4
+ "version": "4.2.1",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -83,7 +83,7 @@
83
83
  "mochawesome": "6.3.0",
84
84
  "mochawesome-merge": "4.2.0",
85
85
  "mochawesome-report-generator": "5.2.0",
86
- "nanoid": "3.1.28",
86
+ "nanoid": "3.1.29",
87
87
  "prettier": "2.4.1",
88
88
  "rollup": "2.58.0",
89
89
  "rollup-plugin-terser": "7.0.2",