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

Commit e4620af

Browse files
committed
1 parent 18d6720 commit e4620af

File tree

8 files changed

+53
-9
lines changed

8 files changed

+53
-9
lines changed

packages/interface-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.134.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.134.2) (2020-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* pass headers to request ([#3018](https://github.com/ipfs/js-ipfs/issues/3018)) ([3ba00f8](https://github.com/ipfs/js-ipfs/commit/3ba00f8c6a8a057c5776d539a671a74d9565fb29)), closes [#3017](https://github.com/ipfs/js-ipfs/issues/3017)
12+
13+
14+
15+
16+
617
## [0.134.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.134.1) (2020-04-28)
718

819

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.134.1",
3+
"version": "0.134.2",
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

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.2.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.1) (2020-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* pass headers to request ([#3018](https://github.com/ipfs/js-ipfs/issues/3018)) ([3ba00f8](https://github.com/ipfs/js-ipfs/commit/3ba00f8c6a8a057c5776d539a671a74d9565fb29)), closes [#3017](https://github.com/ipfs/js-ipfs/issues/3017)
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.0) (2020-04-16)
718

819

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.2.0",
3+
"version": "0.2.1",
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

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+
## [44.0.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.0.2) (2020-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* pass headers to request ([#3018](https://github.com/ipfs/js-ipfs/issues/3018)) ([3ba00f8](https://github.com/ipfs/js-ipfs/commit/3ba00f8c6a8a057c5776d539a671a74d9565fb29)), closes [#3017](https://github.com/ipfs/js-ipfs/issues/3017)
12+
13+
14+
15+
16+
617
## [44.0.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.0.1) (2020-04-28)
718

819

packages/ipfs-http-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-http-client",
3-
"version": "44.0.1",
3+
"version": "44.0.2",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -46,7 +46,7 @@
4646
"debug": "^4.1.0",
4747
"form-data": "^3.0.0",
4848
"ipfs-block": "^0.8.1",
49-
"ipfs-core-utils": "^0.2.0",
49+
"ipfs-core-utils": "^0.2.1",
5050
"ipfs-utils": "^2.2.2",
5151
"ipld-dag-cbor": "^0.15.1",
5252
"ipld-dag-pb": "^0.18.3",
@@ -71,7 +71,7 @@
7171
"browser-process-platform": "^0.1.1",
7272
"cross-env": "^7.0.0",
7373
"go-ipfs-dep": "0.4.23-3",
74-
"interface-ipfs-core": "^0.134.1",
74+
"interface-ipfs-core": "^0.134.2",
7575
"ipfsd-ctl": "^3.0.0",
7676
"it-all": "^1.0.1",
7777
"it-concat": "^1.0.0",

packages/ipfs/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.43.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.43.2) (2020-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* pass headers to request ([#3018](https://github.com/ipfs/js-ipfs/issues/3018)) ([3ba00f8](https://github.com/ipfs/js-ipfs/commit/3ba00f8c6a8a057c5776d539a671a74d9565fb29)), closes [#3017](https://github.com/ipfs/js-ipfs/issues/3017)
12+
13+
14+
15+
16+
617
## [0.43.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.43.1) (2020-04-28)
718

819

packages/ipfs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.43.1",
3+
"version": "0.43.2",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -99,8 +99,8 @@
9999
"ipfs-bitswap": "0.27.1",
100100
"ipfs-block": "^0.8.1",
101101
"ipfs-block-service": "^0.16.0",
102-
"ipfs-core-utils": "^0.2.0",
103-
"ipfs-http-client": "^44.0.1",
102+
"ipfs-core-utils": "^0.2.1",
103+
"ipfs-http-client": "^44.0.2",
104104
"ipfs-http-response": "^0.5.0",
105105
"ipfs-repo": "^1.0.1",
106106
"ipfs-unixfs": "^1.0.1",
@@ -184,7 +184,7 @@
184184
"execa": "^4.0.0",
185185
"form-data": "^3.0.0",
186186
"go-ipfs-dep": "0.4.23-3",
187-
"interface-ipfs-core": "^0.134.1",
187+
"interface-ipfs-core": "^0.134.2",
188188
"ipfs-interop": "^1.0.1",
189189
"ipfsd-ctl": "^3.0.0",
190190
"iso-random-stream": "^1.1.1",

0 commit comments

Comments
 (0)