@atlaskit/linking-types
Advanced tools
Comparing version 9.4.0 to 9.5.0
# @atlaskit/linking-types | ||
## 9.5.0 | ||
### Minor Changes | ||
- [#158223](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/158223) | ||
[`ab22f74a91062`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ab22f74a91062) - | ||
The change here adds an optional `text` property for the Datasource Icon type. | ||
## 9.4.0 | ||
@@ -4,0 +12,0 @@ |
@@ -72,2 +72,3 @@ export interface BooleanType { | ||
label?: string; | ||
text?: string; | ||
id?: string; | ||
@@ -74,0 +75,0 @@ } |
@@ -72,2 +72,3 @@ export interface BooleanType { | ||
label?: string; | ||
text?: string; | ||
id?: string; | ||
@@ -74,0 +75,0 @@ } |
{ | ||
"name": "@atlaskit/linking-types", | ||
"version": "9.4.0", | ||
"version": "9.5.0", | ||
"description": "Schema and Types for frontend and backend parts of linking platform", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
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
53916
902