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

Commit 511147b

Browse files
committed
chore: publish
- ipfs-cli@0.4.4 - ipfs-client@0.3.4 - ipfs-core@0.5.4 - ipfs-daemon@0.5.4 - ipfs-grpc-client@0.2.4 - ipfs-grpc-server@0.2.4 - ipfs-http-client@49.0.4 - ipfs-http-server@0.3.4 - ipfs-message-port-client@0.5.4 - ipfs-message-port-server@0.6.3 - ipfs@0.54.4
1 parent 611b8a4 commit 511147b

File tree

22 files changed

+118
-30
lines changed

22 files changed

+118
-30
lines changed

packages/ipfs-cli/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.4](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.4.3...ipfs-cli@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/ipfs-cli@0.4.2...ipfs-cli@0.4.3) (2021-03-09)
715

816

packages/ipfs-cli/package.json

+4-4
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

+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.4](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.3.3...ipfs-client@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/ipfs-client@0.3.2...ipfs-client@0.3.3) (2021-03-09)
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.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

+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.5.4](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.5.3...ipfs-core@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/ipfs-core@0.5.2...ipfs-core@0.5.3) (2021-03-09)
715

816

packages/ipfs-core/package.json

+1-1
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

+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.5.4](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.5.3...ipfs-daemon@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/ipfs-daemon@0.5.2...ipfs-daemon@0.5.3) (2021-03-09)
715

816

packages/ipfs-daemon/package.json

+5-5
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

+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.2.4](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.2.3...ipfs-grpc-client@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/ipfs-grpc-client@0.2.2...ipfs-grpc-client@0.2.3) (2021-03-09)
715

816

packages/ipfs-grpc-client/package.json

+1-1
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"

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

816

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.3",
3+
"version": "0.2.4",
44
"description": "A server library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"aegir": "^31.0.0",
53-
"ipfs-core": "^0.5.3",
53+
"ipfs-core": "^0.5.4",
5454
"it-all": "^1.0.4",
5555
"it-drain": "^1.0.3",
5656
"rimraf": "^3.0.2",

packages/ipfs-http-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+
## [49.0.4](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@49.0.3...ipfs-http-client@49.0.4) (2021-03-10)
7+
8+
**Note:** Version bump only for package ipfs-http-client
9+
10+
11+
12+
13+
614
## [49.0.3](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@49.0.2...ipfs-http-client@49.0.3) (2021-03-09)
715

816

packages/ipfs-http-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "49.0.3",
3+
"version": "49.0.4",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -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.3",
86+
"ipfs-core": "^0.5.4",
8787
"ipfsd-ctl": "^7.2.0",
8888
"it-all": "^1.0.4",
8989
"it-concat": "^1.0.1",

packages/ipfs-http-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.4](https://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.3.3...ipfs-http-server@0.3.4) (2021-03-10)
7+
8+
**Note:** Version bump only for package ipfs-http-server
9+
10+
11+
12+
13+
614
## [0.3.3](https://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.3.2...ipfs-http-server@0.3.3) (2021-03-09)
715

816

packages/ipfs-http-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-server",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -66,7 +66,7 @@
6666
"devDependencies": {
6767
"aegir": "^31.0.0",
6868
"form-data": "^3.0.0",
69-
"ipfs-http-client": "^49.0.3",
69+
"ipfs-http-client": "^49.0.4",
7070
"iso-random-stream": "^1.1.1",
7171
"it-to-buffer": "^1.0.2",
7272
"qs": "^6.9.4",

packages/ipfs-message-port-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.5.4](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-client@0.5.3...ipfs-message-port-client@0.5.4) (2021-03-10)
7+
8+
**Note:** Version bump only for package ipfs-message-port-client
9+
10+
11+
12+
13+
614
## [0.5.3](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-client@0.5.2...ipfs-message-port-client@0.5.3) (2021-03-09)
715

816

packages/ipfs-message-port-client/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-client",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "IPFS client library for accessing IPFS node over message port",
55
"keywords": [
66
"ipfs",
@@ -47,9 +47,9 @@
4747
"devDependencies": {
4848
"aegir": "^31.0.0",
4949
"interface-ipfs-core": "^0.144.2",
50-
"ipfs": "^0.54.3",
51-
"ipfs-core": "^0.5.3",
52-
"ipfs-message-port-server": "^0.6.2",
50+
"ipfs": "^0.54.4",
51+
"ipfs-core": "^0.5.4",
52+
"ipfs-message-port-server": "^0.6.3",
5353
"rimraf": "^3.0.2"
5454
},
5555
"engines": {

packages/ipfs-message-port-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.6.3](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-server@0.6.2...ipfs-message-port-server@0.6.3) (2021-03-10)
7+
8+
**Note:** Version bump only for package ipfs-message-port-server
9+
10+
11+
12+
13+
614
## [0.6.2](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-server@0.6.1...ipfs-message-port-server@0.6.2) (2021-03-09)
715

816

packages/ipfs-message-port-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-server",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "IPFS server library for exposing IPFS node over message port",
55
"keywords": [
66
"ipfs",

packages/ipfs/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.54.4](https://github.com/ipfs/js-ipfs/compare/ipfs@0.54.3...ipfs@0.54.4) (2021-03-10)
7+
8+
**Note:** Version bump only for package ipfs
9+
10+
11+
12+
13+
614
## [0.54.3](https://github.com/ipfs/js-ipfs/compare/ipfs@0.54.2...ipfs@0.54.3) (2021-03-09)
715

816

packages/ipfs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.54.3",
3+
"version": "0.54.4",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"debug": "^4.1.1",
41-
"ipfs-cli": "^0.4.3",
42-
"ipfs-core": "^0.5.3",
41+
"ipfs-cli": "^0.4.4",
42+
"ipfs-core": "^0.5.4",
4343
"ipfs-repo": "^8.0.0",
4444
"semver": "^7.3.2",
4545
"update-notifier": "^5.0.0"
@@ -51,8 +51,8 @@
5151
"electron-webrtc": "^0.3.0",
5252
"go-ipfs": "0.8.0",
5353
"interface-ipfs-core": "^0.144.2",
54-
"ipfs-client": "^0.3.3",
55-
"ipfs-http-client": "^49.0.3",
54+
"ipfs-client": "^0.3.4",
55+
"ipfs-http-client": "^49.0.4",
5656
"ipfs-interop": "^4.0.3",
5757
"ipfs-utils": "^6.0.1",
5858
"ipfsd-ctl": "^7.2.0",

0 commit comments

Comments
 (0)