diff --git a/.storybook/theme.js b/.storybook/theme.js index 052effd..a46b306 100644 --- a/.storybook/theme.js +++ b/.storybook/theme.js @@ -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}`, }); diff --git a/MIGRATION_GUIDE.md b/MIGRATION_GUIDE.md new file mode 100644 index 0000000..d649cea --- /dev/null +++ b/MIGRATION_GUIDE.md @@ -0,0 +1,5 @@ +# Migration Guide + +## 0.0.1 → 0.0.2 + +Nothing to worry about 😉 \ No newline at end of file diff --git a/README.md b/README.md index 05bc4d4..17955ff 100644 --- a/README.md +++ b/README.md @@ -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**: diff --git a/package.json b/package.json index ea3efc2..45dbef4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/package.tpl.json b/package.tpl.json index 6dae0a5..5abc1c2 100644 --- a/package.tpl.json +++ b/package.tpl.json @@ -1,6 +1,7 @@ { "name": "my-styleguide", "version": "0.0.1", + "storyboxVersion": "0.0.1", "description": "A brand new styleguide project", "author": "you", "scripts": {