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

Commit 548cfb2

Browse files
chore: release master (#4121)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 87e00a6 commit 548cfb2

File tree

23 files changed

+146
-38
lines changed

23 files changed

+146
-38
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.0","packages/ipfs":"0.63.1","packages/ipfs-cli":"0.13.1","packages/ipfs-client":"0.8.0","packages/ipfs-core":"0.15.0","packages/ipfs-core-config":"0.4.0","packages/ipfs-core-types":"0.11.0","packages/ipfs-core-utils":"0.15.0","packages/ipfs-daemon":"0.13.1","packages/ipfs-grpc-client":"0.10.0","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.0","packages/ipfs-http-client":"57.0.0","packages/ipfs-http-gateway":"0.10.0","packages/ipfs-http-response":"3.0.0","packages/ipfs-http-server":"0.12.1","packages/ipfs-message-port-client":"0.12.0","packages/ipfs-message-port-protocol":"0.12.0","packages/ipfs-message-port-server":"0.12.0"}
1+
{"packages/interface-ipfs-core":"0.155.0","packages/ipfs":"0.63.2","packages/ipfs-cli":"0.13.2","packages/ipfs-client":"0.8.1","packages/ipfs-core":"0.15.1","packages/ipfs-core-config":"0.4.0","packages/ipfs-core-types":"0.11.0","packages/ipfs-core-utils":"0.15.0","packages/ipfs-daemon":"0.13.2","packages/ipfs-grpc-client":"0.10.0","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.1","packages/ipfs-http-client":"57.0.1","packages/ipfs-http-gateway":"0.10.1","packages/ipfs-http-response":"3.0.1","packages/ipfs-http-server":"0.12.2","packages/ipfs-message-port-client":"0.12.1","packages/ipfs-message-port-protocol":"0.12.0","packages/ipfs-message-port-server":"0.12.0"}

packages/ipfs-cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3434

3535

3636

37+
### [0.13.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.1...ipfs-cli-v0.13.2) (2022-06-01)
38+
39+
40+
### Dependencies
41+
42+
* The following workspace dependencies were updated
43+
* dependencies
44+
* ipfs-core bumped from ^0.15.0 to ^0.15.1
45+
* ipfs-daemon bumped from ^0.13.1 to ^0.13.2
46+
* ipfs-http-client bumped from ^57.0.0 to ^57.0.1
47+
3748
### [0.13.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.0...ipfs-cli-v0.13.1) (2022-05-30)
3849

3950

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.1",
3+
"version": "0.13.2",
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.0",
73+
"ipfs-core": "^0.15.1",
7474
"ipfs-core-types": "^0.11.0",
7575
"ipfs-core-utils": "^0.15.0",
76-
"ipfs-daemon": "^0.13.1",
77-
"ipfs-http-client": "^57.0.0",
76+
"ipfs-daemon": "^0.13.2",
77+
"ipfs-http-client": "^57.0.1",
7878
"ipfs-utils": "^9.0.6",
7979
"it-concat": "^2.0.0",
8080
"it-map": "^1.0.5",

packages/ipfs-client/CHANGELOG.md

+10-1
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+
### [0.8.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.0...ipfs-client-v0.8.1) (2022-06-01)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-http-client bumped from ^57.0.0 to ^57.0.1
14+
615
## [0.8.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.9...ipfs-client-v0.8.0) (2022-05-27)
716

817

@@ -328,4 +337,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
328337
### Features
329338

330339
* add grpc server and client ([#3403](https://github.com/ipfs/js-ipfs/issues/3403)) ([a9027e0](https://github.com/ipfs/js-ipfs/commit/a9027e0ec0cea9a4f34b4f2f52e09abb35237384)), closes [#2519](https://github.com/ipfs/js-ipfs/issues/2519) [#2838](https://github.com/ipfs/js-ipfs/issues/2838) [#2943](https://github.com/ipfs/js-ipfs/issues/2943) [#2854](https://github.com/ipfs/js-ipfs/issues/2854) [#2864](https://github.com/ipfs/js-ipfs/issues/2864)
331-
* allow passing a http.Agent to the grpc client ([#3477](https://github.com/ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com/ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com/ipfs/js-ipfs/issues/3474)
340+
* allow passing a http.Agent to the grpc client ([#3477](https://github.com/ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com/ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com/ipfs/js-ipfs/issues/3474)

packages/ipfs-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-client",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"ipfs-grpc-client": "^0.10.0",
42-
"ipfs-http-client": "^57.0.0",
42+
"ipfs-http-client": "^57.0.1",
4343
"merge-options": "^3.0.4"
4444
},
4545
"devDependencies": {

packages/ipfs-core/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3737

3838

3939

40+
### [0.15.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.0...ipfs-core-v0.15.1) (2022-06-01)
41+
42+
43+
### Dependencies
44+
45+
* The following workspace dependencies were updated
46+
* dependencies
47+
* ipfs-http-client bumped from ^57.0.0 to ^57.0.1
48+
4049
## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.14.3...ipfs-core-v0.15.0) (2022-05-27)
4150

4251

@@ -624,4 +633,4 @@ Co-authored-by: Geoffrey Cohler <g.cohler@computer.org>
624633

625634
Closes https://github.com/ipfs/js-ipfs/issues/3210
626635

627-
Co-authored-by: achingbrain <alex@achingbrain.net>
636+
Co-authored-by: achingbrain <alex@achingbrain.net>

packages/ipfs-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -103,7 +103,7 @@
103103
"ipfs-core-config": "^0.4.0",
104104
"ipfs-core-types": "^0.11.0",
105105
"ipfs-core-utils": "^0.15.0",
106-
"ipfs-http-client": "^57.0.0",
106+
"ipfs-http-client": "^57.0.1",
107107
"ipfs-repo": "^14.0.1",
108108
"ipfs-unixfs": "^6.0.9",
109109
"ipfs-unixfs-exporter": "^7.0.11",

packages/ipfs-daemon/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2020

2121

2222

23+
### [0.13.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.1...ipfs-daemon-v0.13.2) (2022-06-01)
24+
25+
26+
### Dependencies
27+
28+
* The following workspace dependencies were updated
29+
* dependencies
30+
* ipfs-core bumped from ^0.15.0 to ^0.15.1
31+
* ipfs-grpc-server bumped from ^0.9.0 to ^0.9.1
32+
* ipfs-http-gateway bumped from ^0.10.0 to ^0.10.1
33+
* ipfs-http-server bumped from ^0.12.1 to ^0.12.2
34+
2335
### [0.13.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.0...ipfs-daemon-v0.13.1) (2022-05-30)
2436

2537

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.1",
3+
"version": "0.13.2",
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.0",
46+
"ipfs-core": "^0.15.1",
4747
"ipfs-core-types": "^0.11.0",
48-
"ipfs-grpc-server": "^0.9.0",
49-
"ipfs-http-gateway": "^0.10.0",
50-
"ipfs-http-server": "^0.12.1",
48+
"ipfs-grpc-server": "^0.9.1",
49+
"ipfs-http-gateway": "^0.10.1",
50+
"ipfs-http-server": "^0.12.2",
5151
"ipfs-utils": "^9.0.6",
5252
"libp2p": "^0.37.1"
5353
},

packages/ipfs-grpc-server/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1919

2020

2121

22+
### [0.9.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.9.0...ipfs-grpc-server-v0.9.1) (2022-06-01)
23+
24+
25+
### Dependencies
26+
27+
* The following workspace dependencies were updated
28+
* devDependencies
29+
* ipfs-core bumped from ^0.15.0 to ^0.15.1
30+
2231
## [0.9.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.8.4...ipfs-grpc-server-v0.9.0) (2022-05-27)
2332

2433

@@ -378,4 +387,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
378387

379388
### Features
380389

381-
* add grpc server and client ([#3403](https://github.com/ipfs/js-ipfs/issues/3403)) ([a9027e0](https://github.com/ipfs/js-ipfs/commit/a9027e0ec0cea9a4f34b4f2f52e09abb35237384)), closes [#2519](https://github.com/ipfs/js-ipfs/issues/2519) [#2838](https://github.com/ipfs/js-ipfs/issues/2838) [#2943](https://github.com/ipfs/js-ipfs/issues/2943) [#2854](https://github.com/ipfs/js-ipfs/issues/2854) [#2864](https://github.com/ipfs/js-ipfs/issues/2864)
390+
* add grpc server and client ([#3403](https://github.com/ipfs/js-ipfs/issues/3403)) ([a9027e0](https://github.com/ipfs/js-ipfs/commit/a9027e0ec0cea9a4f34b4f2f52e09abb35237384)), closes [#2519](https://github.com/ipfs/js-ipfs/issues/2519) [#2838](https://github.com/ipfs/js-ipfs/issues/2838) [#2943](https://github.com/ipfs/js-ipfs/issues/2943) [#2854](https://github.com/ipfs/js-ipfs/issues/2854) [#2864](https://github.com/ipfs/js-ipfs/issues/2864)

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.0",
3+
"version": "0.9.1",
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.0",
64+
"ipfs-core": "^0.15.1",
6565
"it-all": "^1.0.4",
6666
"it-drain": "^1.0.3",
6767
"sinon": "^14.0.0"

packages/ipfs-http-client/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3434

3535

3636

37+
### [57.0.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v57.0.0...ipfs-http-client-v57.0.1) (2022-06-01)
38+
39+
40+
### Bug Fixes
41+
42+
* export ipfs-http-client types ([#4120](https://www.github.com/ipfs/js-ipfs/issues/4120)) ([764b4ad](https://www.github.com/ipfs/js-ipfs/commit/764b4adca756a4445686d30fd01029abfd7bf682))
43+
3744
## [57.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v56.0.3...ipfs-http-client-v57.0.0) (2022-05-27)
3845

3946

@@ -2423,4 +2430,4 @@ Signed-off-by: Alan Shaw <alan@tableflip.io>
24232430

24242431
### Bug Fixes
24252432

2426-
* new fixed aegir ([93ac472](https://github.com/ipfs/js-ipfs-http-client/commit/93ac472))
2433+
* new fixed aegir ([93ac472](https://github.com/ipfs/js-ipfs-http-client/commit/93ac472))

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.0",
3+
"version": "57.0.1",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"

packages/ipfs-http-gateway/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1919

2020

2121

22+
### [0.10.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.10.0...ipfs-http-gateway-v0.10.1) (2022-06-01)
23+
24+
25+
### Dependencies
26+
27+
* The following workspace dependencies were updated
28+
* dependencies
29+
* ipfs-http-response bumped from ^3.0.0 to ^3.0.1
30+
2231
## [0.10.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.9.3...ipfs-http-gateway-v0.10.0) (2022-05-27)
2332

2433

@@ -361,4 +370,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
361370

362371
### Features
363372

364-
* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))
373+
* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))

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.0",
3+
"version": "0.10.1",
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.0",
68-
"ipfs-http-response": "^3.0.0",
68+
"ipfs-http-response": "^3.0.1",
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

+10-1
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.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v3.0.0...ipfs-http-response-v3.0.1) (2022-06-01)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* devDependencies
13+
* ipfs-core bumped from ^0.15.0 to ^0.15.1
14+
615
## [3.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v2.0.3...ipfs-http-response-v3.0.0) (2022-05-27)
716

817

@@ -308,4 +317,4 @@ case of some property names that are used by this module.
308317
### Features
309318

310319
* export resolver ([d9e56b8](https://github.com/ipfs/js-ipfs-http-response/commit/d9e56b8))
311-
* initial implementation ([d9d0c08](https://github.com/ipfs/js-ipfs-http-response/commit/d9d0c08))
320+
* initial implementation ([d9d0c08](https://github.com/ipfs/js-ipfs-http-response/commit/d9d0c08))

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.0",
3+
"version": "3.0.1",
44
"description": "Creates an HTTP response from an IPFS Hash",
55
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
66
"main": "src/index.js",
@@ -79,7 +79,7 @@
7979
"aegir": "^37.0.11",
8080
"get-stream": "^6.0.0",
8181
"global": "^4.4.0",
82-
"ipfs-core": "^0.15.0",
82+
"ipfs-core": "^0.15.1",
8383
"ipfsd-ctl": "^11.0.0",
8484
"it-all": "^1.0.4",
8585
"uint8arrays": "^3.0.0"

packages/ipfs-http-server/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2828

2929

3030

31+
### [0.12.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.1...ipfs-http-server-v0.12.2) (2022-06-01)
32+
33+
34+
### Dependencies
35+
36+
* The following workspace dependencies were updated
37+
* dependencies
38+
* ipfs-http-gateway bumped from ^0.10.0 to ^0.10.1
39+
* devDependencies
40+
* ipfs-http-client bumped from ^57.0.0 to ^57.0.1
41+
3142
### [0.12.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.0...ipfs-http-server-v0.12.1) (2022-05-30)
3243

3344

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.1",
3+
"version": "0.12.2",
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.0",
5555
"ipfs-core-utils": "^0.15.0",
56-
"ipfs-http-gateway": "^0.10.0",
56+
"ipfs-http-gateway": "^0.10.1",
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.0",
84+
"ipfs-http-client": "^57.0.1",
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-1
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+
### [0.12.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.12.0...ipfs-message-port-client-v0.12.1) (2022-06-01)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* devDependencies
13+
* ipfs-core bumped from ^0.15.0 to ^0.15.1
14+
615
## [0.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.11.3...ipfs-message-port-client-v0.12.0) (2022-05-27)
716

817

@@ -493,4 +502,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
493502

494503
### Features
495504

496-
* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022)
505+
* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022)

0 commit comments

Comments
 (0)