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

File tree

22 files changed

+126
-32
lines changed

22 files changed

+126
-32
lines changed

packages/interface-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.143.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.143.1) (2021-01-20)
7+
8+
**Note:** Version bump only for package interface-ipfs-core
9+
10+
11+
12+
13+
614
# [0.143.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.143.0) (2021-01-15)
715

816

packages/interface-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": "interface-ipfs-core",
3-
"version": "0.143.0",
3+
"version": "0.143.1",
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

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/[email protected]@0.3.1) (2021-01-20)
7+
8+
**Note:** Version bump only for package ipfs-cli
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.0) (2021-01-15)
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.3.0",
3+
"version": "0.3.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -37,10 +37,10 @@
3737
"err-code": "^2.0.3",
3838
"execa": "^5.0.0",
3939
"get-folder-size": "^2.0.1",
40-
"ipfs-core": "^0.4.0",
40+
"ipfs-core": "^0.4.1",
4141
"ipfs-core-utils": "^0.6.0",
42-
"ipfs-daemon": "^0.4.0",
43-
"ipfs-http-client": "^48.2.0",
42+
"ipfs-daemon": "^0.4.1",
43+
"ipfs-http-client": "^48.2.1",
4444
"ipfs-repo": "^7.0.0",
4545
"ipfs-utils": "^5.0.0",
4646
"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.2.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.1) (2021-01-20)
7+
8+
**Note:** Version bump only for package ipfs-client
9+
10+
11+
12+
13+
614
# 0.2.0 (2021-01-15)
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.2.0",
3+
"version": "0.2.1",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -37,8 +37,8 @@
3737
"dep-check": "aegir dep-check -i aegir -i typescript -i rimraf"
3838
},
3939
"dependencies": {
40-
"ipfs-grpc-client": "^0.1.0",
41-
"ipfs-http-client": "^48.2.0",
40+
"ipfs-grpc-client": "^0.1.1",
41+
"ipfs-http-client": "^48.2.1",
4242
"merge-options": "^2.0.0"
4343
},
4444
"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.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2021-01-20)
7+
8+
**Note:** Version bump only for package ipfs-core
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.0) (2021-01-15)
715

816

packages/ipfs-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -121,7 +121,7 @@
121121
"aegir": "^29.2.2",
122122
"delay": "^4.4.0",
123123
"go-ipfs": "^0.7.0",
124-
"interface-ipfs-core": "^0.143.0",
124+
"interface-ipfs-core": "^0.143.1",
125125
"ipfsd-ctl": "^7.2.0",
126126
"ipld-git": "^0.6.1",
127127
"iso-url": "^1.0.0",

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.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2021-01-20)
7+
8+
**Note:** Version bump only for package ipfs-daemon
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.0) (2021-01-15)
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.4.0",
3+
"version": "0.4.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -31,11 +31,11 @@
3131
"dependencies": {
3232
"debug": "^4.1.1",
3333
"dlv": "^1.1.3",
34-
"ipfs-core": "^0.4.0",
35-
"ipfs-grpc-server": "^0.1.0",
36-
"ipfs-http-client": "^48.2.0",
34+
"ipfs-core": "^0.4.1",
35+
"ipfs-grpc-server": "^0.1.1",
36+
"ipfs-http-client": "^48.2.1",
3737
"ipfs-http-gateway": "^0.2.0",
38-
"ipfs-http-server": "^0.2.0",
38+
"ipfs-http-server": "^0.2.1",
3939
"ipfs-utils": "^5.0.0",
4040
"just-safe-set": "^2.1.0",
4141
"libp2p": "^0.30.0",

0 commit comments

Comments
 (0)