decentraland-ui2 1.3.9 → 1.3.10-22772046108.commit-5a80b31

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Decentraland UI v2
4
4
 
5
- This is basically `Material UI` themed with Decentrland's look & feel + some of our own components
5
+ This is basically `Material UI` themed with Decentraland's look & feel + some of our own components
6
6
 
7
7
  See: [ui2.decentraland.org](https://ui2.decentraland.org)
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decentraland-ui2",
3
- "version": "1.3.9",
3
+ "version": "1.3.10-22772046108.commit-5a80b31",
4
4
  "description": "Decentraland's UI components and styles",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -117,5 +117,5 @@
117
117
  "url": "https://github.com/decentraland/ui2/issues"
118
118
  },
119
119
  "homepage": "https://github.com/decentraland/ui2#readme",
120
- "commit": "574af131f8fc536cc51c93ed3fba48b406dcc6f7"
120
+ "commit": "5a80b314b743c2ea2b2b600baa4ff35166bbf793"
121
121
  }