terra-action-footer
Advanced tools
Comparing version 1.12.0 to 1.13.0
@@ -7,2 +7,7 @@ ChangeLog | ||
1.15.0 - (July 10, 2018) | ||
------------------ | ||
### Changed | ||
* Minor dependency version bump | ||
1.14.0 - (June 28, 2018) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -8,5 +8,5 @@ # Dependency Information | ||
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. | | ||
| terra-button | ^2.14.0 | ^16.2.0 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-doc-template | ^1.7.0 | ^16.2.0 | Provides an adjustable template for documentation pages. | | ||
| terra-spacer | ^2.13.0 | ^16.2.0 | This component is used to provide margin and/or padding space between two components based on the given values. | | ||
| terra-button | ^2.15.0 | ^16.2.0 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-doc-template | ^1.8.0 | ^16.2.0 | Provides an adjustable template for documentation pages. | | ||
| terra-spacer | ^2.14.0 | ^16.2.0 | This component is used to provide margin and/or padding space between two components based on the given values. | | ||
@@ -13,0 +13,0 @@ ## peerDependencies |
{ | ||
"name": "terra-action-footer", | ||
"main": "lib/ActionFooter.js", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"description": "The terra-action-footer component is a footer bar that contains sockets for placing actionable items such as buttons and hyperlinks. The default variation contains a start and end socket, while the centered variation has only a center socket. If no actions are provided, the footer bar collapses to a themeable height and maintains the top border.", | ||
@@ -31,5 +31,5 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^2.15.0", | ||
"terra-doc-template": "^1.8.0", | ||
"terra-spacer": "^2.14.0" | ||
"terra-button": "^2.16.0", | ||
"terra-doc-template": "^1.9.0", | ||
"terra-spacer": "^2.15.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
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
214932
Updatedterra-button@^2.16.0
Updatedterra-doc-template@^1.9.0
Updatedterra-spacer@^2.15.0