@atlaskit/linking-types
Advanced tools
Comparing version 0.4.1 to 1.0.0
# @atlaskit/linking-types | ||
## 1.0.0 | ||
### Major Changes | ||
- [`c195b15017e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c195b15017e) - removed url property from `Icon` and updated status in `Status` as union type. | ||
## 0.4.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/linking-types", | ||
"version": "0.4.1", | ||
"version": "1.0.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/linking-types", | ||
"version": "0.4.1", | ||
"version": "1.0.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/linking-types", | ||
"version": "0.4.1", | ||
"version": "1.0.0", | ||
"sideEffects": false | ||
} |
@@ -33,3 +33,3 @@ export interface BooleanType { | ||
text: string; | ||
status: string; | ||
status: 'default' | 'inprogress' | 'moved' | 'new' | 'removed' | 'success'; | ||
style?: { | ||
@@ -56,3 +56,2 @@ color: string; | ||
label?: string; | ||
url?: string; | ||
} | ||
@@ -59,0 +58,0 @@ export interface IconType { |
{ | ||
"name": "@atlaskit/linking-types", | ||
"version": "0.4.1", | ||
"version": "1.0.0", | ||
"description": "Schema and Types for frontend and backend parts of linking platform", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
@@ -138,4 +138,2 @@ <!-- API Report Version: 2.3 --> | ||
source: string; | ||
// (undocumented) | ||
url?: string; | ||
} | ||
@@ -210,3 +208,3 @@ | ||
// (undocumented) | ||
status: string; | ||
status: 'default' | 'inprogress' | 'moved' | 'new' | 'removed' | 'success'; | ||
// (undocumented) | ||
@@ -213,0 +211,0 @@ style?: { |
@@ -118,4 +118,2 @@ ## API Report File for "@atlaskit/linking-types" | ||
source: string; | ||
// (undocumented) | ||
url?: string; | ||
} | ||
@@ -190,3 +188,3 @@ | ||
// (undocumented) | ||
status: string; | ||
status: 'default' | 'inprogress' | 'moved' | 'new' | 'removed' | 'success'; | ||
// (undocumented) | ||
@@ -193,0 +191,0 @@ style?: { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24031
1
502