@clayui/button
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -6,2 +6,12 @@ # Change Log | ||
# [3.2.0](https://github.com/liferay/clay/tree/master/packages/clay-button/compare/@clayui/button@3.0.2...@clayui/button@3.2.0) (2020-01-31) | ||
### Bug Fixes | ||
- **@clayui/button:** fix error when using private name when generating declaration files ([e8d8027](https://github.com/liferay/clay/tree/master/packages/clay-button/commit/e8d8027)), closes [/github.com/Microsoft/TypeScript/issues/6307#issuecomment-360182089](https://github.com/liferay/clay/tree/master/packages/clay-button/issues/issuecomment-360182089) | ||
### Features | ||
- **alert:** add ability to put a button within an alert ([09f20e0](https://github.com/liferay/clay/tree/master/packages/clay-button/commit/09f20e0)) | ||
# [3.1.0](https://github.com/liferay/clay/tree/master/packages/clay-button/compare/@clayui/button@3.0.2...@clayui/button@3.1.0) (2020-01-20) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "@clayui/button", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "ClayButton component", | ||
@@ -29,3 +29,3 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@clayui/icon": "^3.0.2", | ||
"@clayui/icon": "^3.0.3", | ||
"classnames": "^2.2.6" | ||
@@ -41,3 +41,3 @@ }, | ||
], | ||
"gitHead": "c57d995c58f23d16de65faf6cc958227421b9fa3" | ||
"gitHead": "b0887defbc8bf6ed2e50ffaa9858ceba1d353f49" | ||
} |
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
27106
Updated@clayui/icon@^3.0.3