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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 11 additions & 0 deletions
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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 10 additions & 1 deletion
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 <[email protected]>
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 10 additions & 1 deletion
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 <[email protected]>
624633

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

627-
Co-authored-by: achingbrain <[email protected]>
636+
Co-authored-by: achingbrain <[email protected]>

packages/ipfs-core/package.json

Lines changed: 2 additions & 2 deletions
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

Lines changed: 12 additions & 0 deletions
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

Lines changed: 5 additions & 5 deletions
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

Lines changed: 10 additions & 1 deletion
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 <[email protected]>
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)

0 commit comments

Comments
 (0)