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

File tree

32 files changed

+230
-53
lines changed

32 files changed

+230
-53
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.144.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.144.2) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
12+
13+
14+
15+
16+
617
## [0.144.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.144.1) (2021-02-08)
718

819
**Note:** Version bump only for package interface-ipfs-core

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.144.1",
3+
"version": "0.144.2",
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.4.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.3) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
12+
13+
14+
15+
16+
617
## [0.4.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.2) (2021-02-08)
718

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

packages/ipfs-cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -35,10 +35,10 @@
3535
"err-code": "^2.0.3",
3636
"execa": "^5.0.0",
3737
"get-folder-size": "^2.0.1",
38-
"ipfs-core": "^0.5.2",
39-
"ipfs-core-utils": "^0.7.1",
40-
"ipfs-daemon": "^0.5.2",
41-
"ipfs-http-client": "^49.0.2",
38+
"ipfs-core": "^0.5.3",
39+
"ipfs-core-utils": "^0.7.2",
40+
"ipfs-daemon": "^0.5.3",
41+
"ipfs-http-client": "^49.0.3",
4242
"ipfs-repo": "^8.0.0",
4343
"ipfs-utils": "^6.0.1",
4444
"ipld-dag-cbor": "^0.17.0",

packages/ipfs-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+
## [0.3.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.3) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
12+
13+
14+
15+
16+
617
## [0.3.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.2) (2021-02-08)
718

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

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.3.2",
3+
"version": "0.3.3",
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 -i rimraf"
3939
},
4040
"dependencies": {
41-
"ipfs-grpc-client": "^0.2.2",
42-
"ipfs-http-client": "^49.0.2",
41+
"ipfs-grpc-client": "^0.2.3",
42+
"ipfs-http-client": "^49.0.3",
4343
"merge-options": "^3.0.4"
4444
},
4545
"devDependencies": {

packages/ipfs-core-types/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* bitswap related typedefs ([#3580](https://github.com/ipfs/js-ipfs/issues/3580)) ([1af82d1](https://github.com/ipfs/js-ipfs/commit/1af82d1ca4bd447d8c162e1fd8da8b043131969c))
12+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
13+
14+
15+
16+
17+
618
# [0.3.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.0) (2021-02-01)
719

820

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.3.0",
3+
"version": "0.3.1",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"types": "src/index.ts",

packages/ipfs-core-utils/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.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.2) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
12+
13+
14+
15+
16+
617
## [0.7.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.1) (2021-02-08)
718

819
**Note:** Version bump only for package ipfs-core-utils

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.7.1",
3+
"version": "0.7.2",
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",
@@ -41,7 +41,7 @@
4141
"browser-readablestream-to-it": "^1.0.1",
4242
"cids": "^1.1.5",
4343
"err-code": "^2.0.3",
44-
"ipfs-core-types": "^0.3.0",
44+
"ipfs-core-types": "^0.3.1",
4545
"ipfs-utils": "^6.0.1",
4646
"it-all": "^1.0.4",
4747
"it-map": "^1.0.4",

packages/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.5.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.3) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
12+
13+
14+
15+
16+
617
## [0.5.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.2) (2021-02-08)
718

819

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.5.2",
3+
"version": "0.5.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -70,8 +70,8 @@
7070
"interface-datastore": "^3.0.3",
7171
"ipfs-bitswap": "^4.0.2",
7272
"ipfs-block-service": "^0.18.0",
73-
"ipfs-core-types": "^0.3.0",
74-
"ipfs-core-utils": "^0.7.1",
73+
"ipfs-core-types": "^0.3.1",
74+
"ipfs-core-utils": "^0.7.2",
7575
"ipfs-repo": "^8.0.0",
7676
"ipfs-unixfs": "^2.0.3",
7777
"ipfs-unixfs-exporter": "^3.0.4",
@@ -121,7 +121,7 @@
121121
"aegir": "^31.0.0",
122122
"delay": "^4.4.0",
123123
"go-ipfs": "0.8.0",
124-
"interface-ipfs-core": "^0.144.1",
124+
"interface-ipfs-core": "^0.144.2",
125125
"ipfsd-ctl": "^7.2.0",
126126
"ipld-git": "^0.6.1",
127127
"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.5.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.3) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
12+
13+
14+
15+
16+
617
## [0.5.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.2) (2021-02-08)
718

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

packages/ipfs-daemon/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-daemon",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -29,11 +29,11 @@
2929
"dependencies": {
3030
"debug": "^4.1.1",
3131
"dlv": "^1.1.3",
32-
"ipfs-core": "^0.5.2",
33-
"ipfs-grpc-server": "^0.2.2",
34-
"ipfs-http-client": "^49.0.2",
35-
"ipfs-http-gateway": "^0.3.1",
36-
"ipfs-http-server": "^0.3.2",
32+
"ipfs-core": "^0.5.3",
33+
"ipfs-grpc-server": "^0.2.3",
34+
"ipfs-http-client": "^49.0.3",
35+
"ipfs-http-gateway": "^0.3.2",
36+
"ipfs-http-server": "^0.3.3",
3737
"ipfs-utils": "^6.0.1",
3838
"just-safe-set": "^2.1.0",
3939
"libp2p": "^0.30.7",

packages/ipfs-grpc-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+
## [0.2.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.3) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
12+
13+
14+
15+
16+
617
## [0.2.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.2) (2021-02-08)
718

819
**Note:** Version bump only for package ipfs-grpc-client

packages/ipfs-grpc-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-client",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "A client library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -44,7 +44,7 @@
4444
"cids": "^1.1.5",
4545
"debug": "^4.1.1",
4646
"err-code": "^2.0.3",
47-
"ipfs-core-utils": "^0.7.1",
47+
"ipfs-core-utils": "^0.7.2",
4848
"ipfs-grpc-protocol": "^0.2.0",
4949
"it-first": "^1.0.4",
5050
"it-pushable": "^1.4.0",

packages/ipfs-grpc-server/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.2.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.3) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
12+
13+
14+
15+
16+
617
## [0.2.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.2) (2021-02-08)
718

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

packages/ipfs-grpc-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-server",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "A server library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -49,8 +49,8 @@
4949
"ws": "^7.3.1"
5050
},
5151
"devDependencies": {
52-
"ipfs-core": "^0.5.2",
5352
"aegir": "^31.0.0",
53+
"ipfs-core": "^0.5.3",
5454
"it-all": "^1.0.4",
5555
"it-drain": "^1.0.3",
5656
"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+
## [49.0.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@49.0.3) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
12+
13+
14+
15+
16+
617
## [49.0.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@49.0.2) (2021-02-08)
718

819
**Note:** Version bump only for package ipfs-http-client

packages/ipfs-http-client/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "49.0.2",
3+
"version": "49.0.3",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -57,8 +57,8 @@
5757
"cids": "^1.1.5",
5858
"debug": "^4.1.1",
5959
"form-data": "^3.0.0",
60-
"ipfs-core-types": "^0.3.0",
61-
"ipfs-core-utils": "^0.7.1",
60+
"ipfs-core-types": "^0.3.1",
61+
"ipfs-core-utils": "^0.7.2",
6262
"ipfs-utils": "^6.0.1",
6363
"ipld-block": "^0.11.0",
6464
"ipld-dag-cbor": "^0.17.0",
@@ -83,7 +83,7 @@
8383
"aegir": "^31.0.0",
8484
"delay": "^4.4.0",
8585
"go-ipfs": "0.8.0",
86-
"ipfs-core": "^0.5.2",
86+
"ipfs-core": "^0.5.3",
8787
"ipfsd-ctl": "^7.2.0",
8888
"it-all": "^1.0.4",
8989
"it-concat": "^1.0.1",

packages/ipfs-http-gateway/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.3.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.2) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
12+
13+
14+
15+
16+
617
## [0.3.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.1) (2021-02-08)
718

819
**Note:** Version bump only for package ipfs-http-gateway

0 commit comments

Comments
 (0)