decentraland-ui2 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import { AlignmentFieldType, ContentfulAsset, Locales, LocalizedField, SysAssetLink } from "hooks/contentful";
1
+ import { AlignmentFieldType, ContentfulAsset, Locales, LocalizedField, SysAssetLink } from "../../hooks/contentful";
2
2
  import type { Document } from "@contentful/rich-text-types";
3
3
  type IBannerFields = {
4
4
  id: LocalizedField<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decentraland-ui2",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Decentraland's UI components and styles",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -92,5 +92,5 @@
92
92
  "files": [
93
93
  "dist"
94
94
  ],
95
- "commit": "6dd88baa01f4053a4e2638997f89da2e85799347"
95
+ "commit": "939b2ceb085a71f79ce1a30c3183982d30affa97"
96
96
  }