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

Commit 361dab6

Browse files
chore: release master (#4078)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f7ce23 commit 361dab6

File tree

37 files changed

+322
-74
lines changed

37 files changed

+322
-74
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.154.2","packages/ipfs":"0.62.2","packages/ipfs-cli":"0.12.2","packages/ipfs-client":"0.7.8","packages/ipfs-core":"0.14.2","packages/ipfs-core-config":"0.3.2","packages/ipfs-core-types":"0.10.2","packages/ipfs-core-utils":"0.14.2","packages/ipfs-daemon":"0.12.2","packages/ipfs-grpc-client":"0.9.3","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.3","packages/ipfs-http-client":"56.0.2","packages/ipfs-http-gateway":"0.9.2","packages/ipfs-http-response":"2.0.2","packages/ipfs-http-server":"0.11.2","packages/ipfs-message-port-client":"0.11.2","packages/ipfs-message-port-protocol":"0.11.2","packages/ipfs-message-port-server":"0.11.2"}
1+
{"packages/interface-ipfs-core":"0.154.3","packages/ipfs":"0.62.3","packages/ipfs-cli":"0.12.3","packages/ipfs-client":"0.7.9","packages/ipfs-core":"0.14.3","packages/ipfs-core-config":"0.3.3","packages/ipfs-core-types":"0.10.3","packages/ipfs-core-utils":"0.14.3","packages/ipfs-daemon":"0.12.3","packages/ipfs-grpc-client":"0.9.4","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.4","packages/ipfs-http-client":"56.0.3","packages/ipfs-http-gateway":"0.9.3","packages/ipfs-http-response":"2.0.3","packages/ipfs-http-server":"0.11.3","packages/ipfs-message-port-client":"0.11.3","packages/ipfs-message-port-protocol":"0.11.3","packages/ipfs-message-port-server":"0.11.3"}

packages/interface-ipfs-core/CHANGELOG.md

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

3535

3636

37+
### [0.154.3](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.154.2...interface-ipfs-core-v0.154.3) (2022-04-20)
38+
39+
40+
### Bug Fixes
41+
42+
* update car dependency for CARv2 read support ([#4085](https://www.github.com/ipfs/js-ipfs/issues/4085)) ([c367840](https://www.github.com/ipfs/js-ipfs/commit/c367840062e3fc555e696e4fc621651ed1929213))
43+
* upgrade dep of ipfs-utils ^9.0.2->^9.0.6 ([#4086](https://www.github.com/ipfs/js-ipfs/issues/4086)) ([8f7ce23](https://www.github.com/ipfs/js-ipfs/commit/8f7ce23c18be12bdc52b98bfccbd0a5a2a9c9f7e)), closes [#4080](https://www.github.com/ipfs/js-ipfs/issues/4080)
44+
45+
46+
### Dependencies
47+
48+
* The following workspace dependencies were updated
49+
* dependencies
50+
* ipfs-core-types bumped from ^0.10.2 to ^0.10.3
51+
3752
### [0.154.2](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.154.1...interface-ipfs-core-v0.154.2) (2022-03-01)
3853

3954

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.154.2",
3+
"version": "0.154.3",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"type": "module",
66
"main": "src/index.js",
@@ -72,7 +72,7 @@
7272
"delay": "^5.0.0",
7373
"did-jwt": "^5.12.1",
7474
"err-code": "^3.0.1",
75-
"ipfs-core-types": "^0.10.2",
75+
"ipfs-core-types": "^0.10.3",
7676
"ipfs-unixfs": "^6.0.3",
7777
"ipfs-unixfs-importer": "^9.0.3",
7878
"ipfs-utils": "^9.0.6",

packages/ipfs-cli/CHANGELOG.md

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

3535

3636

37+
### [0.12.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.12.2...ipfs-cli-v0.12.3) (2022-04-20)
38+
39+
40+
### Bug Fixes
41+
42+
* upgrade dep of ipfs-utils ^9.0.2->^9.0.6 ([#4086](https://www.github.com/ipfs/js-ipfs/issues/4086)) ([8f7ce23](https://www.github.com/ipfs/js-ipfs/commit/8f7ce23c18be12bdc52b98bfccbd0a5a2a9c9f7e)), closes [#4080](https://www.github.com/ipfs/js-ipfs/issues/4080)
43+
44+
45+
### Dependencies
46+
47+
* The following workspace dependencies were updated
48+
* dependencies
49+
* ipfs-core bumped from ^0.14.2 to ^0.14.3
50+
* ipfs-core-types bumped from ^0.10.2 to ^0.10.3
51+
* ipfs-core-utils bumped from ^0.14.2 to ^0.14.3
52+
* ipfs-daemon bumped from ^0.12.2 to ^0.12.3
53+
* ipfs-http-client bumped from ^56.0.2 to ^56.0.3
54+
3755
### [0.12.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.12.1...ipfs-cli-v0.12.2) (2022-03-01)
3856

3957

@@ -472,4 +490,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
472490
### Features
473491

474492
* enable custom formats for dag put and get ([#3347](https://github.com/ipfs/js-ipfs/issues/3347)) ([3250ff4](https://github.com/ipfs/js-ipfs/commit/3250ff453a1d3275cc4ab746f59f9f70abd5cc5f))
475-
* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))
493+
* 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-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.12.2",
3+
"version": "0.12.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -65,11 +65,11 @@
6565
"err-code": "^3.0.1",
6666
"execa": "^5.0.0",
6767
"get-folder-size": "^2.0.1",
68-
"ipfs-core": "^0.14.2",
69-
"ipfs-core-types": "^0.10.2",
70-
"ipfs-core-utils": "^0.14.2",
71-
"ipfs-daemon": "^0.12.2",
72-
"ipfs-http-client": "^56.0.2",
68+
"ipfs-core": "^0.14.3",
69+
"ipfs-core-types": "^0.10.3",
70+
"ipfs-core-utils": "^0.14.3",
71+
"ipfs-daemon": "^0.12.3",
72+
"ipfs-http-client": "^56.0.3",
7373
"ipfs-repo": "^14.0.1",
7474
"ipfs-utils": "^9.0.6",
7575
"it-all": "^1.0.4",

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.7.9](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.8...ipfs-client-v0.7.9) (2022-04-20)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-grpc-client bumped from ^0.9.3 to ^0.9.4
14+
* ipfs-http-client bumped from ^56.0.2 to ^56.0.3
15+
616
### [0.7.8](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.7...ipfs-client-v0.7.8) (2022-03-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.7.8",
3+
"version": "0.7.9",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -40,8 +40,8 @@
4040
"dep-check": "aegir dep-check -i aegir -i rimraf"
4141
},
4242
"dependencies": {
43-
"ipfs-grpc-client": "^0.9.3",
44-
"ipfs-http-client": "^56.0.2",
43+
"ipfs-grpc-client": "^0.9.4",
44+
"ipfs-http-client": "^56.0.3",
4545
"merge-options": "^3.0.4"
4646
},
4747
"devDependencies": {

packages/ipfs-core-config/CHANGELOG.md

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

2121

2222

23+
### [0.3.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.3.2...ipfs-core-config-v0.3.3) (2022-04-20)
24+
25+
26+
### Bug Fixes
27+
28+
* exclude fs from bundle ([#4076](https://www.github.com/ipfs/js-ipfs/issues/4076)) ([6c3cb73](https://www.github.com/ipfs/js-ipfs/commit/6c3cb73db7b46211c88431273f61f04463a4f80d))
29+
* upgrade dep of ipfs-utils ^9.0.2->^9.0.6 ([#4086](https://www.github.com/ipfs/js-ipfs/issues/4086)) ([8f7ce23](https://www.github.com/ipfs/js-ipfs/commit/8f7ce23c18be12bdc52b98bfccbd0a5a2a9c9f7e)), closes [#4080](https://www.github.com/ipfs/js-ipfs/issues/4080)
30+
31+
32+
### Dependencies
33+
34+
* The following workspace dependencies were updated
35+
* devDependencies
36+
* ipfs-core-utils bumped from ^0.14.2 to ^0.14.3
37+
2338
### [0.3.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.3.1...ipfs-core-config-v0.3.2) (2022-03-01)
2439

2540

@@ -628,4 +643,4 @@ js-ipfs
628643

629644
### Bug Fixes
630645

631-
* use is-buffer ([bbf5baf](https://github.com/ipfs/js-ipfs-utils/commit/bbf5baf))
646+
* use is-buffer ([bbf5baf](https://github.com/ipfs/js-ipfs-utils/commit/bbf5baf))

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.3.2",
3+
"version": "0.3.3",
44
"description": "Package to store node and browser specific config for ipfs-core",
55
"author": "Alex Potsides <alex@achingbrain.net>",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme",
@@ -107,7 +107,7 @@
107107
},
108108
"devDependencies": {
109109
"aegir": "^36.0.1",
110-
"ipfs-core-utils": "^0.14.2",
110+
"ipfs-core-utils": "^0.14.3",
111111
"rimraf": "^3.0.2"
112112
}
113113
}

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.10.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.10.2...ipfs-core-types-v0.10.3) (2022-04-20)
25+
26+
27+
### Bug Fixes
28+
29+
* BWOptions.interval accepts number|string ([#4061](https://www.github.com/ipfs/js-ipfs/issues/4061)) ([e90b8f1](https://www.github.com/ipfs/js-ipfs/commit/e90b8f13dedace9fa4163e1ea5a61f8469491542)), closes [#3985](https://www.github.com/ipfs/js-ipfs/issues/3985)
30+
2431
### [0.10.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.10.1...ipfs-core-types-v0.10.2) (2022-03-01)
2532

2633

0 commit comments

Comments
 (0)