@datacamp/waffles-asset-components
Advanced tools
Comparing version 2.0.0-beta.10 to 2.0.0-beta.11
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.0.0-beta.11](https://github.com/datacamp-engineering/design-system/tree/master/packages/react-components/card/compare/@datacamp/waffles-asset-components@2.0.0-beta.10...@datacamp/waffles-asset-components@2.0.0-beta.11) (2020-10-02) | ||
### Features | ||
* add more technology name alternatives to TechLogo ([6e4d9f1](https://github.com/datacamp-engineering/design-system/tree/master/packages/react-components/card/commit/6e4d9f1)) | ||
# [2.0.0-beta.10](https://github.com/datacamp-engineering/design-system/tree/master/packages/react-components/card/compare/@datacamp/waffles-asset-components@2.0.0-beta.9...@datacamp/waffles-asset-components@2.0.0-beta.10) (2020-09-29) | ||
@@ -8,0 +19,0 @@ |
@@ -13,2 +13,4 @@ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; | ||
power_bi: PowerBi, | ||
PowerBi: PowerBi, | ||
Python: Python, | ||
python: Python, | ||
@@ -19,2 +21,3 @@ R: R, | ||
Spreadsheets: Spreadsheet, | ||
Sql: Sql, | ||
SQL: Sql, | ||
@@ -21,0 +24,0 @@ Tableau: Tableau, |
@@ -27,2 +27,4 @@ "use strict"; | ||
power_bi: _technologies.PowerBi, | ||
PowerBi: _technologies.PowerBi, | ||
Python: _technologies.Python, | ||
python: _technologies.Python, | ||
@@ -33,2 +35,3 @@ R: _technologies.R, | ||
Spreadsheets: _technologies.Spreadsheet, | ||
Sql: _technologies.Sql, | ||
SQL: _technologies.Sql, | ||
@@ -35,0 +38,0 @@ Tableau: _technologies.Tableau, |
{ | ||
"name": "@datacamp/waffles-asset-components", | ||
"version": "2.0.0-beta.10", | ||
"version": "2.0.0-beta.11", | ||
"main": "lib/index.js", | ||
@@ -64,3 +64,3 @@ "module": "es/index.js", | ||
}, | ||
"gitHead": "c6d6483d01be63526e4e6f83879bab8ee4b7268c" | ||
"gitHead": "8dc45fd67d36e60108cae9abdc44f88fc9334d07" | ||
} |
@@ -9,2 +9,4 @@ import React from 'react'; | ||
power_bi: typeof PowerBi; | ||
PowerBi: typeof PowerBi; | ||
Python: typeof Python; | ||
python: typeof Python; | ||
@@ -15,2 +17,3 @@ R: typeof R; | ||
Spreadsheets: typeof Spreadsheet; | ||
Sql: typeof Sql; | ||
SQL: typeof Sql; | ||
@@ -17,0 +20,0 @@ Tableau: typeof Tableau; |
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
828012
15690