From dca6edb3695374f217603461814144f609c7a7c4 Mon Sep 17 00:00:00 2001 From: Jose Ramirez Date: Fri, 25 Nov 2022 18:13:10 -0400 Subject: [PATCH] Bump to 1.0.4 --- CHANGELOG.md | 4 ++++ README-es.md | 2 +- README.md | 2 +- __test__/components/infoCard.test.tsx | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d5c66..8abfe98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.4 +Published by **[blockcoders](https://github.com/blockcoders)** on **2022/11/25** +- [#10](https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/10) add syncing toast + ## 1.0.3 Published by **[blockcoders](https://github.com/blockcoders)** on **2022/11/21** - [#9](https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/9) fix language routes build diff --git a/README-es.md b/README-es.md index 1bd62c0..e23e901 100644 --- a/README-es.md +++ b/README-es.md @@ -251,7 +251,7 @@ query { ```graphql { "data": { - "version": "v1.0.3" + "version": "v1.0.4" } } ``` diff --git a/README.md b/README.md index 8bdb4e5..fef7cda 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ query { ```graphql { "data": { - "version": "v1.0.3" + "version": "v1.0.4" } } ``` diff --git a/__test__/components/infoCard.test.tsx b/__test__/components/infoCard.test.tsx index fcbf895..9318963 100644 --- a/__test__/components/infoCard.test.tsx +++ b/__test__/components/infoCard.test.tsx @@ -5,7 +5,7 @@ import InfoCard from '../../components/InfoCard/InfoCard' import { getTimeAgo } from '../../lib/utils' const price = 30 -const version = '1.0.3' +const version = '1.0.4' jest.mock('../../generated', () => ({ useGetLastBlockQuery: jest.fn(() => {