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

Commit 1e55045

Browse files
chore: release master
1 parent 3a74c11 commit 1e55045

File tree

37 files changed

+321
-71
lines changed

37 files changed

+321
-71
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.0","packages/ipfs":"0.62.0","packages/ipfs-cli":"0.12.0","packages/ipfs-client":"0.7.6","packages/ipfs-core":"0.14.0","packages/ipfs-core-config":"0.3.0","packages/ipfs-core-types":"0.10.0","packages/ipfs-core-utils":"0.14.0","packages/ipfs-daemon":"0.12.0","packages/ipfs-grpc-client":"0.9.1","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.1","packages/ipfs-http-client":"56.0.0","packages/ipfs-http-gateway":"0.9.0","packages/ipfs-http-response":"2.0.0","packages/ipfs-http-server":"0.11.0","packages/ipfs-message-port-client":"0.11.0","packages/ipfs-message-port-protocol":"0.11.0","packages/ipfs-message-port-server":"0.11.0"}
1+
{"packages/interface-ipfs-core":"0.154.1","packages/ipfs":"0.62.1","packages/ipfs-cli":"0.12.1","packages/ipfs-client":"0.7.7","packages/ipfs-core":"0.14.1","packages/ipfs-core-config":"0.3.1","packages/ipfs-core-types":"0.10.1","packages/ipfs-core-utils":"0.14.1","packages/ipfs-daemon":"0.12.1","packages/ipfs-grpc-client":"0.9.2","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.2","packages/ipfs-http-client":"56.0.1","packages/ipfs-http-gateway":"0.9.1","packages/ipfs-http-response":"2.0.1","packages/ipfs-http-server":"0.11.1","packages/ipfs-message-port-client":"0.11.1","packages/ipfs-message-port-protocol":"0.11.1","packages/ipfs-message-port-server":"0.11.1"}

packages/interface-ipfs-core/CHANGELOG.md

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

3535

3636

37+
### [0.154.1](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.154.0...interface-ipfs-core-v0.154.1) (2022-02-04)
38+
39+
40+
### Bug Fixes
41+
42+
* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com/ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com/ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))
43+
44+
45+
### Dependencies
46+
47+
* The following workspace dependencies were updated
48+
* dependencies
49+
* ipfs-core-types bumped from ^0.10.0 to ^0.10.1
50+
3751
## [0.154.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.153.0...interface-ipfs-core-v0.154.0) (2022-01-27)
3852

3953

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.0",
3+
"version": "0.154.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",
@@ -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.0",
75+
"ipfs-core-types": "^0.10.1",
7676
"ipfs-unixfs": "^6.0.3",
7777
"ipfs-unixfs-importer": "^9.0.3",
7878
"ipfs-utils": "^9.0.2",

packages/ipfs-cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
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.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.12.0...ipfs-cli-v0.12.1) (2022-02-04)
38+
39+
40+
### Bug Fixes
41+
42+
* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com/ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com/ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))
43+
44+
45+
### Dependencies
46+
47+
* The following workspace dependencies were updated
48+
* dependencies
49+
* ipfs-core bumped from ^0.14.0 to ^0.14.1
50+
* ipfs-core-types bumped from ^0.10.0 to ^0.10.1
51+
* ipfs-core-utils bumped from ^0.14.0 to ^0.14.1
52+
* ipfs-daemon bumped from ^0.12.0 to ^0.12.1
53+
* ipfs-http-client bumped from ^56.0.0 to ^56.0.1
54+
3755
## [0.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.11.0...ipfs-cli-v0.12.0) (2022-01-27)
3856

3957

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.0",
3+
"version": "0.12.1",
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.0",
69-
"ipfs-core-types": "^0.10.0",
70-
"ipfs-core-utils": "^0.14.0",
71-
"ipfs-daemon": "^0.12.0",
72-
"ipfs-http-client": "^56.0.0",
68+
"ipfs-core": "^0.14.1",
69+
"ipfs-core-types": "^0.10.1",
70+
"ipfs-core-utils": "^0.14.1",
71+
"ipfs-daemon": "^0.12.1",
72+
"ipfs-http-client": "^56.0.1",
7373
"ipfs-repo": "^14.0.1",
7474
"ipfs-utils": "^9.0.2",
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.7](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.6...ipfs-client-v0.7.7) (2022-02-04)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-grpc-client bumped from ^0.9.1 to ^0.9.2
14+
* ipfs-http-client bumped from ^56.0.0 to ^56.0.1
15+
616
### [0.7.6](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.5...ipfs-client-v0.7.6) (2022-01-27)
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.6",
3+
"version": "0.7.7",
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.1",
44-
"ipfs-http-client": "^56.0.0",
43+
"ipfs-grpc-client": "^0.9.2",
44+
"ipfs-http-client": "^56.0.1",
4545
"merge-options": "^3.0.4"
4646
},
4747
"devDependencies": {

packages/ipfs-core-config/CHANGELOG.md

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

2121

2222

23+
### [0.3.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.3.0...ipfs-core-config-v0.3.1) (2022-02-04)
24+
25+
26+
### Dependencies
27+
28+
* The following workspace dependencies were updated
29+
* devDependencies
30+
* ipfs-core-utils bumped from ^0.14.0 to ^0.14.1
31+
2332
## [0.3.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.2.0...ipfs-core-config-v0.3.0) (2022-01-27)
2433

2534

@@ -610,4 +619,4 @@ js-ipfs
610619

611620
### Bug Fixes
612621

613-
* use is-buffer ([bbf5baf](https://github.com/ipfs/js-ipfs-utils/commit/bbf5baf))
622+
* 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.0",
3+
"version": "0.3.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",
@@ -107,7 +107,7 @@
107107
},
108108
"devDependencies": {
109109
"aegir": "^36.0.1",
110-
"ipfs-core-utils": "^0.14.0",
110+
"ipfs-core-utils": "^0.14.1",
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.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.10.0...ipfs-core-types-v0.10.1) (2022-02-04)
25+
26+
27+
### Bug Fixes
28+
29+
* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com/ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com/ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))
30+
2431
## [0.10.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.9.0...ipfs-core-types-v0.10.0) (2022-01-27)
2532

2633

0 commit comments

Comments
 (0)