@vyriy/storybook-config 0.1.23 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -70,3 +70,5 @@ In this repository:
70
70
 
71
71
  - `.storybook/main.ts` re-exports `@vyriy/storybook-config/main`
72
72
  - `.storybook/preview.ts` imports local styles and re-exports `@vyriy/storybook-config/preview`
73
+
74
+ See the article with a complete Storybook setup walkthrough: <https://vyriy.dev/examples/vyriy-storybook-config/>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vyriy/storybook-config",
3
- "version": "0.1.23",
3
+ "version": "0.2.0",
4
4
  "description": "Shared Storybook config for Vyriy projects",
5
5
  "type": "module",
6
6
  "main": "./main.js",