From 2fd02f369dc32eadfb03e716dcac948dca7871b1 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Wed, 27 May 2020 14:14:20 +0200 Subject: [PATCH 1/4] chore: go-ipfs-0.6.0-rc1 License: MIT Signed-off-by: Marcin Rataj --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 6b2d79a51..eaf084895 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,9 @@ "url": "https://github.com/ipfs-shipyard/ipfs-desktop/issues" }, "homepage": "https://github.com/ipfs-shipyard/ipfs-desktop", + "go-ipfs": { + "version": "v0.6.0-rc1" + }, "devDependencies": { "@svgr/cli": "^5.4.0", "chai": "^4.2.0", From bd779c6ad79472e54c21b8506261f9914d2aa860 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 12 Jun 2020 14:53:08 +0200 Subject: [PATCH 2/4] chore: go-ipfs v0.6.0-rc6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eaf084895..4fbaf28c3 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "homepage": "https://github.com/ipfs-shipyard/ipfs-desktop", "go-ipfs": { - "version": "v0.6.0-rc1" + "version": "v0.6.0-rc6" }, "devDependencies": { "@svgr/cli": "^5.4.0", From 7f6316d830625a6488cc12cd15cece984e477ae7 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 18 Jun 2020 20:29:23 +0200 Subject: [PATCH 3/4] chore: go-ipfs v0.6.0-rc7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fbaf28c3..01b3413b4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "homepage": "https://github.com/ipfs-shipyard/ipfs-desktop", "go-ipfs": { - "version": "v0.6.0-rc6" + "version": "v0.6.0-rc7" }, "devDependencies": { "@svgr/cli": "^5.4.0", From 0d6c5801928d89fc51e5a8d8f51a561f5e5b211c Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 22 Jun 2020 23:51:44 +0200 Subject: [PATCH 4/4] chore: go-ipfs v0.6.0 License: MIT Signed-off-by: Marcin Rataj --- package-lock.json | 6 +++--- package.json | 5 +---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2061aaca..5443c5d5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4855,9 +4855,9 @@ } }, "go-ipfs-dep": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/go-ipfs-dep/-/go-ipfs-dep-0.5.1.tgz", - "integrity": "sha512-N8SB3VJLIIGwWATAJkAbvnwv8e4ddb0krrG4FhMq71uP0gu90itAG3ZujYZV0gkJH1rWK+U7huaPpFk6QU4rbQ==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/go-ipfs-dep/-/go-ipfs-dep-0.6.0.tgz", + "integrity": "sha512-pehz8LM8RBRW0+u6L6J4XPb1Fs5mj9wJ89F4B3gyBG/z1zMeTYO6wqcgphfHBtK/uHAu4Ce0nCFR8TGClP8bBg==", "requires": { "go-platform": "^1.0.0", "gunzip-maybe": "^1.4.1", diff --git a/package.json b/package.json index 01b3413b4..c9d1c084f 100644 --- a/package.json +++ b/package.json @@ -45,9 +45,6 @@ "url": "https://github.com/ipfs-shipyard/ipfs-desktop/issues" }, "homepage": "https://github.com/ipfs-shipyard/ipfs-desktop", - "go-ipfs": { - "version": "v0.6.0-rc7" - }, "devDependencies": { "@svgr/cli": "^5.4.0", "chai": "^4.2.0", @@ -83,7 +80,7 @@ "electron-updater": "^4.3.1", "fix-path": "^3.0.0", "fs-extra": "^9.0.0", - "go-ipfs-dep": "0.5.1", + "go-ipfs-dep": "0.6.0", "i18next": "^19.4.4", "i18next-electron-language-detector": "0.0.10", "i18next-icu": "^1.3.1",