@bumble/styleguide-visual-helpers
Advanced tools
Comparing version 1.0.6 to 1.0.7
# Changelog | ||
## 1.0.7 | ||
* update readme | ||
## 1.0.6 | ||
@@ -13,7 +17,7 @@ | ||
* add public repo | ||
- add public repo | ||
## 1.0.3 | ||
* add prettier for style | ||
- add prettier for style | ||
@@ -20,0 +24,0 @@ ## 1.0.2 |
@@ -1,3 +0,3 @@ | ||
type noop = (...args: any[]) => void; | ||
declare const noop: (...args: any[]) => void; | ||
export default noop; |
{ | ||
"name": "@bumble/styleguide-visual-helpers", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Collection of helper tools, which is ported from Badoo-styleguide. It is used for visual regression tests. ", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -16,2 +16,3 @@ # Bumble Styleguide Visual Helpers | ||
- `getImageUrl` returns static image mockup src with provided parameters - as inlined image or as image from [placeholder.com](https://placeholder.com) | ||
- `noop` method for adding mock functions in props. | ||
@@ -38,1 +39,9 @@ ```js | ||
If you would prefer to setup individualy font-sizes - you can do it for each instance of component. | ||
## How to deploy new version? | ||
There are 3 simple steps to follow: | ||
- `yarn build` or `npm run build` | ||
- add new version to `package.json` file | ||
- `npm publish` |
35269
46