ld-react-components
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -0,1 +1,14 @@ | ||
# v1.0.11 (Fri Sep 27 2019) | ||
#### ⚠️ Pushed to master | ||
- custom commit message ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
- fix docs ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
#### Authors: 1 | ||
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
--- | ||
# v1.0.10 (Fri Sep 27 2019) | ||
@@ -2,0 +15,0 @@ |
{ | ||
"name": "ld-react-components", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Semantic component helpers to support LaunchDarkly in your react app.", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"docs:build": "NODE_ENV=production webpack --config src/docs/webpack.config.live.babel.js", | ||
"docs:publish": "git push origin :gh-pages && git subtree push --prefix src/docs/dist origin gh-pages -m 'auto commit [ci skip]'", | ||
"docs:publish": "push-dir --cleanup --dir=src/docs/dist --branch=gh-pages --message='Update Docs [skip ci]'", | ||
"dev": "yarn docs", | ||
@@ -29,0 +29,0 @@ "release": "auto shipit" |
2897822