From 72670c7022d45cb8fb39050761f5968a92b46be2 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Sun, 19 Feb 2023 10:45:53 +0300 Subject: [PATCH 1/2] Update IPFS Gateway for My Collections --- pages/collections/myCollections.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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
From d70903920d53c5e18a037daef7d61fa445ad50eb Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Sun, 19 Feb 2023 10:46:20 +0300 Subject: [PATCH 2/2] Bump Studio version --- .env.example | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/*" ],