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

File tree

26 files changed

+149
-42
lines changed

26 files changed

+149
-42
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.144.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.144.1) (2021-02-08)
7+
8+
**Note:** Version bump only for package interface-ipfs-core
9+
10+
11+
12+
13+
614
# [0.144.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.144.0) (2021-02-01)
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.144.0",
3+
"version": "0.144.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.4.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.2) (2021-02-08)
7+
8+
**Note:** Version bump only for package ipfs-cli
9+
10+
11+
12+
13+
614
## [0.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2021-02-02)
715

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

packages/ipfs-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
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.1",
40-
"ipfs-core-utils": "^0.7.0",
41-
"ipfs-daemon": "^0.5.1",
42-
"ipfs-http-client": "^49.0.1",
39+
"ipfs-core": "^0.5.2",
40+
"ipfs-core-utils": "^0.7.1",
41+
"ipfs-daemon": "^0.5.2",
42+
"ipfs-http-client": "^49.0.2",
4343
"ipfs-repo": "^8.0.0",
4444
"ipfs-utils": "^6.0.1",
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.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.2) (2021-02-08)
7+
8+
**Note:** Version bump only for package ipfs-client
9+
10+
11+
12+
13+
614
## [0.3.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.1) (2021-02-02)
715

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

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.1",
3+
"version": "0.3.2",
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.1",
43-
"ipfs-http-client": "^49.0.1",
42+
"ipfs-grpc-client": "^0.2.2",
43+
"ipfs-http-client": "^49.0.2",
4444
"merge-options": "^3.0.4"
4545
},
4646
"devDependencies": {

packages/ipfs-core-utils/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.7.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.1) (2021-02-08)
7+
8+
**Note:** Version bump only for package ipfs-core-utils
9+
10+
11+
12+
13+
614
# [0.7.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.0) (2021-02-01)
715

816

packages/ipfs-core-utils/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-utils",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
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",

packages/ipfs-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.2) (2021-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* ts types after multihashing-async release ([#3529](https://github.com/ipfs/js-ipfs/issues/3529)) ([95b891f](https://github.com/ipfs/js-ipfs/commit/95b891f10e0661f508e8641a1c5d41ea9194c630)), closes [#3527](https://github.com/ipfs/js-ipfs/issues/3527)
12+
13+
14+
15+
16+
617
## [0.5.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.1) (2021-02-02)
718

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

packages/ipfs-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -71,7 +71,7 @@
7171
"ipfs-bitswap": "^4.0.2",
7272
"ipfs-block-service": "^0.18.0",
7373
"ipfs-core-types": "^0.3.0",
74-
"ipfs-core-utils": "^0.7.0",
74+
"ipfs-core-utils": "^0.7.1",
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": "^30.3.0",
122122
"delay": "^4.4.0",
123123
"go-ipfs": "0.8.0-rc2",
124-
"interface-ipfs-core": "^0.144.0",
124+
"interface-ipfs-core": "^0.144.1",
125125
"ipfsd-ctl": "^7.2.0",
126126
"ipld-git": "^0.6.1",
127127
"iso-url": "^1.0.0",

0 commit comments

Comments
 (0)