Skip to content

Commit 9e8f077

Browse files
committed
1 parent 071b43a commit 9e8f077

File tree

6 files changed

+34
-7
lines changed

6 files changed

+34
-7
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+
## [3.0.5](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.5) (2020-11-04)
7+
8+
**Note:** Version bump only for package ipfs-unixfs-exporter
9+
10+
11+
12+
13+
614
## [3.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.4) (2020-09-04)
715

816
**Note:** Version bump only for package ipfs-unixfs-exporter

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": "3.0.4",
3+
"version": "3.0.5",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -38,7 +38,7 @@
3838
"abort-controller": "^3.0.0",
3939
"aegir": "^28.1.0",
4040
"detect-node": "^2.0.4",
41-
"ipfs-unixfs-importer": "^3.0.4",
41+
"ipfs-unixfs-importer": "^3.1.0",
4242
"ipld": "^0.27.0",
4343
"ipld-dag-pb": "^0.20.0",
4444
"ipld-in-memory": "^6.0.0",
@@ -54,7 +54,7 @@
5454
"cids": "^1.0.0",
5555
"err-code": "^2.0.0",
5656
"hamt-sharding": "^1.0.0",
57-
"ipfs-unixfs": "^2.0.3",
57+
"ipfs-unixfs": "^2.0.4",
5858
"ipfs-utils": "^4.0.0",
5959
"it-last": "^1.0.1",
6060
"multihashing-async": "^2.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+
# [3.1.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@3.1.0) (2020-11-04)
7+
8+
9+
### Features
10+
11+
* pass file name along with progress ([#87](https://github.com/ipfs/js-ipfs-unixfs/issues/87)) ([42ec5f5](https://github.com/ipfs/js-ipfs-unixfs/commit/42ec5f59e6045571ea460b3d9b993f0bb856579f)), closes [/github.com/ipfs/js-ipfs/blob/master/packages/ipfs-http-server/src/api/resources/files-regular.js#L254-L255](https://github.com//github.com/ipfs/js-ipfs/blob/master/packages/ipfs-http-server/src/api/resources/files-regular.js/issues/L254-L255)
12+
13+
14+
15+
16+
617
## [3.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.4) (2020-09-04)
718

819
**Note:** Version bump only for package ipfs-unixfs-importer

packages/ipfs-unixfs-importer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-importer",
3-
"version": "3.0.4",
3+
"version": "3.1.0",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -38,7 +38,7 @@
3838
"aegir": "^28.1.0",
3939
"cids": "^1.0.0",
4040
"detect-node": "^2.0.4",
41-
"ipfs-unixfs-exporter": "^3.0.4",
41+
"ipfs-unixfs-exporter": "^3.0.5",
4242
"ipld": "^0.27.0",
4343
"ipld-in-memory": "^6.0.0",
4444
"it-buffer-stream": "^1.0.2",
@@ -51,7 +51,7 @@
5151
"bl": "^4.0.0",
5252
"err-code": "^2.0.0",
5353
"hamt-sharding": "^1.0.0",
54-
"ipfs-unixfs": "^2.0.3",
54+
"ipfs-unixfs": "^2.0.4",
5555
"ipfs-utils": "^4.0.0",
5656
"ipld-dag-pb": "^0.20.0",
5757
"it-all": "^1.0.1",

packages/ipfs-unixfs/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+
## [2.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@2.0.4) (2020-11-04)
7+
8+
**Note:** Version bump only for package ipfs-unixfs
9+
10+
11+
12+
13+
614
## [2.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@2.0.3) (2020-08-25)
715

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

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": "2.0.3",
3+
"version": "2.0.4",
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)