contentful-ui-extensions-sdk
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -0,1 +1,8 @@ | ||
## [4.2.1](https://github.com/contentful/ui-extensions-sdk/compare/v4.2.0...v4.2.1) (2021-10-07) | ||
### Bug Fixes | ||
* 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)) | ||
# [4.2.0](https://github.com/contentful/ui-extensions-sdk/compare/v4.1.1...v4.2.0) (2021-10-06) | ||
@@ -2,0 +9,0 @@ |
@@ -43,3 +43,3 @@ import { Link } from './utils'; | ||
name: 'linkContentType'; | ||
contentTypeId: string; | ||
contentTypeId: string[]; | ||
} | ||
@@ -46,0 +46,0 @@ export interface DateRangeValidationError extends BaseValidationError { |
{ | ||
"name": "contentful-ui-extensions-sdk", | ||
"description": "SDK to develop custom UI Extension for the Contentful Web App", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"author": "Contentful GmbH", | ||
@@ -86,3 +86,3 @@ "license": "MIT", | ||
"mochawesome-report-generator": "5.2.0", | ||
"nanoid": "3.1.28", | ||
"nanoid": "3.1.29", | ||
"prettier": "2.4.1", | ||
@@ -89,0 +89,0 @@ "rollup": "2.58.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105843