@limetech/lime-web-components-interfaces
Advanced tools
Comparing version 4.23.0 to 4.23.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.23.1](https://github.com/Lundalogik/lime-web-components/compare/v4.23.0...v4.23.1) (2021-06-14) | ||
### Bug Fixes | ||
* **interface-property:** added length as optional property ([96b4baf](https://github.com/Lundalogik/lime-web-components/commit/96b4baff2ac1f19174bf312e09c4ac71eac9a6da)) | ||
# [4.23.0](https://github.com/Lundalogik/lime-web-components/compare/v4.22.0...v4.23.0) (2021-06-10) | ||
@@ -8,0 +19,0 @@ |
@@ -34,2 +34,3 @@ export interface Limetype { | ||
label: string; | ||
length?: number; | ||
localname: string; | ||
@@ -36,0 +37,0 @@ name: string; |
{ | ||
"name": "@limetech/lime-web-components-interfaces", | ||
"version": "4.23.0", | ||
"version": "4.23.1", | ||
"author": "Lime Technologies", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components", | ||
}, | ||
"gitHead": "a0e2bfadd9a0c004fa1312a60a6f67a9923b8027" | ||
"gitHead": "7b027201b311aa39c7ab070f5e90ee8bd2464028" | ||
} |
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
64346
1510