diff --git a/.env.example b/.env.example index 0968b3e..6219d01 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=0.4.3 +APP_VERSION=0.4.4 NEXT_PUBLIC_PINATA_ENDPOINT_URL=https://api.pinata.cloud/pinning/pinFileToIPFS NEXT_PUBLIC_SG721_CODE_ID=793 diff --git a/package.json b/package.json index 21e4d0d..c03cb4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stargaze-studio", - "version": "0.4.3", + "version": "0.4.4", "workspaces": [ "packages/*" ], diff --git a/pages/collections/myCollections.tsx b/pages/collections/myCollections.tsx index 8cf77b6..d1f8a58 100644 --- a/pages/collections/myCollections.tsx +++ b/pages/collections/myCollections.tsx @@ -1,4 +1,5 @@ /* eslint-disable eslint-comments/disable-enable-pair */ +/* eslint-disable @typescript-eslint/no-unsafe-assignment */ /* eslint-disable react-hooks/exhaustive-deps */ /* eslint-disable @typescript-eslint/no-unsafe-member-access */ @@ -56,7 +57,13 @@ const CollectionList: NextPage = () => {
Cover