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

File tree

32 files changed

+213
-59
lines changed

32 files changed

+213
-59
lines changed

packages/interface-ipfs-core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.146.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.146.0) (2021-05-26)
7+
8+
9+
### Features
10+
11+
* allow passing the id of a network peer to ipfs.id ([#3386](https://github.com/ipfs/js-ipfs/issues/3386)) ([00fd709](https://github.com/ipfs/js-ipfs/commit/00fd709a7b71e7cf354ea452ebce460dd7375d34))
12+
13+
14+
15+
16+
617
## [0.145.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.145.1) (2021-05-11)
718

819

packages/interface-ipfs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.145.1",
3+
"version": "0.146.0",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",

packages/ipfs-cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.6.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.0) (2021-05-26)
7+
8+
9+
### Features
10+
11+
* allow passing the id of a network peer to ipfs.id ([#3386](https://github.com/ipfs/js-ipfs/issues/3386)) ([00fd709](https://github.com/ipfs/js-ipfs/commit/00fd709a7b71e7cf354ea452ebce460dd7375d34))
12+
13+
14+
15+
16+
617
## [0.5.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.1) (2021-05-11)
718

819
**Note:** Version bump only for package ipfs-cli

packages/ipfs-cli/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -37,11 +37,11 @@
3737
"err-code": "^3.0.1",
3838
"execa": "^5.0.0",
3939
"get-folder-size": "^2.0.1",
40-
"ipfs-core": "^0.6.1",
41-
"ipfs-core-types": "^0.4.0",
42-
"ipfs-core-utils": "^0.8.0",
43-
"ipfs-daemon": "^0.6.1",
44-
"ipfs-http-client": "^50.0.0",
40+
"ipfs-core": "^0.7.0",
41+
"ipfs-core-types": "^0.5.0",
42+
"ipfs-core-utils": "^0.8.1",
43+
"ipfs-daemon": "^0.7.0",
44+
"ipfs-http-client": "^50.1.0",
4545
"ipfs-repo": "^9.1.6",
4646
"ipfs-utils": "^7.0.0",
4747
"ipld-dag-cbor": "^1.0.0",

packages/ipfs-client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2021-05-26)
7+
8+
**Note:** Version bump only for package ipfs-client
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.0) (2021-05-10)
715

816

packages/ipfs-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-client",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -32,8 +32,8 @@
3232
"dep-check": "aegir dep-check -i aegir -i rimraf"
3333
},
3434
"dependencies": {
35-
"ipfs-grpc-client": "^0.3.0",
36-
"ipfs-http-client": "^50.0.0",
35+
"ipfs-grpc-client": "^0.3.1",
36+
"ipfs-http-client": "^50.1.0",
3737
"merge-options": "^3.0.4"
3838
},
3939
"devDependencies": {

packages/ipfs-core-types/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.5.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.0) (2021-05-26)
7+
8+
9+
### Features
10+
11+
* allow passing the id of a network peer to ipfs.id ([#3386](https://github.com/ipfs/js-ipfs/issues/3386)) ([00fd709](https://github.com/ipfs/js-ipfs/commit/00fd709a7b71e7cf354ea452ebce460dd7375d34))
12+
13+
14+
15+
16+
617
# [0.4.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.0) (2021-05-10)
718

819

packages/ipfs-core-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-types",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"types": "src/index.d.ts",

packages/ipfs-core-utils/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.1) (2021-05-26)
7+
8+
**Note:** Version bump only for package ipfs-core-utils
9+
10+
11+
12+
13+
614
# [0.8.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.0) (2021-05-10)
715

816

packages/ipfs-core-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-utils",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"author": "Alex Potsides <[email protected]>",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme",
@@ -46,7 +46,7 @@
4646
"browser-readablestream-to-it": "^1.0.1",
4747
"cids": "^1.1.6",
4848
"err-code": "^3.0.1",
49-
"ipfs-core-types": "^0.4.0",
49+
"ipfs-core-types": "^0.5.0",
5050
"ipfs-unixfs": "^4.0.3",
5151
"ipfs-utils": "^7.0.0",
5252
"it-all": "^1.0.4",

packages/ipfs-core/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.0) (2021-05-26)
7+
8+
9+
### Bug Fixes
10+
11+
* remove optional chaining from code that will be transpiled ([#3698](https://github.com/ipfs/js-ipfs/issues/3698)) ([96b3909](https://github.com/ipfs/js-ipfs/commit/96b39099efb051b7a76f0afc2ff9429997c73971))
12+
13+
14+
### Features
15+
16+
* allow passing the id of a network peer to ipfs.id ([#3386](https://github.com/ipfs/js-ipfs/issues/3386)) ([00fd709](https://github.com/ipfs/js-ipfs/commit/00fd709a7b71e7cf354ea452ebce460dd7375d34))
17+
18+
19+
20+
21+
622
## [0.6.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.1) (2021-05-11)
723

824

packages/ipfs-core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -72,8 +72,8 @@
7272
"interface-datastore": "^4.0.0",
7373
"ipfs-bitswap": "^5.0.3",
7474
"ipfs-block-service": "^0.19.0",
75-
"ipfs-core-types": "^0.4.0",
76-
"ipfs-core-utils": "^0.8.0",
75+
"ipfs-core-types": "^0.5.0",
76+
"ipfs-core-utils": "^0.8.1",
7777
"ipfs-repo": "^9.1.6",
7878
"ipfs-unixfs": "^4.0.3",
7979
"ipfs-unixfs-exporter": "^5.0.3",
@@ -127,7 +127,7 @@
127127
"aegir": "^33.0.0",
128128
"delay": "^5.0.0",
129129
"go-ipfs": "0.8.0",
130-
"interface-ipfs-core": "^0.145.1",
130+
"interface-ipfs-core": "^0.146.0",
131131
"ipfsd-ctl": "^8.0.1",
132132
"ipld-git": "^0.6.1",
133133
"iso-url": "^1.0.0",

packages/ipfs-daemon/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.0) (2021-05-26)
7+
8+
9+
### Features
10+
11+
* allow passing the id of a network peer to ipfs.id ([#3386](https://github.com/ipfs/js-ipfs/issues/3386)) ([00fd709](https://github.com/ipfs/js-ipfs/commit/00fd709a7b71e7cf354ea452ebce460dd7375d34))
12+
13+
14+
15+
16+
617
## [0.6.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.1) (2021-05-11)
718

819
**Note:** Version bump only for package ipfs-daemon

packages/ipfs-daemon/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-daemon",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -32,12 +32,12 @@
3232
"dependencies": {
3333
"debug": "^4.1.1",
3434
"dlv": "^1.1.3",
35-
"ipfs-core": "^0.6.1",
36-
"ipfs-core-types": "^0.4.0",
37-
"ipfs-grpc-server": "^0.3.1",
38-
"ipfs-http-client": "^50.0.0",
39-
"ipfs-http-gateway": "^0.4.0",
40-
"ipfs-http-server": "^0.4.0",
35+
"ipfs-core": "^0.7.0",
36+
"ipfs-core-types": "^0.5.0",
37+
"ipfs-grpc-server": "^0.3.2",
38+
"ipfs-http-client": "^50.1.0",
39+
"ipfs-http-gateway": "^0.4.1",
40+
"ipfs-http-server": "^0.5.0",
4141
"ipfs-utils": "^7.0.0",
4242
"just-safe-set": "^2.2.1",
4343
"libp2p": "^0.31.5",

packages/ipfs-grpc-client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.1) (2021-05-26)
7+
8+
**Note:** Version bump only for package ipfs-grpc-client
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.0) (2021-05-10)
715

816

packages/ipfs-grpc-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-client",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A client library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -37,8 +37,8 @@
3737
"cids": "^1.1.6",
3838
"debug": "^4.1.1",
3939
"err-code": "^3.0.1",
40-
"ipfs-core-types": "^0.4.0",
41-
"ipfs-core-utils": "^0.8.0",
40+
"ipfs-core-types": "^0.5.0",
41+
"ipfs-core-utils": "^0.8.1",
4242
"ipfs-grpc-protocol": "^0.3.0",
4343
"ipfs-unixfs": "^4.0.3",
4444
"it-first": "^1.0.4",

packages/ipfs-grpc-server/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.2) (2021-05-26)
7+
8+
**Note:** Version bump only for package ipfs-grpc-server
9+
10+
11+
12+
13+
614
## [0.3.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.1) (2021-05-11)
715

816
**Note:** Version bump only for package ipfs-grpc-server

packages/ipfs-grpc-server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-server",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A server library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -34,7 +34,7 @@
3434
"change-case": "^4.1.1",
3535
"coercer": "^1.1.2",
3636
"debug": "^4.1.1",
37-
"ipfs-core-types": "^0.4.0",
37+
"ipfs-core-types": "^0.5.0",
3838
"ipfs-grpc-protocol": "^0.3.0",
3939
"it-first": "^1.0.4",
4040
"it-map": "^1.0.4",
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@types/ws": "^7.4.0",
5050
"aegir": "^33.0.0",
51-
"ipfs-core": "^0.6.1",
51+
"ipfs-core": "^0.7.0",
5252
"it-all": "^1.0.4",
5353
"it-drain": "^1.0.3",
5454
"rimraf": "^3.0.2",

packages/ipfs-http-client/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [50.1.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@50.1.0) (2021-05-26)
7+
8+
9+
### Features
10+
11+
* allow passing the id of a network peer to ipfs.id ([#3386](https://github.com/ipfs/js-ipfs/issues/3386)) ([00fd709](https://github.com/ipfs/js-ipfs/commit/00fd709a7b71e7cf354ea452ebce460dd7375d34))
12+
13+
14+
15+
16+
617
# [50.0.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@50.0.0) (2021-05-10)
718

819

packages/ipfs-http-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "50.0.0",
3+
"version": "50.1.0",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -49,8 +49,8 @@
4949
"cids": "^1.1.6",
5050
"debug": "^4.1.1",
5151
"form-data": "^4.0.0",
52-
"ipfs-core-types": "^0.4.0",
53-
"ipfs-core-utils": "^0.8.0",
52+
"ipfs-core-types": "^0.5.0",
53+
"ipfs-core-utils": "^0.8.1",
5454
"ipfs-unixfs": "^4.0.3",
5555
"ipfs-utils": "^7.0.0",
5656
"ipld-block": "^0.11.0",

packages/ipfs-http-gateway/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2021-05-26)
7+
8+
**Note:** Version bump only for package ipfs-http-gateway
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.0) (2021-05-10)
715

816

0 commit comments

Comments
 (0)