@twilio-paste/grid
Advanced tools
Comparing version 0.2.67 to 0.2.68
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.68](https://github.com/twilio-labs/paste/compare/@twilio-paste/grid@0.2.67...@twilio-paste/grid@0.2.68) (2020-10-23) | ||
**Note:** Version bump only for package @twilio-paste/grid | ||
## [0.2.67](https://github.com/twilio-labs/paste/compare/@twilio-paste/grid@0.2.66...@twilio-paste/grid@0.2.67) (2020-10-15) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@twilio-paste/grid", | ||
"version": "0.2.67", | ||
"version": "0.2.68", | ||
"category": "layout", | ||
@@ -26,13 +26,11 @@ "status": "beta", | ||
"compile": "rollup -c --environment NODE_ENV:production", | ||
"compile:dev": "rollup -c --environment NODE_ENV:development", | ||
"prepublishOnly": "yarn build", | ||
"type-check": "tsc --noEmit" | ||
"compile:dev": "rollup -c --environment NODE_ENV:development" | ||
}, | ||
"peerDependencies": { | ||
"@twilio-paste/box": "^2.11.4", | ||
"@twilio-paste/box": "^2.11.5", | ||
"@twilio-paste/design-tokens": "^6.3.4", | ||
"@twilio-paste/flex": "^0.3.64", | ||
"@twilio-paste/style-props": "^1.8.4", | ||
"@twilio-paste/flex": "^0.3.65", | ||
"@twilio-paste/style-props": "^1.8.5", | ||
"@twilio-paste/styling-library": "^0.1.3", | ||
"@twilio-paste/theme": "^3.2.25", | ||
"@twilio-paste/theme": "^3.2.26", | ||
"@twilio-paste/types": "^3.0.27", | ||
@@ -44,11 +42,11 @@ "prop-types": "^15.7.2", | ||
"devDependencies": { | ||
"@twilio-paste/box": "^2.11.5", | ||
"@twilio-paste/design-tokens": "^6.3.4", | ||
"@twilio-paste/flex": "^0.3.65", | ||
"@twilio-paste/style-props": "^1.8.5", | ||
"@twilio-paste/styling-library": "^0.1.3", | ||
"@twilio-paste/theme": "^3.2.26", | ||
"@twilio-paste/types": "^3.0.27" | ||
"@twilio-paste/box": "^2.11.6", | ||
"@twilio-paste/design-tokens": "^6.3.5", | ||
"@twilio-paste/flex": "^0.3.66", | ||
"@twilio-paste/style-props": "^1.8.6", | ||
"@twilio-paste/styling-library": "^0.1.4", | ||
"@twilio-paste/theme": "^3.2.27", | ||
"@twilio-paste/types": "^3.0.28" | ||
}, | ||
"gitHead": "19bc359d0dbfabc1dfc9cf2d0d78a74000bc766f" | ||
"gitHead": "2d291eb88bbd86707bd89875261ed20907fa1829" | ||
} |
32872