Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 965f5a4

Browse files
authoredJun 24, 2022
chore: release master (#4146)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00bd3dd commit 965f5a4

File tree

27 files changed

+176
-39
lines changed

27 files changed

+176
-39
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/interface-ipfs-core":"0.155.1","packages/ipfs":"0.63.4","packages/ipfs-cli":"0.13.4","packages/ipfs-client":"0.8.2","packages/ipfs-core":"0.15.3","packages/ipfs-core-config":"0.4.1","packages/ipfs-core-types":"0.11.1","packages/ipfs-core-utils":"0.15.1","packages/ipfs-daemon":"0.13.4","packages/ipfs-grpc-client":"0.10.1","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.3","packages/ipfs-http-client":"57.0.2","packages/ipfs-http-gateway":"0.10.3","packages/ipfs-http-response":"3.0.3","packages/ipfs-http-server":"0.12.4","packages/ipfs-message-port-client":"0.12.3","packages/ipfs-message-port-protocol":"0.12.1","packages/ipfs-message-port-server":"0.12.1"}
1+
{"packages/interface-ipfs-core":"0.155.2","packages/ipfs":"0.63.5","packages/ipfs-cli":"0.13.5","packages/ipfs-client":"0.8.3","packages/ipfs-core":"0.15.4","packages/ipfs-core-config":"0.4.1","packages/ipfs-core-types":"0.11.1","packages/ipfs-core-utils":"0.15.1","packages/ipfs-daemon":"0.13.5","packages/ipfs-grpc-client":"0.10.2","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.4","packages/ipfs-http-client":"57.0.3","packages/ipfs-http-gateway":"0.10.4","packages/ipfs-http-response":"3.0.4","packages/ipfs-http-server":"0.12.5","packages/ipfs-message-port-client":"0.12.4","packages/ipfs-message-port-protocol":"0.12.1","packages/ipfs-message-port-server":"0.12.1"}

‎packages/interface-ipfs-core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.155.2](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.155.1...interface-ipfs-core-v0.155.2) (2022-06-24)
7+
8+
9+
### Bug Fixes
10+
11+
* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8))
12+
613
### [0.155.1](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.155.0...interface-ipfs-core-v0.155.1) (2022-06-22)
714

815

‎packages/interface-ipfs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.155.1",
3+
"version": "0.155.2",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"type": "module",
66
"main": "src/index.js",

‎packages/ipfs-cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.13.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.4...ipfs-cli-v0.13.5) (2022-06-24)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-core bumped from ^0.15.3 to ^0.15.4
14+
* ipfs-daemon bumped from ^0.13.4 to ^0.13.5
15+
* ipfs-http-client bumped from ^57.0.2 to ^57.0.3
16+
617
### [0.13.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.3...ipfs-cli-v0.13.4) (2022-06-22)
718

819

‎packages/ipfs-cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -70,11 +70,11 @@
7070
"byteman": "^1.3.5",
7171
"execa": "^6.1.0",
7272
"get-folder-size": "^3.1.0",
73-
"ipfs-core": "^0.15.3",
73+
"ipfs-core": "^0.15.4",
7474
"ipfs-core-types": "^0.11.1",
7575
"ipfs-core-utils": "^0.15.1",
76-
"ipfs-daemon": "^0.13.4",
77-
"ipfs-http-client": "^57.0.2",
76+
"ipfs-daemon": "^0.13.5",
77+
"ipfs-http-client": "^57.0.3",
7878
"ipfs-utils": "^9.0.6",
7979
"it-concat": "^2.0.0",
8080
"it-map": "^1.0.5",

‎packages/ipfs-client/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.8.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.2...ipfs-client-v0.8.3) (2022-06-24)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-grpc-client bumped from ^0.10.1 to ^0.10.2
14+
* ipfs-http-client bumped from ^57.0.2 to ^57.0.3
15+
616
### [0.8.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.1...ipfs-client-v0.8.2) (2022-06-22)
717

818

‎packages/ipfs-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-client",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -38,8 +38,8 @@
3838
"dep-check": "aegir dep-check -i aegir"
3939
},
4040
"dependencies": {
41-
"ipfs-grpc-client": "^0.10.1",
42-
"ipfs-http-client": "^57.0.2",
41+
"ipfs-grpc-client": "^0.10.2",
42+
"ipfs-http-client": "^57.0.3",
4343
"merge-options": "^3.0.4"
4444
},
4545
"devDependencies": {

‎packages/ipfs-core/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.15.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.3...ipfs-core-v0.15.4) (2022-06-24)
7+
8+
9+
### Bug Fixes
10+
11+
* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* ipfs-http-client bumped from ^57.0.2 to ^57.0.3
19+
* devDependencies
20+
* interface-ipfs-core bumped from ^0.155.1 to ^0.155.2
21+
622
### [0.15.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.2...ipfs-core-v0.15.3) (2022-06-22)
723

824

‎packages/ipfs-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -103,7 +103,7 @@
103103
"ipfs-core-config": "^0.4.1",
104104
"ipfs-core-types": "^0.11.1",
105105
"ipfs-core-utils": "^0.15.1",
106-
"ipfs-http-client": "^57.0.2",
106+
"ipfs-http-client": "^57.0.3",
107107
"ipfs-repo": "^14.0.1",
108108
"ipfs-unixfs": "^6.0.9",
109109
"ipfs-unixfs-exporter": "^7.0.11",
@@ -144,7 +144,7 @@
144144
"delay": "^5.0.0",
145145
"go-ipfs": "^0.12.1",
146146
"interface-blockstore-tests": "^2.0.4",
147-
"interface-ipfs-core": "^0.155.1",
147+
"interface-ipfs-core": "^0.155.2",
148148
"ipfsd-ctl": "^11.0.0",
149149
"iso-url": "^1.0.0",
150150
"it-all": "^1.0.4",

‎packages/ipfs-daemon/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.13.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.4...ipfs-daemon-v0.13.5) (2022-06-24)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-core bumped from ^0.15.3 to ^0.15.4
14+
* ipfs-grpc-server bumped from ^0.9.3 to ^0.9.4
15+
* ipfs-http-gateway bumped from ^0.10.3 to ^0.10.4
16+
* ipfs-http-server bumped from ^0.12.4 to ^0.12.5
17+
618
### [0.13.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.3...ipfs-daemon-v0.13.4) (2022-06-22)
719

820

‎packages/ipfs-daemon/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-daemon",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -43,11 +43,11 @@
4343
"@libp2p/logger": "^1.1.4",
4444
"@libp2p/webrtc-star": "^1.0.6",
4545
"@mapbox/node-pre-gyp": "^1.0.5",
46-
"ipfs-core": "^0.15.3",
46+
"ipfs-core": "^0.15.4",
4747
"ipfs-core-types": "^0.11.1",
48-
"ipfs-grpc-server": "^0.9.3",
49-
"ipfs-http-gateway": "^0.10.3",
50-
"ipfs-http-server": "^0.12.4",
48+
"ipfs-grpc-server": "^0.9.4",
49+
"ipfs-http-gateway": "^0.10.4",
50+
"ipfs-http-server": "^0.12.5",
5151
"ipfs-utils": "^9.0.6",
5252
"libp2p": "^0.37.1"
5353
},

‎packages/ipfs-grpc-client/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

66

7+
### [0.10.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.10.1...ipfs-grpc-client-v0.10.2) (2022-06-24)
8+
9+
10+
### Bug Fixes
11+
12+
* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8))
13+
714
### [0.10.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.10.0...ipfs-grpc-client-v0.10.1) (2022-06-22)
815

916

‎packages/ipfs-grpc-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-client",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "A client library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"

‎packages/ipfs-grpc-server/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

66

7+
### [0.9.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.9.3...ipfs-grpc-server-v0.9.4) (2022-06-24)
8+
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* devDependencies
14+
* ipfs-core bumped from ^0.15.3 to ^0.15.4
15+
716
### [0.9.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.9.2...ipfs-grpc-server-v0.9.3) (2022-06-22)
817

918

‎packages/ipfs-grpc-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-server",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "A server library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -61,7 +61,7 @@
6161
"devDependencies": {
6262
"@types/ws": "^8.5.3",
6363
"aegir": "^37.0.11",
64-
"ipfs-core": "^0.15.3",
64+
"ipfs-core": "^0.15.4",
6565
"it-all": "^1.0.4",
6666
"it-drain": "^1.0.3",
6767
"sinon": "^14.0.0"

‎packages/ipfs-http-client/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

66

7+
### [57.0.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v57.0.2...ipfs-http-client-v57.0.3) (2022-06-24)
8+
9+
10+
### Bug Fixes
11+
12+
* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8))
13+
714
### [57.0.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v57.0.1...ipfs-http-client-v57.0.2) (2022-06-22)
815

916

‎packages/ipfs-http-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "57.0.2",
3+
"version": "57.0.3",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"

‎packages/ipfs-http-gateway/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

66

7+
### [0.10.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.10.3...ipfs-http-gateway-v0.10.4) (2022-06-24)
8+
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* dependencies
14+
* ipfs-http-response bumped from ^3.0.3 to ^3.0.4
15+
716
### [0.10.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.10.2...ipfs-http-gateway-v0.10.3) (2022-06-22)
817

918

‎packages/ipfs-http-gateway/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-gateway",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -65,7 +65,7 @@
6565
"@libp2p/logger": "^1.1.4",
6666
"hapi-pino": "^8.5.0",
6767
"ipfs-core-types": "^0.11.1",
68-
"ipfs-http-response": "^3.0.3",
68+
"ipfs-http-response": "^3.0.4",
6969
"is-ipfs": "^6.0.1",
7070
"it-last": "^1.0.4",
7171
"it-to-stream": "^1.0.0",

‎packages/ipfs-http-response/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [3.0.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v3.0.3...ipfs-http-response-v3.0.4) (2022-06-24)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* devDependencies
13+
* ipfs-core bumped from ^0.15.3 to ^0.15.4
14+
615
### [3.0.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v3.0.2...ipfs-http-response-v3.0.3) (2022-06-22)
716

817

‎packages/ipfs-http-response/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-response",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Creates an HTTP response from an IPFS Hash",
55
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
66
"main": "src/index.js",
@@ -78,7 +78,7 @@
7878
"@types/mime-types": "^2.1.1",
7979
"aegir": "^37.0.11",
8080
"get-stream": "^6.0.0",
81-
"ipfs-core": "^0.15.3",
81+
"ipfs-core": "^0.15.4",
8282
"ipfsd-ctl": "^11.0.0",
8383
"it-all": "^1.0.4",
8484
"uint8arrays": "^3.0.0"

‎packages/ipfs-http-server/CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.12.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.4...ipfs-http-server-v0.12.5) (2022-06-24)
7+
8+
9+
### Bug Fixes
10+
11+
* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* ipfs-http-gateway bumped from ^0.10.3 to ^0.10.4
19+
* devDependencies
20+
* ipfs-http-client bumped from ^57.0.2 to ^57.0.3
21+
622
### [0.12.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.3...ipfs-http-server-v0.12.4) (2022-06-22)
723

824

@@ -523,4 +539,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
523539

524540
* types returned by `ipfs.files.ls` are now strings, in line with the docs but different to previous behaviour
525541

526-
Co-authored-by: Geoffrey Cohler <g.cohler@computer.org>
542+
Co-authored-by: Geoffrey Cohler <g.cohler@computer.org>

‎packages/ipfs-http-server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-server",
3-
"version": "0.12.4",
3+
"version": "0.12.5",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -53,7 +53,7 @@
5353
"hapi-pino": "^8.5.0",
5454
"ipfs-core-types": "^0.11.1",
5555
"ipfs-core-utils": "^0.15.1",
56-
"ipfs-http-gateway": "^0.10.3",
56+
"ipfs-http-gateway": "^0.10.4",
5757
"ipfs-unixfs": "^6.0.9",
5858
"it-all": "^1.0.4",
5959
"it-drain": "^1.0.3",
@@ -81,7 +81,7 @@
8181
"aegir": "^37.0.11",
8282
"err-code": "^3.0.1",
8383
"form-data": "^4.0.0",
84-
"ipfs-http-client": "^57.0.2",
84+
"ipfs-http-client": "^57.0.3",
8585
"iso-random-stream": "^2.0.2",
8686
"it-first": "^1.0.4",
8787
"it-to-buffer": "^2.0.0",

‎packages/ipfs-message-port-client/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.12.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.12.3...ipfs-message-port-client-v0.12.4) (2022-06-24)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* devDependencies
13+
* interface-ipfs-core bumped from ^0.155.1 to ^0.155.2
14+
* ipfs-core bumped from ^0.15.3 to ^0.15.4
15+
616
### [0.12.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.12.2...ipfs-message-port-client-v0.12.3) (2022-06-22)
717

818

‎packages/ipfs-message-port-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-client",
3-
"version": "0.12.3",
3+
"version": "0.12.4",
44
"description": "IPFS client library for accessing IPFS node over message port",
55
"keywords": [
66
"ipfs",
@@ -52,8 +52,8 @@
5252
},
5353
"devDependencies": {
5454
"aegir": "^37.0.11",
55-
"interface-ipfs-core": "^0.155.1",
56-
"ipfs-core": "^0.15.3",
55+
"interface-ipfs-core": "^0.155.2",
56+
"ipfs-core": "^0.15.4",
5757
"ipfs-message-port-server": "^0.12.1"
5858
},
5959
"engines": {

‎packages/ipfs/CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

66

7+
### [0.63.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.63.4...ipfs-v0.63.5) (2022-06-24)
8+
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* dependencies
14+
* ipfs-cli bumped from ^0.13.4 to ^0.13.5
15+
* ipfs-core bumped from ^0.15.3 to ^0.15.4
16+
* devDependencies
17+
* interface-ipfs-core bumped from ^0.155.1 to ^0.155.2
18+
* ipfs-client bumped from ^0.8.2 to ^0.8.3
19+
* ipfs-http-client bumped from ^57.0.2 to ^57.0.3
20+
721
### [0.63.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.63.3...ipfs-v0.63.4) (2022-06-22)
822

923

@@ -2997,4 +3011,4 @@ Signed-off-by: Alan Shaw <alan@tableflip.io>
29973011

29983012

29993013
<a name="0.0.2"></a>
3000-
## 0.0.2 (2016-01-11)
3014+
## 0.0.2 (2016-01-11)

‎packages/ipfs/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.63.4",
3+
"version": "0.63.5",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -68,8 +68,8 @@
6868
},
6969
"dependencies": {
7070
"@libp2p/logger": "^1.1.4",
71-
"ipfs-cli": "^0.13.4",
72-
"ipfs-core": "^0.15.3",
71+
"ipfs-cli": "^0.13.5",
72+
"ipfs-core": "^0.15.4",
7373
"semver": "^7.3.2",
7474
"update-notifier": "^5.0.0"
7575
},
@@ -82,10 +82,10 @@
8282
"cross-env": "^7.0.0",
8383
"electron-webrtc": "^0.3.0",
8484
"go-ipfs": "^0.12.1",
85-
"interface-ipfs-core": "^0.155.1",
86-
"ipfs-client": "^0.8.2",
85+
"interface-ipfs-core": "^0.155.2",
86+
"ipfs-client": "^0.8.3",
8787
"ipfs-core-types": "^0.11.1",
88-
"ipfs-http-client": "^57.0.2",
88+
"ipfs-http-client": "^57.0.3",
8989
"ipfs-interop": "ipfs/interop#feat/upgrade-to-esm-libp2p",
9090
"ipfs-utils": "^9.0.6",
9191
"ipfsd-ctl": "^11.0.0",

0 commit comments

Comments
 (0)
This repository has been archived.