Skip to content

File tree

30 files changed

+184
-54
lines changed

30 files changed

+184
-54
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.7.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.1) (2021-07-30)
7+
8+
**Note:** Version bump only for package ipfs-cli
9+
10+
11+
12+
13+
614
# [0.7.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.0) (2021-07-27)
715

816

packages/ipfs-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -37,11 +37,11 @@
3737
"err-code": "^3.0.1",
3838
"execa": "^5.0.0",
3939
"get-folder-size": "^2.0.1",
40-
"ipfs-core": "^0.9.0",
41-
"ipfs-core-types": "^0.6.0",
42-
"ipfs-core-utils": "^0.9.0",
43-
"ipfs-daemon": "^0.8.0",
44-
"ipfs-http-client": "^51.0.0",
40+
"ipfs-core": "^0.9.1",
41+
"ipfs-core-types": "^0.6.1",
42+
"ipfs-core-utils": "^0.9.1",
43+
"ipfs-daemon": "^0.8.1",
44+
"ipfs-http-client": "^51.0.1",
4545
"ipfs-repo": "^11.0.1",
4646
"ipfs-utils": "^8.1.4",
4747
"it-all": "^1.0.4",

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.5.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.1) (2021-07-30)
7+
8+
**Note:** Version bump only for package ipfs-client
9+
10+
11+
12+
13+
614
# [0.5.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.0) (2021-07-27)
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.5.0",
3+
"version": "0.5.1",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -32,8 +32,8 @@
3232
"dep-check": "aegir dep-check -i aegir -i rimraf"
3333
},
3434
"dependencies": {
35-
"ipfs-grpc-client": "^0.4.0",
36-
"ipfs-http-client": "^51.0.0",
35+
"ipfs-grpc-client": "^0.4.1",
36+
"ipfs-http-client": "^51.0.1",
3737
"merge-options": "^3.0.4"
3838
},
3939
"devDependencies": {

packages/ipfs-core-types/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.6.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.1) (2021-07-30)
7+
8+
9+
### Bug Fixes
10+
11+
* typo in 'multiformats' type defs ([#3778](https://github.com/ipfs/js-ipfs/issues/3778)) ([1bf35f8](https://github.com/ipfs/js-ipfs/commit/1bf35f8a1622dea1e88bfbd701205df4f96998b1))
12+
13+
14+
15+
16+
617
# [0.6.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.0) (2021-07-27)
718

819

packages/ipfs-core-types/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-types",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"types": "src/index.d.ts",

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.9.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.1) (2021-07-30)
7+
8+
**Note:** Version bump only for package ipfs-core-utils
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.0) (2021-07-27)
715

816

packages/ipfs-core-utils/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-utils",
3-
"version": "0.9.0",
3+
"version": "0.9.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",
@@ -45,7 +45,7 @@
4545
"blob-to-it": "^1.0.1",
4646
"browser-readablestream-to-it": "^1.0.1",
4747
"err-code": "^3.0.1",
48-
"ipfs-core-types": "^0.6.0",
48+
"ipfs-core-types": "^0.6.1",
4949
"ipfs-unixfs": "^5.0.0",
5050
"ipfs-utils": "^8.1.4",
5151
"it-all": "^1.0.4",

packages/ipfs-core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.9.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.1) (2021-07-30)
7+
8+
9+
### Bug Fixes
10+
11+
* restore default level-js options ([#3779](https://github.com/ipfs/js-ipfs/issues/3779)) ([8380d71](https://github.com/ipfs/js-ipfs/commit/8380d7160e7205bed9cc4aecfc46882bc97d42c3))
12+
* typo in 'multiformats' type defs ([#3778](https://github.com/ipfs/js-ipfs/issues/3778)) ([1bf35f8](https://github.com/ipfs/js-ipfs/commit/1bf35f8a1622dea1e88bfbd701205df4f96998b1))
13+
14+
15+
16+
17+
618
# [0.9.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.0) (2021-07-27)
719

820

packages/ipfs-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -74,9 +74,9 @@
7474
"interface-blockstore": "^1.0.0",
7575
"interface-datastore": "^5.0.0",
7676
"ipfs-bitswap": "^6.0.0",
77-
"ipfs-core-types": "^0.6.0",
78-
"ipfs-core-utils": "^0.9.0",
79-
"ipfs-http-client": "^51.0.0",
77+
"ipfs-core-types": "^0.6.1",
78+
"ipfs-core-utils": "^0.9.1",
79+
"ipfs-http-client": "^51.0.1",
8080
"ipfs-repo": "^11.0.1",
8181
"ipfs-unixfs": "^5.0.0",
8282
"ipfs-unixfs-exporter": "^6.0.0",

0 commit comments

Comments
 (0)