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

Commit 274040b

Browse files
committed
1 parent afdcd00 commit 274040b

File tree

8 files changed

+59
-9
lines changed

8 files changed

+59
-9
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.137.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.137.0) (2020-06-24)
7+
8+
9+
### Features
10+
11+
* add config.getAll ([#3071](https://github.com/ipfs/js-ipfs/issues/3071)) ([16587f1](https://github.com/ipfs/js-ipfs/commit/16587f16e1b3ae525c099b1975748510638aceee))
12+
13+
14+
15+
16+
617
# [0.136.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.136.0) (2020-06-05)
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.136.0",
3+
"version": "0.137.0",
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-core-utils/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.2.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.4) (2020-06-24)
7+
8+
**Note:** Version bump only for package ipfs-core-utils
9+
10+
11+
12+
13+
614
## [0.2.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.3) (2020-05-18)
715

816

packages/ipfs-core-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-utils",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"main": "src/index.js",
66
"author": "Alex Potsides <[email protected]>",

packages/ipfs-http-client/CHANGELOG.md

+12
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+
# [44.3.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.3.0) (2020-06-24)
7+
8+
9+
### Features
10+
11+
* add config.getAll ([#3071](https://github.com/ipfs/js-ipfs/issues/3071)) ([16587f1](https://github.com/ipfs/js-ipfs/commit/16587f16e1b3ae525c099b1975748510638aceee))
12+
* support loading arbitrary ipld formats in the http client ([#3073](https://github.com/ipfs/js-ipfs/issues/3073)) ([bd12773](https://github.com/ipfs/js-ipfs/commit/bd127730039ab79dd7ad22b31245939ee01a6514))
13+
14+
15+
16+
17+
618
# [44.2.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.2.0) (2020-06-05)
719

820

packages/ipfs-http-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "44.2.0",
3+
"version": "44.3.0",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -46,7 +46,7 @@
4646
"cids": "^0.8.0",
4747
"debug": "^4.1.0",
4848
"form-data": "^3.0.0",
49-
"ipfs-core-utils": "^0.2.3",
49+
"ipfs-core-utils": "^0.2.4",
5050
"ipfs-utils": "^2.2.2",
5151
"ipld-block": "^0.9.1",
5252
"ipld-dag-cbor": "^0.15.2",
@@ -71,7 +71,7 @@
7171
"aegir": "^22.1.0",
7272
"cross-env": "^7.0.0",
7373
"go-ipfs-dep": "^0.5.1",
74-
"interface-ipfs-core": "^0.136.0",
74+
"interface-ipfs-core": "^0.137.0",
7575
"ipfsd-ctl": "^4.1.1",
7676
"it-all": "^1.0.1",
7777
"it-concat": "^1.0.0",

packages/ipfs/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.47.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.47.0) (2020-06-24)
7+
8+
9+
### Bug Fixes
10+
11+
* libp2p now requires encryption module ([#3085](https://github.com/ipfs/js-ipfs/issues/3085)) ([c567282](https://github.com/ipfs/js-ipfs/commit/c56728209f0eea63d00c68163c74cfdd350de69c))
12+
13+
14+
### Features
15+
16+
* add config.getAll ([#3071](https://github.com/ipfs/js-ipfs/issues/3071)) ([16587f1](https://github.com/ipfs/js-ipfs/commit/16587f16e1b3ae525c099b1975748510638aceee))
17+
* libp2p noise as fallback for secio ([#3074](https://github.com/ipfs/js-ipfs/issues/3074)) ([660d3db](https://github.com/ipfs/js-ipfs/commit/660d3db9a47bff652057762b52a25529ab37117f))
18+
* persist peerstore ([#3072](https://github.com/ipfs/js-ipfs/issues/3072)) ([b404974](https://github.com/ipfs/js-ipfs/commit/b40497427b7d33f52803c8fa14cc73be7f872d65))
19+
* webui v2.9.0 ([#3054](https://github.com/ipfs/js-ipfs/issues/3054)) ([5d9d331](https://github.com/ipfs/js-ipfs/commit/5d9d331ed42f3ac9efc243878011db871b742a4e))
20+
21+
22+
23+
24+
625
# [0.46.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.46.0) (2020-06-05)
726

827

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.46.0",
3+
"version": "0.47.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -93,8 +93,8 @@
9393
"interface-datastore": "^1.0.2",
9494
"ipfs-bitswap": "^2.0.0",
9595
"ipfs-block-service": "^0.17.1",
96-
"ipfs-core-utils": "^0.2.3",
97-
"ipfs-http-client": "^44.2.0",
96+
"ipfs-core-utils": "^0.2.4",
97+
"ipfs-http-client": "^44.3.0",
9898
"ipfs-http-response": "^0.5.0",
9999
"ipfs-repo": "^3.0.0",
100100
"ipfs-unixfs": "^1.0.3",
@@ -178,7 +178,7 @@
178178
"execa": "^4.0.0",
179179
"form-data": "^3.0.0",
180180
"go-ipfs-dep": "^0.5.1",
181-
"interface-ipfs-core": "^0.136.0",
181+
"interface-ipfs-core": "^0.137.0",
182182
"ipfs-interop": "^1.0.4",
183183
"ipfsd-ctl": "^4.1.1",
184184
"iso-random-stream": "^1.1.1",

0 commit comments

Comments
 (0)