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

Commit 5a9039a

Browse files
chore: release master (#4143)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7be50bd commit 5a9039a

File tree

37 files changed

+283
-73
lines changed

37 files changed

+283
-73
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.3","packages/ipfs-cli":"0.13.3","packages/ipfs-client":"0.8.1","packages/ipfs-core":"0.15.2","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.3","packages/ipfs-grpc-client":"0.10.0","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.2","packages/ipfs-http-client":"57.0.1","packages/ipfs-http-gateway":"0.10.2","packages/ipfs-http-response":"3.0.2","packages/ipfs-http-server":"0.12.3","packages/ipfs-message-port-client":"0.12.2","packages/ipfs-message-port-protocol":"0.12.0","packages/ipfs-message-port-server":"0.12.0"}
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"}

packages/interface-ipfs-core/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3434

3535

3636

37+
### [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)
38+
39+
40+
### Dependencies
41+
42+
* The following workspace dependencies were updated
43+
* dependencies
44+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
45+
3746
## [0.155.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.154.3...interface-ipfs-core-v0.155.0) (2022-05-27)
3847

3948

@@ -2381,4 +2390,4 @@ Signed-off-by: Alan Shaw <[email protected]>
23812390

23822391
### Bug Fixes
23832392

2384-
* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))
2393+
* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))

packages/interface-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": "interface-ipfs-core",
3-
"version": "0.155.0",
3+
"version": "0.155.1",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"type": "module",
66
"main": "src/index.js",
@@ -79,7 +79,7 @@
7979
"delay": "^5.0.0",
8080
"did-jwt": "^5.12.1",
8181
"err-code": "^3.0.1",
82-
"ipfs-core-types": "^0.11.0",
82+
"ipfs-core-types": "^0.11.1",
8383
"ipfs-unixfs": "^6.0.3",
8484
"ipfs-unixfs-importer": "^9.0.3",
8585
"ipfs-utils": "^9.0.6",

packages/ipfs-cli/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3434

3535

3636

37+
### [0.13.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.3...ipfs-cli-v0.13.4) (2022-06-22)
38+
39+
40+
### Dependencies
41+
42+
* The following workspace dependencies were updated
43+
* dependencies
44+
* ipfs-core bumped from ^0.15.2 to ^0.15.3
45+
* ipfs-core-types bumped from ^0.11.0 to ^0.11.1
46+
* ipfs-core-utils bumped from ^0.15.0 to ^0.15.1
47+
* ipfs-daemon bumped from ^0.13.3 to ^0.13.4
48+
* ipfs-http-client bumped from ^57.0.1 to ^57.0.2
49+
3750
### [0.13.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.2...ipfs-cli-v0.13.3) (2022-06-13)
3851

3952

packages/ipfs-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.13.3",
3+
"version": "0.13.4",
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.2",
74-
"ipfs-core-types": "^0.11.0",
75-
"ipfs-core-utils": "^0.15.0",
76-
"ipfs-daemon": "^0.13.3",
77-
"ipfs-http-client": "^57.0.1",
73+
"ipfs-core": "^0.15.3",
74+
"ipfs-core-types": "^0.11.1",
75+
"ipfs-core-utils": "^0.15.1",
76+
"ipfs-daemon": "^0.13.4",
77+
"ipfs-http-client": "^57.0.2",
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 & 0 deletions
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.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.1...ipfs-client-v0.8.2) (2022-06-22)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-grpc-client bumped from ^0.10.0 to ^0.10.1
14+
* ipfs-http-client bumped from ^57.0.1 to ^57.0.2
15+
616
### [0.8.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.0...ipfs-client-v0.8.1) (2022-06-01)
717

818

packages/ipfs-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-client",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
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.0",
42-
"ipfs-http-client": "^57.0.1",
41+
"ipfs-grpc-client": "^0.10.1",
42+
"ipfs-http-client": "^57.0.2",
4343
"merge-options": "^3.0.4"
4444
},
4545
"devDependencies": {

packages/ipfs-core-config/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2020

2121

2222

23+
### [0.4.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.4.0...ipfs-core-config-v0.4.1) (2022-06-22)
24+
25+
26+
### Bug Fixes
27+
28+
* use default ws filters instead of connecting to everything ([#4142](https://www.github.com/ipfs/js-ipfs/issues/4142)) ([7be50bd](https://www.github.com/ipfs/js-ipfs/commit/7be50bd157b984d4607545bb78d22cd33de933fa)), closes [#4141](https://www.github.com/ipfs/js-ipfs/issues/4141)
29+
30+
31+
### Dependencies
32+
33+
* The following workspace dependencies were updated
34+
* devDependencies
35+
* ipfs-core-utils bumped from ^0.15.0 to ^0.15.1
36+
2337
## [0.4.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.3.3...ipfs-core-config-v0.4.0) (2022-05-27)
2438

2539

packages/ipfs-core-config/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-config",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Package to store node and browser specific config for ipfs-core",
55
"author": "Alex Potsides <[email protected]>",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme",
@@ -104,6 +104,6 @@
104104
},
105105
"devDependencies": {
106106
"aegir": "^37.0.11",
107-
"ipfs-core-utils": "^0.15.0"
107+
"ipfs-core-utils": "^0.15.1"
108108
}
109109
}

packages/ipfs-core-types/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2121

2222

2323

24+
### [0.11.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.11.0...ipfs-core-types-v0.11.1) (2022-06-22)
25+
26+
27+
### Bug Fixes
28+
29+
* use default ws filters instead of connecting to everything ([#4142](https://www.github.com/ipfs/js-ipfs/issues/4142)) ([7be50bd](https://www.github.com/ipfs/js-ipfs/commit/7be50bd157b984d4607545bb78d22cd33de933fa)), closes [#4141](https://www.github.com/ipfs/js-ipfs/issues/4141)
30+
2431
## [0.11.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.10.3...ipfs-core-types-v0.11.0) (2022-05-27)
2532

2633

0 commit comments

Comments
 (0)