@activecampaign/camp-typography
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -6,2 +6,22 @@ # Change Log | ||
# 0.6.0 (2019-08-20) | ||
### Bug Fixes | ||
* **camp-typography:** add rimraf devdependency ([ffdd1dc](http://gitlab.devops.app-us1.com/front-end/camp/commit/ffdd1dc)) | ||
* **camp-typography:** rename to lowercase package ([dcb30bd](http://gitlab.devops.app-us1.com/front-end/camp/commit/dcb30bd)) | ||
* update npm publishing and release script ([3ac0876](http://gitlab.devops.app-us1.com/front-end/camp/commit/3ac0876)) | ||
* **camp-typography:** update incorrect filenames in dist ([3d16c53](http://gitlab.devops.app-us1.com/front-end/camp/commit/3d16c53)) | ||
### Features | ||
* **camp-typography:** init new package ([6f6819d](http://gitlab.devops.app-us1.com/front-end/camp/commit/6f6819d)) | ||
* **camp-typography:** remove base scale from typography ([f66f6ee](http://gitlab.devops.app-us1.com/front-end/camp/commit/f66f6ee)) | ||
# 0.5.0 (2019-08-14) | ||
@@ -8,0 +28,0 @@ |
module.exports = { | ||
MARKETING_TYPOGRAPHY_BASE_SCALE: "4px", | ||
MARKETING_TYPOGRAPHY_BASE_SCALE_MULTIPLIER: 4, | ||
@@ -34,3 +33,2 @@ MARKETING_TYPOGRAPHY_BASE_FONT_SIZE: "16px", | ||
MARKETING_TYPOGRAPHY_LINE_HEIGHT_13: 4.75, | ||
PRODUCT_TYPOGRAPHY_BASE_SCALE: "10px", | ||
PRODUCT_TYPOGRAPHY_BASE_SCALE_MULTIPLIER: 4, | ||
@@ -37,0 +35,0 @@ PRODUCT_TYPOGRAPHY_BASE_FONT_SIZE: "16px", |
@@ -1,2 +0,1 @@ | ||
export const MARKETING_TYPOGRAPHY_BASE_SCALE = "4px"; | ||
export const MARKETING_TYPOGRAPHY_BASE_SCALE_MULTIPLIER = 4; | ||
@@ -33,3 +32,2 @@ export const MARKETING_TYPOGRAPHY_BASE_FONT_SIZE = "16px"; | ||
export const MARKETING_TYPOGRAPHY_LINE_HEIGHT_13 = 4.75; | ||
export const PRODUCT_TYPOGRAPHY_BASE_SCALE = "10px"; | ||
export const PRODUCT_TYPOGRAPHY_BASE_SCALE_MULTIPLIER = 4; | ||
@@ -76,3 +74,2 @@ export const PRODUCT_TYPOGRAPHY_BASE_FONT_SIZE = "16px"; | ||
export default { | ||
MARKETING_TYPOGRAPHY_BASE_SCALE, | ||
MARKETING_TYPOGRAPHY_BASE_SCALE_MULTIPLIER, | ||
@@ -109,3 +106,2 @@ MARKETING_TYPOGRAPHY_BASE_FONT_SIZE, | ||
MARKETING_TYPOGRAPHY_LINE_HEIGHT_13, | ||
PRODUCT_TYPOGRAPHY_BASE_SCALE, | ||
PRODUCT_TYPOGRAPHY_BASE_SCALE_MULTIPLIER, | ||
@@ -112,0 +108,0 @@ PRODUCT_TYPOGRAPHY_BASE_FONT_SIZE, |
{ | ||
"name": "@activecampaign/camp-typography", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "ActiveCampaign Typography Tokens", | ||
@@ -24,3 +24,3 @@ "main": "dist/camp-typography.scss", | ||
}, | ||
"gitHead": "8c4e4557c6697091e62620f40686f2e023904e52" | ||
"gitHead": "1502454c42652ddea9dca24daebaa4722642ec42" | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19828
0
212