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

File tree

22 files changed

+118
-30
lines changed

22 files changed

+118
-30
lines changed

packages/ipfs-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.4) (2021-03-10)
7+
8+
**Note:** Version bump only for package ipfs-cli
9+
10+
11+
12+
13+
614
## [0.4.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.3) (2021-03-09)
715

816

packages/ipfs-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
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.3",
38+
"ipfs-core": "^0.5.4",
3939
"ipfs-core-utils": "^0.7.2",
40-
"ipfs-daemon": "^0.5.3",
41-
"ipfs-http-client": "^49.0.3",
40+
"ipfs-daemon": "^0.5.4",
41+
"ipfs-http-client": "^49.0.4",
4242
"ipfs-repo": "^8.0.0",
4343
"ipfs-utils": "^6.0.1",
4444
"ipld-dag-cbor": "^0.17.0",

packages/ipfs-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.4) (2021-03-10)
7+
8+
**Note:** Version bump only for package ipfs-client
9+
10+
11+
12+
13+
614
## [0.3.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.3) (2021-03-09)
715

816

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.3.3",
3+
"version": "0.3.4",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -39,8 +39,8 @@
3939
"dep-check": "aegir dep-check -i aegir -i rimraf"
4040
},
4141
"dependencies": {
42-
"ipfs-grpc-client": "^0.2.3",
43-
"ipfs-http-client": "^49.0.3",
42+
"ipfs-grpc-client": "^0.2.4",
43+
"ipfs-http-client": "^49.0.4",
4444
"merge-options": "^3.0.4"
4545
},
4646
"devDependencies": {

packages/ipfs-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.5.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.4) (2021-03-10)
7+
8+
**Note:** Version bump only for package ipfs-core
9+
10+
11+
12+
13+
614
## [0.5.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.3) (2021-03-09)
715

816

packages/ipfs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"

packages/ipfs-daemon/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.5.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.4) (2021-03-10)
7+
8+
**Note:** Version bump only for package ipfs-daemon
9+
10+
11+
12+
13+
614
## [0.5.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.3) (2021-03-09)
715

816

packages/ipfs-daemon/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-daemon",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
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.3",
33-
"ipfs-grpc-server": "^0.2.3",
34-
"ipfs-http-client": "^49.0.3",
32+
"ipfs-core": "^0.5.4",
33+
"ipfs-grpc-server": "^0.2.4",
34+
"ipfs-http-client": "^49.0.4",
3535
"ipfs-http-gateway": "^0.3.2",
36-
"ipfs-http-server": "^0.3.3",
36+
"ipfs-http-server": "^0.3.4",
3737
"ipfs-utils": "^6.0.1",
3838
"just-safe-set": "^2.1.0",
3939
"libp2p": "^0.30.7",

packages/ipfs-grpc-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.2.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.4) (2021-03-10)
7+
8+
**Note:** Version bump only for package ipfs-grpc-client
9+
10+
11+
12+
13+
614
## [0.2.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.3) (2021-03-09)
715

816

packages/ipfs-grpc-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-client",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "A client library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"

0 commit comments

Comments
 (0)