@twilio-paste/alert
Advanced tools
Comparing version 0.1.25 to 0.1.26
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.1.26](https://github.com/twilio-labs/paste/compare/@twilio-paste/alert@0.1.25...@twilio-paste/alert@0.1.26) (2020-03-24) | ||
### Bug Fixes | ||
* **alert:** switch from theme-tokens to theme package dep ([1896a4f](https://github.com/twilio-labs/paste/commit/1896a4fcbd14aae686ea7cea718cb4c72f96c7d0)) | ||
## [0.1.25](https://github.com/twilio-labs/paste/compare/@twilio-paste/alert@0.1.24...@twilio-paste/alert@0.1.25) (2020-03-20) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@twilio-paste/alert", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"category": "feedback", | ||
@@ -35,11 +35,11 @@ "status": "beta", | ||
"@styled-system/theme-get": "^5.1.2", | ||
"@twilio-paste/absolute": "^2.0.21", | ||
"@twilio-paste/absolute": "^2.0.22", | ||
"@twilio-paste/box": "^2.2.3", | ||
"@twilio-paste/button": "^1.1.28", | ||
"@twilio-paste/button": "^1.1.29", | ||
"@twilio-paste/design-tokens": "^4.3.0", | ||
"@twilio-paste/icons": "^2.0.5", | ||
"@twilio-paste/media-object": "^1.2.8", | ||
"@twilio-paste/media-object": "^1.2.9", | ||
"@twilio-paste/spinner": "^1.1.24", | ||
"@twilio-paste/style-props": "^0.2.1", | ||
"@twilio-paste/theme-tokens": "^3.1.2", | ||
"@twilio-paste/theme": "^3.0.8", | ||
"@twilio-paste/types": "^2.2.9", | ||
@@ -59,12 +59,12 @@ "prop-types": "^15.7.2", | ||
"@styled-system/theme-get": "^5.1.2", | ||
"@twilio-paste/absolute": "^2.0.22", | ||
"@twilio-paste/box": "^2.2.3", | ||
"@twilio-paste/button": "^1.1.29", | ||
"@twilio-paste/absolute": "^2.0.23", | ||
"@twilio-paste/box": "^2.2.4", | ||
"@twilio-paste/button": "^1.1.30", | ||
"@twilio-paste/design-tokens": "^4.3.0", | ||
"@twilio-paste/icons": "^2.0.5", | ||
"@twilio-paste/media-object": "^1.2.9", | ||
"@twilio-paste/spinner": "^1.1.24", | ||
"@twilio-paste/style-props": "^0.2.1", | ||
"@twilio-paste/theme-tokens": "^3.1.2", | ||
"@twilio-paste/types": "^2.2.9", | ||
"@twilio-paste/icons": "^2.0.6", | ||
"@twilio-paste/media-object": "^1.2.10", | ||
"@twilio-paste/spinner": "^1.1.25", | ||
"@twilio-paste/style-props": "^0.2.2", | ||
"@twilio-paste/theme": "^3.1.0", | ||
"@twilio-paste/types": "^3.0.0", | ||
"prop-types": "^15.7.2", | ||
@@ -82,3 +82,3 @@ "react": "^16.8.6", | ||
}, | ||
"gitHead": "ea93766bd975ef20d2e01eae8913ddd4f7e1dca0" | ||
"gitHead": "d8bc7473152819a3fbc4fb7b8df76e3034abaf56" | ||
} |
25515