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

Commit bdea5bc

Browse files

File tree

14 files changed

+80
-18
lines changed

14 files changed

+80
-18
lines changed

packages/interface-ipfs-core/CHANGELOG.md

+11
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.145.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.145.1) (2021-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* ipfs get with raw blocks ([#3683](https://github.com/ipfs/js-ipfs/issues/3683)) ([28235b0](https://github.com/ipfs/js-ipfs/commit/28235b02558c513e1119dfd3d12b622d67546eca)), closes [#3682](https://github.com/ipfs/js-ipfs/issues/3682)
12+
13+
14+
15+
16+
617
# [0.145.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.145.0) (2021-05-10)
718

819

packages/interface-ipfs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.145.0",
3+
"version": "0.145.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

+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.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.1) (2021-05-11)
7+
8+
**Note:** Version bump only for package ipfs-cli
9+
10+
11+
12+
13+
614
# [0.5.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.0) (2021-05-10)
715

816

packages/ipfs-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
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.6.0",
40+
"ipfs-core": "^0.6.1",
4141
"ipfs-core-types": "^0.4.0",
4242
"ipfs-core-utils": "^0.8.0",
43-
"ipfs-daemon": "^0.6.0",
43+
"ipfs-daemon": "^0.6.1",
4444
"ipfs-http-client": "^50.0.0",
4545
"ipfs-repo": "^9.1.6",
4646
"ipfs-utils": "^7.0.0",

packages/ipfs-core/CHANGELOG.md

+11
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-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* ipfs get with raw blocks ([#3683](https://github.com/ipfs/js-ipfs/issues/3683)) ([28235b0](https://github.com/ipfs/js-ipfs/commit/28235b02558c513e1119dfd3d12b622d67546eca)), closes [#3682](https://github.com/ipfs/js-ipfs/issues/3682)
12+
13+
14+
15+
16+
617
# [0.6.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.0) (2021-05-10)
718

819

packages/ipfs-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -127,7 +127,7 @@
127127
"aegir": "^33.0.0",
128128
"delay": "^5.0.0",
129129
"go-ipfs": "0.8.0",
130-
"interface-ipfs-core": "^0.145.0",
130+
"interface-ipfs-core": "^0.145.1",
131131
"ipfsd-ctl": "^8.0.1",
132132
"ipld-git": "^0.6.1",
133133
"iso-url": "^1.0.0",

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.6.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.1) (2021-05-11)
7+
8+
**Note:** Version bump only for package ipfs-daemon
9+
10+
11+
12+
13+
614
# [0.6.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.0) (2021-05-10)
715

816

packages/ipfs-daemon/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-daemon",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -32,9 +32,9 @@
3232
"dependencies": {
3333
"debug": "^4.1.1",
3434
"dlv": "^1.1.3",
35-
"ipfs-core": "^0.6.0",
35+
"ipfs-core": "^0.6.1",
3636
"ipfs-core-types": "^0.4.0",
37-
"ipfs-grpc-server": "^0.3.0",
37+
"ipfs-grpc-server": "^0.3.1",
3838
"ipfs-http-client": "^50.0.0",
3939
"ipfs-http-gateway": "^0.4.0",
4040
"ipfs-http-server": "^0.4.0",

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.3.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.1) (2021-05-11)
7+
8+
**Note:** Version bump only for package ipfs-grpc-server
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.0) (2021-05-10)
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.3.0",
3+
"version": "0.3.1",
44
"description": "A server library for the IPFS gRPC API",
55
"keywords": [
66
"ipfs"
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@types/ws": "^7.4.0",
5050
"aegir": "^33.0.0",
51-
"ipfs-core": "^0.6.0",
51+
"ipfs-core": "^0.6.1",
5252
"it-all": "^1.0.4",
5353
"it-drain": "^1.0.3",
5454
"rimraf": "^3.0.2",

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.6.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.1) (2021-05-11)
7+
8+
**Note:** Version bump only for package ipfs-message-port-client
9+
10+
11+
12+
13+
614
# [0.6.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.0) (2021-05-10)
715

816

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-client",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "IPFS client library for accessing IPFS node over message port",
55
"keywords": [
66
"ipfs",
@@ -41,8 +41,8 @@
4141
},
4242
"devDependencies": {
4343
"aegir": "^33.0.0",
44-
"interface-ipfs-core": "^0.145.0",
45-
"ipfs-core": "^0.6.0",
44+
"interface-ipfs-core": "^0.145.1",
45+
"ipfs-core": "^0.6.1",
4646
"ipfs-message-port-server": "^0.7.0",
4747
"rimraf": "^3.0.2"
4848
},

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.55.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.55.1) (2021-05-11)
7+
8+
**Note:** Version bump only for package ipfs
9+
10+
11+
12+
13+
614
# [0.55.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.55.0) (2021-05-10)
715

816

packages/ipfs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.55.0",
3+
"version": "0.55.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"debug": "^4.1.1",
42-
"ipfs-cli": "^0.5.0",
43-
"ipfs-core": "^0.6.0",
42+
"ipfs-cli": "^0.5.1",
43+
"ipfs-core": "^0.6.1",
4444
"semver": "^7.3.2",
4545
"update-notifier": "^5.0.0"
4646
},
@@ -52,7 +52,7 @@
5252
"cross-env": "^7.0.0",
5353
"electron-webrtc": "^0.3.0",
5454
"go-ipfs": "0.8.0",
55-
"interface-ipfs-core": "^0.145.0",
55+
"interface-ipfs-core": "^0.145.1",
5656
"ipfs-client": "^0.4.0",
5757
"ipfs-core-types": "^0.4.0",
5858
"ipfs-http-client": "^50.0.0",

0 commit comments

Comments
 (0)