Skip to content

Commit 20e7c54

Browse files

File tree

16 files changed

+82
-18
lines changed

16 files changed

+82
-18
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.8.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.3) (2021-08-17)
7+
8+
**Note:** Version bump only for package ipfs-cli
9+
10+
11+
12+
13+
614
## [0.8.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.1) (2021-08-17)
715

816

packages/ipfs-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -37,10 +37,10 @@
3737
"err-code": "^3.0.1",
3838
"execa": "^5.0.0",
3939
"get-folder-size": "^2.0.1",
40-
"ipfs-core": "^0.10.1",
40+
"ipfs-core": "^0.10.3",
4141
"ipfs-core-types": "^0.7.0",
4242
"ipfs-core-utils": "^0.10.1",
43-
"ipfs-daemon": "^0.9.1",
43+
"ipfs-daemon": "^0.9.3",
4444
"ipfs-http-client": "^52.0.1",
4545
"ipfs-repo": "^11.0.1",
4646
"ipfs-utils": "^8.1.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.6.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.2) (2021-08-17)
7+
8+
**Note:** Version bump only for package ipfs-client
9+
10+
11+
12+
13+
614
## [0.6.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.1) (2021-08-17)
715

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

packages/ipfs-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-client",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -32,7 +32,7 @@
3232
"dep-check": "aegir dep-check -i aegir -i rimraf"
3333
},
3434
"dependencies": {
35-
"ipfs-grpc-client": "^0.6.0",
35+
"ipfs-grpc-client": "^0.6.1",
3636
"ipfs-http-client": "^52.0.1",
3737
"merge-options": "^3.0.4"
3838
},

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.10.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.3) (2021-08-17)
7+
8+
**Note:** Version bump only for package ipfs-core
9+
10+
11+
12+
13+
614
## [0.10.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.1) (2021-08-17)
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.10.2",
3+
"version": "0.10.3",
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.9.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.3) (2021-08-17)
7+
8+
**Note:** Version bump only for package ipfs-daemon
9+
10+
11+
12+
13+
614
## [0.9.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.1) (2021-08-17)
715

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

packages/ipfs-daemon/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-daemon",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -32,9 +32,9 @@
3232
"dependencies": {
3333
"@mapbox/node-pre-gyp": "^1.0.5",
3434
"debug": "^4.1.1",
35-
"ipfs-core": "^0.10.1",
35+
"ipfs-core": "^0.10.3",
3636
"ipfs-core-types": "^0.7.0",
37-
"ipfs-grpc-server": "^0.6.0",
37+
"ipfs-grpc-server": "^0.6.1",
3838
"ipfs-http-gateway": "^0.6.0",
3939
"ipfs-http-server": "^0.7.1",
4040
"ipfs-utils": "^8.1.4",

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.6.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.1) (2021-08-17)
7+
8+
**Note:** Version bump only for package ipfs-grpc-client
9+
10+
11+
12+
13+
614
# [0.6.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.0) (2021-08-17)
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.6.0",
3+
"version": "0.6.1",
44
"description": "A client library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"

0 commit comments

Comments
 (0)