decentraland-ui2 0.3.2-10597570008.commit-6ec6ca8 → 0.3.2-10601644776.commit-aef2d19

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 +2 -2
package/README.md CHANGED
@@ -50,6 +50,6 @@ Install dependencies and start Storybook:
50
50
 
51
51
  ```
52
52
  $ npm install
53
- $ npm run generate:storybooks //This will regenerate @MUI components
53
+ $ npm run generate:storybooks // This will regenerate @MUI components
54
54
  $ npm run start
55
55
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decentraland-ui2",
3
- "version": "0.3.2-10597570008.commit-6ec6ca8",
3
+ "version": "0.3.2-10601644776.commit-aef2d19",
4
4
  "description": "Decentraland's UI components and styles",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -90,5 +90,5 @@
90
90
  "files": [
91
91
  "dist"
92
92
  ],
93
- "commit": "6ec6ca8cbc52126a28ab9b6d833343854ad5ea99"
93
+ "commit": "aef2d19299576667cf0d38c2b3b741bd32204e56"
94
94
  }