@atjson/offset-annotations
Advanced tools
Comparing version 0.33.0 to 0.34.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [0.34.0](https://github.com/CondeNast/atjson/compare/@atjson/offset-annotations@0.33.0...@atjson/offset-annotations@0.34.0) (2020-09-28) | ||
### Features | ||
- update code to use boolean instead of string ([ae4f336](https://github.com/CondeNast/atjson/commit/ae4f336ce70eefc261f45b36bba877374220e2bd)) | ||
# [0.33.0](https://github.com/CondeNast/atjson/compare/@atjson/offset-annotations@0.32.0...@atjson/offset-annotations@0.33.0) (2020-09-23) | ||
@@ -8,0 +14,0 @@ |
@@ -7,3 +7,3 @@ import { InlineAnnotation } from "@atjson/document"; | ||
target?: string; | ||
isAffiliateLink?: string; | ||
isAffiliateLink?: boolean; | ||
}> { | ||
@@ -10,0 +10,0 @@ static vendorPrefix: string; |
@@ -7,3 +7,3 @@ import { InlineAnnotation } from "@atjson/document"; | ||
target?: string; | ||
isAffiliateLink?: string; | ||
isAffiliateLink?: boolean; | ||
}> { | ||
@@ -10,0 +10,0 @@ static vendorPrefix: string; |
{ | ||
"name": "@atjson/offset-annotations", | ||
"version": "0.33.0", | ||
"version": "0.34.0", | ||
"description": "Annotations used for stories", | ||
@@ -18,3 +18,3 @@ "main": "dist/commonjs/index.js", | ||
}, | ||
"gitHead": "fb4c4e83527af2a2869bb35ddf172bfca218304e" | ||
"gitHead": "6eca94c9bfa47f7a07bc97075b2a0af0ee6f9e13" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
621494