@bdt-component-library/card
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -5,2 +5,22 @@ { | ||
{ | ||
"version": "0.1.9", | ||
"tag": "@bdt-component-library/card_v0.1.9", | ||
"date": "Tue, 30 Mar 2021 18:06:31 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Fix casing with classnames and add pre publish script" | ||
} | ||
], | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@bdt-component-library/button\" from `^0.1.8` to `^0.1.9`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@bdt-component-library/typography\" from `^0.2.2` to `^0.2.3`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.1.8", | ||
@@ -7,0 +27,0 @@ "tag": "@bdt-component-library/card_v0.1.8", |
# Change Log - @bdt-component-library/card | ||
This log was last generated on Fri, 26 Mar 2021 15:57:44 GMT and should not be manually modified. | ||
This log was last generated on Tue, 30 Mar 2021 18:06:31 GMT and should not be manually modified. | ||
## 0.1.9 | ||
Tue, 30 Mar 2021 18:06:31 GMT | ||
### Patches | ||
- Fix casing with classnames and add pre publish script | ||
## 0.1.8 | ||
@@ -6,0 +13,0 @@ Fri, 26 Mar 2021 15:57:44 GMT |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Card component", | ||
@@ -30,3 +30,3 @@ "author": "BDT", | ||
"prettier:check": "prettier --list-different *.{js,ts,tsx,css}", | ||
"safe-push": "yarn test && yarn lint:all && yarn build", | ||
"pre-publish": "yarn test && yarn lint && yarn build", | ||
"stylelint:check": "stylelint \"*.css\"", | ||
@@ -39,3 +39,3 @@ "test": "jest", | ||
"pre-push": [ | ||
"npm run safe-push" | ||
"npm run pre-publish" | ||
] | ||
@@ -107,4 +107,4 @@ } | ||
"dependencies": { | ||
"@bdt-component-library/button": "^0.1.8", | ||
"@bdt-component-library/typography": "^0.2.2", | ||
"@bdt-component-library/button": "^0.1.9", | ||
"@bdt-component-library/typography": "^0.2.3", | ||
"react-number-format": "^4.4.1", | ||
@@ -111,0 +111,0 @@ "classnames": "^2.2.6" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
775974
2279