@basalt/bedrock-utils
Advanced tools
Comparing version 0.7.3 to 0.8.0
@@ -6,4 +6,15 @@ # Change Log | ||
# [0.8.0](https://github.com/basaltinc/bedrock/compare/v0.7.7...v0.8.0) (2018-11-27) | ||
### Bug Fixes | ||
* **bedrock-utils:** preventing weird typescript bug from breaking install ([b11d53f](https://github.com/basaltinc/bedrock/commit/b11d53f)) | ||
## [0.7.3](https://github.com/basaltinc/bedrock/compare/v0.7.2...v0.7.3) (2018-11-26) | ||
**Note:** Version bump only for package @basalt/bedrock-utils |
{ | ||
"name": "@basalt/bedrock-utils", | ||
"version": "0.7.3", | ||
"version": "0.8.0", | ||
"description": "A Bedrock component that helps build Design Systems", | ||
@@ -11,11 +11,11 @@ "main": "dist/index.js", | ||
"build:types": "tsc", | ||
"build": "rm -rf dist && yarn build:js && yarn build:types", | ||
"build": "rm -rf dist && yarn build:js", | ||
"prepare": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@basalt/bedrock-core": "^0.7.0", | ||
"@basalt/bedrock-core": "^0.8.0", | ||
"color": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@basalt/bedrock-babel-config": "^0.7.3" | ||
"@basalt/bedrock-babel-config": "^0.8.0" | ||
}, | ||
@@ -26,3 +26,3 @@ "author": "Basalt (https://basalt.io/)", | ||
}, | ||
"gitHead": "deb5694ae8f75e7a6b5f16202b868fc1fb75d897" | ||
"gitHead": "460895a6b8b2283bfeb69f9ee9ce0ad1c2faf675" | ||
} |
739262
+ Added@basalt/bedrock-core@0.8.0(transitive)
- Removed@basalt/bedrock-core@0.7.0(transitive)
Updated@basalt/bedrock-core@^0.8.0