mui-drawer 1.0.6 → 1.0.7

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ yarn add mui-drawer
14
14
 
15
15
  ## Storybook
16
16
 
17
- You can view all the components and their variations in our [Storybook](https://storybook.viplatform.net/mui-drawer).
17
+ You can view all the components and their variations in our [Storybook](https://storybook.viplatform.net/mui-drawer/index.html).
18
18
 
19
19
  ## Features
20
20
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/viplatform/mui-drawer/issues"
8
8
  },
9
9
  "homepage": "https://github.com/viplatform/mui-drawer#readme",
10
- "version": "1.0.6",
10
+ "version": "1.0.7",
11
11
  "files": [
12
12
  "dist"
13
13
  ],