308 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			308 B
		
	
	
	
	
	
	
	
How to publish new feature:
in feature branch:
- 
Update unit tests 
- 
Update storybook 
- 
Update docs in README.md
- 
Update docs in src/docs
in main branch:
- 
Update version in package.json
- 
yarn
- 
yarn build:docs
- 
npm publish
- 
Merge feature branch 
- 
Create release in GitHub 
