Skip to content

Commit d55ec19

Browse files
1.0.7 (#7)
* Integrates GraphQL/Redux (#5) * bump version to 1.0.7
1 parent 04aab19 commit d55ec19

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"version": "1.0.7",
23
"scripts": {
34
"test": "clear && cd react-app && npm test",
45
"start": "clear && cd react-app && npm start",

react-app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "bitcoin-hash",
3-
"version": "1.0.6",
43
"dependencies": {
54
"@apollo/client": "^3.7.14",
65
"@emotion/react": "^11.11.0",

react-app/src/BitcoinHash/BitcoinHash.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react"
2-
import pJSON from "../../package.json"
2+
// import pJSON from "../../package.json"
33
import "./theme/default.css"
44
import {
55
ApolloClient,

0 commit comments

Comments
 (0)