Skip to content

Commit

Permalink
Bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Nov 21, 2022
1 parent fa87c49 commit 804e7dd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.2
Published by **[blockcoders](https://github.com/blockcoders)** on **2022/11/21**
- [#8](https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/8) Feature/add switch language
- [#7](https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/6) fix tests

## 1.0.1
Published by **[blockcoders](https://github.com/blockcoders)** on **2022/11/17**
- [#6](https://github.com/blockcoders/ink-substrate-explorer-frontend/pull/6) Fix dependencies
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.1"
"version": "v1.0.2"
}
}
```
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.1"
"version": "v1.0.2"
}
}
```
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.1'
const version = '1.0.2'

jest.mock('../../generated', () => ({
useGetLastBlockQuery: jest.fn(() => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ink-substrate-explorer-frontend",
"version": "1.0.1",
"version": "1.0.2",
"description": "Ink Explorer is an application that provides Ink contracts related information on Substrate based blockchains.",
"author": "Blockcoders <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 804e7dd

Please sign in to comment.