Skip to content

Commit 5203595

Browse files
committed
1 parent 200dff3 commit 5203595

File tree

6 files changed

+36
-6
lines changed

6 files changed

+36
-6
lines changed

packages/ipfs-unixfs-exporter/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+
## [7.0.6](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@7.0.6) (2021-09-14)
7+
8+
**Note:** Version bump only for package ipfs-unixfs-exporter
9+
10+
11+
12+
13+
614
## [7.0.5](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@7.0.5) (2021-08-27)
715

816

packages/ipfs-unixfs-exporter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-exporter",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -46,7 +46,7 @@
4646
"copy": "^0.3.2",
4747
"crypto-browserify": "^3.12.0",
4848
"events": "^3.3.0",
49-
"ipfs-unixfs-importer": "^9.0.5",
49+
"ipfs-unixfs-importer": "^9.0.6",
5050
"it-all": "^1.0.5",
5151
"it-buffer-stream": "^2.0.0",
5252
"it-first": "^1.0.6",
@@ -65,7 +65,7 @@
6565
"err-code": "^3.0.1",
6666
"hamt-sharding": "^2.0.0",
6767
"interface-blockstore": "^1.0.0",
68-
"ipfs-unixfs": "^6.0.5",
68+
"ipfs-unixfs": "^6.0.6",
6969
"it-last": "^1.0.5",
7070
"multiformats": "^9.4.2",
7171
"uint8arrays": "^3.0.0"

packages/ipfs-unixfs-importer/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+
## [9.0.6](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@9.0.6) (2021-09-14)
7+
8+
9+
### Bug Fixes
10+
11+
* ignore undefined values in options ([#173](https://github.com/ipfs/js-ipfs-unixfs/issues/173)) ([200dff3](https://github.com/ipfs/js-ipfs-unixfs/commit/200dff3e3e7c64491f5e5352e3d734308f80d3b6))
12+
13+
14+
15+
16+
617
## [9.0.5](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@9.0.5) (2021-08-27)
718

819

packages/ipfs-unixfs-importer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-importer",
3-
"version": "9.0.5",
3+
"version": "9.0.6",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -58,7 +58,7 @@
5858
"err-code": "^3.0.1",
5959
"hamt-sharding": "^2.0.0",
6060
"interface-blockstore": "^1.0.0",
61-
"ipfs-unixfs": "^6.0.5",
61+
"ipfs-unixfs": "^6.0.6",
6262
"it-all": "^1.0.5",
6363
"it-batch": "^1.0.8",
6464
"it-first": "^1.0.6",

packages/ipfs-unixfs/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+
## [6.0.6](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@6.0.6) (2021-09-14)
7+
8+
9+
### Bug Fixes
10+
11+
* ignore undefined values in options ([#173](https://github.com/ipfs/js-ipfs-unixfs/issues/173)) ([200dff3](https://github.com/ipfs/js-ipfs-unixfs/commit/200dff3e3e7c64491f5e5352e3d734308f80d3b6))
12+
13+
14+
15+
16+
617
## [6.0.5](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@6.0.5) (2021-08-27)
718

819

packages/ipfs-unixfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs",
3-
"version": "6.0.5",
3+
"version": "6.0.6",
44
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)