Skip to content

Commit

Permalink
Bump to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Nov 25, 2022
1 parent cad9157 commit dca6edb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ query {
```graphql
{
"data": {
"version": "v1.0.3"
"version": "v1.0.4"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ query {
```graphql
{
"data": {
"version": "v1.0.3"
"version": "v1.0.4"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion __test__/components/infoCard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit dca6edb

Please sign in to comment.