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

Commit 10fc290

Browse files
committed
chore: publish
- ipfs-cli@0.4.1 - ipfs-client@0.3.1 - ipfs-core@0.5.1 - ipfs-daemon@0.5.1 - ipfs-grpc-client@0.2.1 - ipfs-grpc-server@0.2.1 - ipfs-http-client@49.0.1 - ipfs-http-server@0.3.1 - ipfs-message-port-client@0.5.1 - ipfs-message-port-server@0.6.1 - ipfs@0.54.1
1 parent 53399d6 commit 10fc290

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.1](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.4.0...ipfs-cli@0.4.1) (2021-02-02)
7+
8+
**Note:** Version bump only for package ipfs-cli
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.3.2...ipfs-cli@0.4.0) (2021-02-01)
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.0",
3+
"version": "0.4.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -36,10 +36,10 @@
3636
"err-code": "^2.0.3",
3737
"execa": "^5.0.0",
3838
"get-folder-size": "^2.0.1",
39-
"ipfs-core": "^0.5.0",
39+
"ipfs-core": "^0.5.1",
4040
"ipfs-core-utils": "^0.7.0",
41-
"ipfs-daemon": "^0.5.0",
42-
"ipfs-http-client": "^49.0.0",
41+
"ipfs-daemon": "^0.5.1",
42+
"ipfs-http-client": "^49.0.1",
4343
"ipfs-repo": "^8.0.0",
4444
"ipfs-utils": "^6.0.0",
4545
"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.1](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.3.0...ipfs-client@0.3.1) (2021-02-02)
7+
8+
**Note:** Version bump only for package ipfs-client
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.2.2...ipfs-client@0.3.0) (2021-02-01)
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.0",
3+
"version": "0.3.1",
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.0",
43-
"ipfs-http-client": "^49.0.0",
42+
"ipfs-grpc-client": "^0.2.1",
43+
"ipfs-http-client": "^49.0.1",
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.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.5.0...ipfs-core@0.5.1) (2021-02-02)
7+
8+
**Note:** Version bump only for package ipfs-core
9+
10+
11+
12+
13+
614
# [0.5.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.4.2...ipfs-core@0.5.0) (2021-02-01)
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.0",
3+
"version": "0.5.1",
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.1](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.5.0...ipfs-daemon@0.5.1) (2021-02-02)
7+
8+
**Note:** Version bump only for package ipfs-daemon
9+
10+
11+
12+
13+
614
# [0.5.0](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.4.2...ipfs-daemon@0.5.0) (2021-02-01)
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.0",
3+
"version": "0.5.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -30,11 +30,11 @@
3030
"dependencies": {
3131
"debug": "^4.1.1",
3232
"dlv": "^1.1.3",
33-
"ipfs-core": "^0.5.0",
34-
"ipfs-grpc-server": "^0.2.0",
35-
"ipfs-http-client": "^49.0.0",
33+
"ipfs-core": "^0.5.1",
34+
"ipfs-grpc-server": "^0.2.1",
35+
"ipfs-http-client": "^49.0.1",
3636
"ipfs-http-gateway": "^0.3.0",
37-
"ipfs-http-server": "^0.3.0",
37+
"ipfs-http-server": "^0.3.1",
3838
"ipfs-utils": "^6.0.0",
3939
"just-safe-set": "^2.1.0",
4040
"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.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.2.0...ipfs-grpc-client@0.2.1) (2021-02-02)
7+
8+
**Note:** Version bump only for package ipfs-grpc-client
9+
10+
11+
12+
13+
614
# [0.2.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.1.2...ipfs-grpc-client@0.2.0) (2021-02-01)
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.0",
3+
"version": "0.2.1",
44
"description": "A client library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"

0 commit comments

Comments
 (0)