@storybook/design-system
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -0,1 +1,14 @@ | ||
# v0.0.5 (Tue May 14 2019) | ||
#### ⚠️ Pushed to master | ||
- Build before releasing ([@michael@lab80.co](https://github.com/michael@lab80.co)) | ||
- Remove mobx dependency ([@michael@lab80.co](https://github.com/michael@lab80.co)) | ||
#### Authors: 1 | ||
- [@michael@lab80.co](https://github.com/michael@lab80.co) | ||
--- | ||
# v0.0.4 (Tue May 14 2019) | ||
@@ -2,0 +15,0 @@ |
@@ -149,15 +149,2 @@ "use strict"; | ||
var _FormState = require("./FormState"); | ||
Object.keys(_FormState).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _FormState[key]; | ||
} | ||
}); | ||
}); | ||
var _SocialGraph = require("./SocialGraph"); | ||
@@ -164,0 +151,0 @@ |
{ | ||
"name": "@storybook/design-system", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Storybook design system", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"lint:package": "sort-package-json", | ||
"release": "./scripts/release.sh", | ||
"release": "npm run build && ./scripts/release.sh", | ||
"storybook": "start-storybook -p 6006", | ||
@@ -54,3 +54,2 @@ "test": "cross-env CI=1 react-scripts test --env=jsdom", | ||
"global": "^4.3.2", | ||
"mobx-react-form": "^2.0.2", | ||
"polished": "^3.3.0", | ||
@@ -57,0 +56,0 @@ "react-helmet": "^5.2.1", |
9
264292
3148
- Removedmobx-react-form@^2.0.2
- Removedmobx@5.15.7(transitive)
- Removedmobx-react-form@2.0.9(transitive)