File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.3
4
+ Published by ** [ blockcoders] ( https://github.com/blockcoders ) ** on ** 2022/11/21**
5
+ - [ #9 ] ( https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/9 ) fix language routes build
6
+
3
7
## 1.0.2
4
8
Published by ** [ blockcoders] ( https://github.com/blockcoders ) ** on ** 2022/11/21**
5
9
- [ #8 ] ( https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/8 ) Feature/add switch language
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ query {
251
251
``` graphql
252
252
{
253
253
"data" : {
254
- "version" : "v1.0.2 "
254
+ "version" : "v1.0.3 "
255
255
}
256
256
}
257
257
```
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ query {
253
253
``` graphql
254
254
{
255
255
"data" : {
256
- "version" : "v1.0.2 "
256
+ "version" : "v1.0.3 "
257
257
}
258
258
}
259
259
```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import InfoCard from '../../components/InfoCard/InfoCard'
5
5
import { getTimeAgo } from '../../lib/utils'
6
6
7
7
const price = 30
8
- const version = '1.0.2 '
8
+ const version = '1.0.3 '
9
9
10
10
jest . mock ( '../../generated' , ( ) => ( {
11
11
useGetLastBlockQuery : jest . fn ( ( ) => {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ink-substrate-explorer-frontend" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Ink Explorer is an application that provides Ink contracts related information on Substrate based blockchains." ,
5
5
"author" : " Blockcoders <engineering@blockcoders.io>" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments