Skip to content

Commit

Permalink
✨ add Storybox version and migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Jan 6, 2021
1 parent 83378ca commit a1bd747
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .storybook/theme.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { create } from '@storybook/theming/create';
import { storyboxVersion } from "../package.json";

export default create({
base: 'light',
colorPrimary: '#06B6D4',
colorSecondary: '#06B6D4',
appContentBg: '#fff',
brandTitle: 'Storybox',
brandTitle: `Your Project \nstorybox ${storyboxVersion}`,
});
5 changes: 5 additions & 0 deletions MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Migration Guide

## 0.0.1 → 0.0.2

Nothing to worry about 😉
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Currently **provides**:

### [👉 Live Demo](https://frontend-storybox.netlify.app)

### [🔢 Want to upgrade your projet?](./MIGRATION_GUIDE.md)

## 🎉 New Styleguide

First you need to **kick off the generator**:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "frontend-storybox",
"version": "0.0.1",
"storyboxVersion": "0.0.1",
"description": "Storybook distribution for styleguide as a deliverable",
"author": "github/frontend",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions package.tpl.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "my-styleguide",
"version": "0.0.1",
"storyboxVersion": "0.0.1",
"description": "A brand new styleguide project",
"author": "you",
"scripts": {
Expand Down

0 comments on commit a1bd747

Please sign in to comment.