Skip to content

Commit 3d00316

Browse files
committed
Bump to 1.0.3
1 parent 64c2d63 commit 3d00316

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 1.0.2
48
Published by **[blockcoders](https://github.com/blockcoders)** on **2022/11/21**
59
- [#8](https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/8) Feature/add switch language

README-es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ query {
251251
```graphql
252252
{
253253
"data": {
254-
"version": "v1.0.2"
254+
"version": "v1.0.3"
255255
}
256256
}
257257
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ query {
253253
```graphql
254254
{
255255
"data": {
256-
"version": "v1.0.2"
256+
"version": "v1.0.3"
257257
}
258258
}
259259
```

__test__/components/infoCard.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import InfoCard from '../../components/InfoCard/InfoCard'
55
import { getTimeAgo } from '../../lib/utils'
66

77
const price = 30
8-
const version = '1.0.2'
8+
const version = '1.0.3'
99

1010
jest.mock('../../generated', () => ({
1111
useGetLastBlockQuery: jest.fn(() => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ink-substrate-explorer-frontend",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Ink Explorer is an application that provides Ink contracts related information on Substrate based blockchains.",
55
"author": "Blockcoders <engineering@blockcoders.io>",
66
"license": "MIT",

0 commit comments

Comments
 (0)